1. fb48b01 Merge "Fix format string mismatch. Clang build fix." into mnc-dev by Dan Albert · 9 years ago
  2. 1102e21 Fix format string mismatch. Clang build fix. by Dan Albert · 9 years ago
  3. 5c768f4 SoundPool monitors AppOps for OP_PLAY_AUDIO by Jean-Michel Trivi · 9 years ago
  4. 53858ced Merge "media: hook up OnFrameRenderedListener events to framework events" into mnc-dev by Lajos Molnar · 9 years ago
  5. bcdf0dc Merge "MIDI docs: use getPorts()" into mnc-dev by Phil Burk · 9 years ago
  6. 7b7e1f9 Merge "ExifInterface: Add a few tag fields." into mnc-dev by Eino-Ville Talvala · 9 years ago
  7. dd0db9f Merge "Adding default handler to (re)Routing callbacks where no handler is provided." into mnc-dev by Paul McLean · 9 years ago
  8. ba497f0 Merge "Use only strong references to AudioEffect" into mnc-dev by Eric Laurent · 9 years ago
  9. 5be68ed Adding default handler to (re)Routing callbacks where no handler is provided. by Paul McLean · 9 years ago
  10. 5795a25 Merge "TIF: Generate hardware input id in language-neutral fashion" into mnc-dev by Jinsuk Kim · 9 years ago
  11. 4b20865 TIF: Generate hardware input id in language-neutral fashion by Jinsuk Kim · 9 years ago
  12. 76f8133 Use only strong references to AudioEffect by Eric Laurent · 9 years ago
  13. ab60e7e ExifInterface: Add a few tag fields. by Eino-Ville Talvala · 9 years ago
  14. 383ce58 Merge "MidiManager: proxy all requests to open devices through MidiService" into mnc-dev by Mike Lockwood · 9 years ago
  15. d857857 media: hook up OnFrameRenderedListener events to framework events by Lajos Molnar · 9 years ago
  16. 093d994 TIF: Replace explicit types with <> by Jae Seo · 9 years ago
  17. 38b3257 TIF: Convert fields to local variables by Jae Seo · 9 years ago
  18. 5f18527 Merge "TIF: Add more explanation for notifyChannelRetuned" into mnc-dev by Jae Seo · 9 years ago
  19. 36a8fd8 TIF: Remove unused imports by Jae Seo · 9 years ago
  20. 4640d3d TIF: Add more explanation for notifyChannelRetuned by Jae Seo · 9 years ago
  21. e0a6ca6 MidiManager: proxy all requests to open devices through MidiService by Mike Lockwood · 9 years ago
  22. 9e7ac35 Merge "TIF: Add sanitization code for the current position" into mnc-dev by Dongwon Kang · 9 years ago
  23. bb3e267 TIF: Add sanitization code for the current position by Dongwon Kang · 9 years ago
  24. 01b9c4c Merge "Ringtone: keep a reference until playback completion." into mnc-dev by Eric Laurent · 9 years ago
  25. 5299968 Merge "Prevent poorly-extended ParcelableSpans from writing to parcels" into mnc-dev by Alan Viverette · 9 years ago
  26. 203b411 Ringtone: keep a reference until playback completion. by Eric Laurent · 9 years ago
  27. b1300e3 Camera2: add high speed video APIs by Zhijun He · 9 years ago
  28. 7d2065e MIDI docs: use getPorts() by Phil Burk · 9 years ago
  29. 4575acf Merge "Fix bug in MediaCrypto.setMediaDrmSession" into mnc-dev by Jeff Tinker · 9 years ago
  30. 0c9fccf Merge "media Utils: remove parse integer logspam" into mnc-dev by Robert Shih · 9 years ago
  31. dcb5ab9 media Utils: remove parse integer logspam by Robert Shih · 9 years ago
  32. 310fe5a Merge "Use config.xml parameters instead of System properties." into mnc-dev by Arunesh Mishra · 9 years ago
  33. a70d4a9 Prevent poorly-extended ParcelableSpans from writing to parcels by Alan Viverette · 9 years ago
  34. 6e4fb34 Use config.xml parameters instead of System properties. by Arunesh Mishra · 9 years ago
  35. 942bc585 Fix calls to Rect.intersect(Rect) by Doris Liu · 9 years ago
  36. eb8a51f Merge "MediaPlayer: trigger onError instead of exception on stale native notifications" into mnc-dev by Robert Shih · 9 years ago
  37. 025af8b Fix bug in MediaCrypto.setMediaDrmSession by Jeff Tinker · 9 years ago
  38. 07830aa MediaPlayer: trigger onError instead of exception on stale native notifications by Robert Shih · 9 years ago
  39. 2e2ac33 Merge "Update ExifInterface.getDateTime to support subseconds" into mnc-dev by Marco Nelissen · 9 years ago
  40. b2c8900 Update ExifInterface.getDateTime to support subseconds by Marco Nelissen · 9 years ago
  41. 51c1e3b Merge "Clarify AudioFormat sample rate and encoding documentation" into mnc-dev by Andy Hung · 9 years ago
  42. 0406518 Clarify AudioFormat sample rate and encoding documentation by Andy Hung · 9 years ago
  43. 6dddc7d Merge "Send a message with data in MediaController.MessageHandler.post()" into mnc-dev by Sungsoo Lim · 9 years ago
  44. ad43220 Merge "Improve error handling for AudioTrack write with PTS" into mnc-dev by Glenn Kasten · 9 years ago
  45. 626f0dc Merge "Deprecations are warnings not errors" into mnc-dev by Glenn Kasten · 9 years ago
  46. 85d9954 Deprecations are warnings not errors by Glenn Kasten · 9 years ago
  47. 16144ac Merge "Add comments to indicate code review was done for bugs" into mnc-dev by Glenn Kasten · 9 years ago
  48. 060b4e1 Send a message with data in MediaController.MessageHandler.post() by Sungsoo Lim · 9 years ago
  49. 59ac0b1 Merge "Handle unknown duration in playMediaSamples test" into mnc-dev by Marco Nelissen · 9 years ago
  50. ebdfefa Merge "MediaCodec: unhide mime type for EAC3" into mnc-dev by Chong Zhang · 9 years ago
  51. 52c58bb MediaCodec: unhide mime type for EAC3 by Chong Zhang · 9 years ago
  52. e796ff9 Handle unknown duration in playMediaSamples test by Marco Nelissen · 9 years ago
  53. 68d5ebd Improve error handling for AudioTrack write with PTS by Glenn Kasten · 9 years ago
  54. 466507e media: Update MediaCodec class description by Lajos Molnar · 9 years ago
  55. 48d8812 Remove temporary javadoc for android.media.AudioFormat by Jean-Michel Trivi · 9 years ago
  56. ed77bc0 Merge "More android.media.AudioFormat javadoc" into mnc-dev by Jean-Michel Trivi · 9 years ago
  57. 4ed06d2 More android.media.AudioFormat javadoc by Jean-Michel Trivi · 9 years ago
  58. 9e07ffd Merge "ImageReader: Register estimated native allocation" into mnc-dev by Chien-Yu Chen · 9 years ago
  59. 08cfe2a Doc update for MediaDrm's OnExpirationUpdate method by Jeff Tinker · 9 years ago
  60. 11c5d0d ImageReader: Register estimated native allocation by Chien-Yu Chen · 9 years ago
  61. 67ba691 Merge "MediaPlayer: add mPreparing to weed out unwanted prepared messages" into mnc-dev by Robert Shih · 9 years ago
  62. 410239b MediaPlayer: add mPreparing to weed out unwanted prepared messages by Robert Shih · 9 years ago
  63. 59845be Merge "Extra for ACTION_RINGTONE_PICKER for AudioAttributes flags" into mnc-dev by Jean-Michel Trivi · 9 years ago
  64. e6b874b Merge "Fix reading attributes for playback restrictions" into mnc-dev by Jean-Michel Trivi · 9 years ago
  65. 97de0c9 Merge "AudioService: indicate system ready to AudioFlinger" into mnc-dev by Eric Laurent · 9 years ago
  66. 4b901c4 Merge "Fix docs to not refer to non-public classes." into mnc-dev by Chet Haase · 9 years ago
  67. 42697ff Extra for ACTION_RINGTONE_PICKER for AudioAttributes flags by Jean-Michel Trivi · 9 years ago
  68. fa2dafa Fix docs to not refer to non-public classes. by Chet Haase · 9 years ago
  69. 0867bed AudioService: indicate system ready to AudioFlinger by Eric Laurent · 9 years ago
  70. b14b7e1 Merge "Fix AudioTrack, AudioRecord, AudioFormat API" into mnc-dev by Andy Hung · 9 years ago
  71. e90a0a8 Fix AudioTrack, AudioRecord, AudioFormat API by Andy Hung · 9 years ago
  72. d396954 Fix reading attributes for playback restrictions by Jean-Michel Trivi · 9 years ago
  73. 5aa384c Merge "AudioFormat: more compressed formats" into mnc-dev by Eric Laurent · 9 years ago
  74. aa1cd25 Merge "Updating (and completing) documentation post API-council changes." into mnc-dev by Paul McLean · 9 years ago
  75. 8e6c9f4 Updating (and completing) documentation post API-council changes. by Paul McLean · 9 years ago
  76. cf4f3d5 TIF: Fix an incorrect conversion in timeShiftSetPlaybackParams() by Dongwon Kang · 9 years ago
  77. cae3466 AudioFormat: more compressed formats by Eric Laurent · 9 years ago
  78. 1705113 Merge "API for converting AudioAttributes to stream type" into mnc-dev by Jean-Michel Trivi · 9 years ago
  79. d1d5a0a API for converting AudioAttributes to stream type by Jean-Michel Trivi · 9 years ago
  80. b0e1723 Merge "Explain the void send() throws IOException" into mnc-dev by Glenn Kasten · 9 years ago
  81. 5db6637 Explain the void send() throws IOException by Glenn Kasten · 9 years ago
  82. c4ddf16 Merge "send without timestamp is not equivalent to send now" into mnc-dev by Glenn Kasten · 9 years ago
  83. a32d5c8 send without timestamp is not equivalent to send now by Glenn Kasten · 9 years ago
  84. 0e2c164 Merge "Update documentation for short transfer counts" into mnc-dev by Glenn Kasten · 9 years ago
  85. 659e31f Update documentation for short transfer counts by Glenn Kasten · 9 years ago
  86. 14d226a Add comments to indicate code review was done for bugs by Glenn Kasten · 9 years ago
  87. 20a0edf Merge "Minor cleanup of comments and code" into mnc-dev by Glenn Kasten · 9 years ago
  88. f03fb7f Merge "TIF: Pass the playback params as a whole" into mnc-dev by Jae Seo · 9 years ago
  89. 194118f Merge "Make PlaybackParams parcelable" into mnc-dev by Jae Seo · 9 years ago
  90. 76c4fc2 Make PlaybackParams parcelable by Jae Seo · 9 years ago
  91. c8304e8 Merge "media: clarify valid values in PlaybackParams and SyncParams" into mnc-dev by Lajos Molnar · 9 years ago
  92. 40bdcb7 Merge "MediaPlayer: persistent track indices" into mnc-dev by Robert Shih · 9 years ago
  93. 4b34cc7 TIF: Pass the playback params as a whole by Jae Seo · 9 years ago
  94. 921ded7 Merge "Fix SoundPool.unload() return value" into mnc-dev by Andy Hung · 9 years ago
  95. 6e745ae Merge "Rename mChannels to mChannelMask" into mnc-dev by Glenn Kasten · 9 years ago
  96. a6238ef Fix SoundPool.unload() return value by Andy Hung · 9 years ago
  97. c9020af media: clarify valid values in PlaybackParams and SyncParams by Lajos Molnar · 9 years ago
  98. a460ea1 MediaPlayer: persistent track indices by Robert Shih · 9 years ago
  99. 1973189 MediaPlayer: clean up subtitle controller log spam by Robert Shih · 9 years ago
  100. 7020a137 Merge "MediaDrm API Updates per api council review" into mnc-dev by Jeff Tinker · 9 years ago