1. 89f9798 Bluetooth: Fix HFP SCO logic and documentation by Jack He · 6 years ago
  2. 353a9bc Merge "Fix documentation bug that breaks generation" into pi-dev by android-build-team Robot · 6 years ago
  3. bab7590 Don't treat failed scans as valid media files by Marco Nelissen · 6 years ago
  4. af71bb6 Fix documentation bug that breaks generation by Jeff Tinker · 6 years ago
  5. a98bb36 Merge "Guard against native crash due to null Surface" into pi-dev by Marco Nelissen · 6 years ago
  6. 6cc4575c Merge "ExifInterface: Prevent infinite loop" into pi-dev by TreeHugger Robot · 6 years ago
  7. 12e7aa5 ExifInterface: Prevent infinite loop by Jin Seok Park · 6 years ago
  8. 59cf9aa Guard against native crash due to null Surface by Marco Nelissen · 6 years ago
  9. 11d203e Merge "Use heif embedded thumbnail if available" into pi-dev by TreeHugger Robot · 6 years ago
  10. fd3e190 Merge "Use system property to get the package name for media update" into pi-dev by TreeHugger Robot · 6 years ago
  11. ccaba49 Merge "Change log level when microphone enumeration APIs native call fail." into pi-dev by TreeHugger Robot · 6 years ago
  12. 773791a Merge "Fix missing video caps for HEIC type encoders" into pi-dev by TreeHugger Robot · 6 years ago
  13. ed01dfb Merge "Fix possible NPE in MediaSessionManager" into pi-dev by TreeHugger Robot · 6 years ago
  14. 437b252 Merge "PlayerBase: fix deadlock" into pi-dev by TreeHugger Robot · 6 years ago
  15. 76e124b PlayerBase: fix deadlock by Jean-Michel Trivi · 6 years ago
  16. 7d12714 Use heif embedded thumbnail if available by Chong Zhang · 6 years ago
  17. a26a762 Change log level when microphone enumeration APIs native call fail. by jiabin · 6 years ago
  18. fb052cc Merge "BufferingParams: add annotation @TestApi" into pi-dev by TreeHugger Robot · 6 years ago
  19. 93cf8b2 Fix missing video caps for HEIC type encoders by Chong Zhang · 6 years ago
  20. 0b5dd8e Merge "Fix mic enumeration CTS fail on marlin." into pi-dev by TreeHugger Robot · 6 years ago
  21. 3715ec5 Fix possible NPE in MediaSessionManager by Sungsoo Lim · 6 years ago
  22. d0be5b2 Fix mic enumeration CTS fail on marlin. by jiabin · 6 years ago
  23. 5d78d87 BufferingParams: add annotation @TestApi by Wei Jia · 6 years ago
  24. a57290a Merge "soundpool: fix muted channel" into pi-dev by Eric Laurent · 6 years ago
  25. 6d38a1b AudioAttributes: handle unknown usage like media by Jean-Michel Trivi · 6 years ago
  26. 9bc88b3 soundpool: fix muted channel by Eric Laurent · 6 years ago
  27. 8ec4be4 PlaybackParams: Add @TestApi annotation to access stretch mode by Andy Hung · 6 years ago
  28. d043c3a AudioFocusRequest: getOnAudioFocusChangeListener in test API by Jean-Michel Trivi · 6 years ago
  29. 436ee82 AudioPresentation: Replace @VisibleForTesting with @TestApi by Mikhail Naganov · 6 years ago
  30. 320c1ad Merge "Add TestApi annotation to AudioEffect, AudioFormat, VolumeShaper" into pi-dev by Andy Hung · 6 years ago
  31. 893c5e0 Merge "media: Populate Image scaling mode in reader and writer" into pi-dev by TreeHugger Robot · 6 years ago
  32. 750aec6 media: Populate Image scaling mode in reader and writer by Emilian Peev · 6 years ago
  33. 0c42369 Merge "Extract exif data from mp4 extractor if available" into pi-dev by TreeHugger Robot · 6 years ago
  34. 3ce023b Add TestApi annotation to AudioEffect, AudioFormat, VolumeShaper by Andy Hung · 6 years ago
  35. 4a64936 Use system property to get the package name for media update by Dongwon Kang · 6 years ago
  36. d8a6f0c Merge "Add @TestApi for field needed for test" into pi-dev by TreeHugger Robot · 6 years ago
  37. 2cc0a2e Extract exif data from mp4 extractor if available by Chong Zhang · 6 years ago
  38. a7de449 Add @TestApi for field needed for test by Marco Nelissen · 6 years ago
  39. b9c661f Merge "Add OnMediaTimeDiscontinuity notification" into pi-dev by Dongwon Kang · 6 years ago
  40. 8a585a6 Merge "MediaController: Fix annotation of Callback#onPlaybackStateChanged()" into pi-dev by TreeHugger Robot · 6 years ago
  41. 628f59a Merge "MediaSessionManager: Apply API council review" into pi-dev by TreeHugger Robot · 6 years ago
  42. 532a992 MediaController: Fix annotation of Callback#onPlaybackStateChanged() by Jaewan Kim · 6 years ago
  43. 9a30362 MediaCodecInfo: define AACObjectXHE profile level by Jean-Michel Trivi · 6 years ago
  44. 2fab5bf Add OnMediaTimeDiscontinuity notification by Dongwon Kang · 6 years ago
  45. 03cba65 MediaSessionManager: Apply API council review by Jaewan Kim · 6 years ago
  46. 1b322dd Adds comment how to deal with newly added audio usage by Hongwei Wang · 6 years ago
  47. 1c967fe Merge "Updates MediaDrm developer docs" into pi-dev by TreeHugger Robot · 6 years ago
  48. 1e034fd Updates MediaDrm developer docs by Jeff Tinker · 6 years ago
  49. d41d56e Merge "Dynamics Processing Effect" into pi-dev by TreeHugger Robot · 6 years ago
  50. 1b7162a Merge "Clarified app behavior on REQUEST_TYPE_NONE" into pi-dev by Rahul Frias · 6 years ago
  51. 1584bb8 Dynamics Processing Effect by rago · 6 years ago
  52. cfe67aa Merge "Make back mic available when getting all available mic." into pi-dev by TreeHugger Robot · 6 years ago
  53. a0cbc6f Clarified app behavior on REQUEST_TYPE_NONE by Rahul Frias · 6 years ago
  54. b814355 Merge "Unhide MediaPlayer#MEDIA_INFO_STARTED_AS_NEXT" into pi-dev by Dongwon Kang · 6 years ago
  55. 2492c00 Unhide MediaPlayer#MEDIA_INFO_STARTED_AS_NEXT by Dongwon Kang · 6 years ago
  56. 5fa492f Merge "Rename MediaDrm security levels" into pi-dev by TreeHugger Robot · 6 years ago
  57. 7a3593d Merge changes from topic "MediaSessionManager_isTrustedForMediaControl" into pi-dev by TreeHugger Robot · 6 years ago
  58. c2f557a MediaBrowserService: Create getCurrentBrowserInfo() by Hyundo Moon · 6 years ago
  59. b1e344e MediaSession: Create getCurentControllerInfo() by Hyundo Moon · 6 years ago
  60. b0e32b0 MediaSessionManager: Add isTrustedForMediaControl() by Jaewan Kim · 6 years ago
  61. cbbab83 Rename MediaDrm security levels by Jeff Tinker · 6 years ago
  62. 26ef734 Merge "MediaPlayer subtitle data / time discontinuity interfaces" into pi-dev by Jean-Michel Trivi · 6 years ago
  63. aabf284 MediaPlayer subtitle data / time discontinuity interfaces by Jean-Michel Trivi · 6 years ago
  64. 59f888d Merge "Fix Unicode handling." into pi-dev by Jerry Zhang · 6 years ago
  65. 9697c6c Make back mic available when getting all available mic. by jiabin · 6 years ago
  66. d9f3005 Fix Unicode handling. by Jerry Zhang · 6 years ago
  67. a7d2de4 Relax constraints on valid ImageReader usage flags by Clément Julliard · 6 years ago
  68. bb54f62 Merge "Guard against null server" into pi-dev by Jerry Zhang · 6 years ago
  69. 51e33d1 Merge changes from topics "session2_seekcompleted", "session2_pullout", "session2_fastforward" into pi-dev by Jaewan Kim · 6 years ago
  70. 30d648a Merge "ExifInterface: Remove casting int[] to long[]" into pi-dev by TreeHugger Robot · 6 years ago
  71. 598265b MediaPlayerBase: Add PlayerEventCallback#onSeekCompleted() by Jaewan Kim · 6 years ago
  72. 3b15124 MediaSession2: Pull out Command/CommandGroup from the MediaSession2 by Jaewan Kim · 6 years ago
  73. ab715ec2 MediaController2: Add fastForward() / rewind() by Jaewan Kim · 6 years ago
  74. 72e895f Merge "Remove unneeded context" into pi-dev by TreeHugger Robot · 6 years ago
  75. 4732018 ExifInterface: Remove casting int[] to long[] by Jin Seok Park · 6 years ago
  76. 02a0057 Merge "Revert "Add additional context to MtpDatabase"" into pi-dev by Jerry Zhang · 6 years ago
  77. df101a4 Merge "Write descriptors for Mtp in UsbService" into pi-dev by Jerry Zhang · 6 years ago
  78. 6823d81 Remove unneeded context by Christofer Åkersten · 6 years ago
  79. 8556175 Merge "Hide Media*2 APIs" into pi-dev by Christofer Åkersten · 6 years ago
  80. 2ecbc7a Guard against null server by Jerry Zhang · 6 years ago
  81. 0aeb374 Merge "AudioSystem: Add case for FOR_VIBRATE_RINGING in forceUseUsageToString" into pi-dev by TreeHugger Robot · 6 years ago
  82. d21b33d Merge "MediaSession2: Change return type of CommandGroup#getCommands()" into pi-dev by Jaewan Kim · 6 years ago
  83. 449e358 Merge "MediaMetadata2: Remove radio constants" into pi-dev by Jaewan Kim · 6 years ago
  84. ec0ab63 Merge "MediaSession2: Revisit command code" into pi-dev by Jaewan Kim · 6 years ago
  85. 2a35051 MediaSession2: Add CommandGroup#add/removeCommand(int) by Jaewan Kim · 6 years ago
  86. c889c30 MediaMetadata2: Remove radio constants by Jaewan Kim · 6 years ago
  87. a84c9eb MediaSession2: Change return type of CommandGroup#getCommands() by Jaewan Kim · 6 years ago
  88. e32fa0d MediaSession2: Revisit command code by Jaewan Kim · 6 years ago
  89. c92f8b4 Merge "MediaSession2: Match APIs with MediaPlayerBase" into pi-dev by Jaewan Kim · 6 years ago
  90. a6ba53d Merge "MediaPlayerBase: Add PlayerEventCallback#onPlaybackSpeedChanged()" into pi-dev by Jaewan Kim · 6 years ago
  91. c4f56a6 Merge "MediaController2: Match APIs with MediaPlayerBase" into pi-dev by Jaewan Kim · 6 years ago
  92. 46c07f3 Merge "MediaPlaylistAgent: Add getMediaItem()" into pi-dev by Jaewan Kim · 6 years ago
  93. a7fac1c Merge "MediaController2: Remove MediaPlaylistAgent in the ControllerCallback" into pi-dev by Jaewan Kim · 6 years ago
  94. 890e4e4 AudioSystem: Add case for FOR_VIBRATE_RINGING in forceUseUsageToString by Jack He · 6 years ago
  95. 3d9601d Merge "PlayerBase: log when startWatching fails" into pi-dev by TreeHugger Robot · 6 years ago
  96. 01aaabd Merge "insert exif info for HEIF files" into pi-dev by TreeHugger Robot · 6 years ago
  97. b8748c6 PlayerBase: log when startWatching fails by Jean-Michel Trivi · 6 years ago
  98. cbb8cd7 Merge "Bluetooth: Enable in-band ringing in vibration mode (1/4)" into pi-dev by TreeHugger Robot · 6 years ago
  99. 6fac589 MediaPlayerBase: Add PlayerEventCallback#onPlaybackSpeedChanged() by Jaewan Kim · 6 years ago
  100. 888ccd1 MediaSession2: Match APIs with MediaPlayerBase by Jaewan Kim · 6 years ago