1. 60d610b Various changes to Media* APIs requested by the api council. by Andreas Huber · 12 years ago
  2. f4b4031 Fix b/5974247 by Ruei-sung Lin · 12 years ago
  3. f3afe15 Merge "AudioManager: deprecate vibrate settings" into jb-dev by Eric Laurent · 12 years ago
  4. cd1cd73 AudioManager: deprecate vibrate settings by Eric Laurent · 12 years ago
  5. cb6662a Merge "Add video scaling mode support with a new public method in MediaPlayer.java class" into jb-dev by James Dong · 12 years ago
  6. 48dc91b Make java constants consistent with native counterparts. by Andreas Huber · 12 years ago
  7. 454014e Add video scaling mode support with a new public method in MediaPlayer.java class by James Dong · 12 years ago
  8. 94affdd Merge "fix unmute from volume panel on tablets" into jb-dev by Eric Laurent · 12 years ago
  9. f740664 fix unmute from volume panel on tablets by Eric Laurent · 12 years ago
  10. 8ccfbdd Merge "Optimize how AudioService receives media button events" into jb-dev by Jean-Michel Trivi · 12 years ago
  11. 56ce3c0 Merge "Fix b/5821633: Could not activate GLEnvironment" into jb-dev by Ruei-sung Lin · 12 years ago
  12. c680222 Optimize how AudioService receives media button events by Jean-Michel Trivi · 12 years ago
  13. 22edf6b Fix b/5821633: Could not activate GLEnvironment by Ruei-sung Lin · 12 years ago
  14. b12a539 New API to set the video rendering mode on a MediaCodec instance. by Andreas Huber · 12 years ago
  15. ec3f31f Added support for HE-AAC recording. by Dave Burke · 12 years ago
  16. 6d6f233 Merge "Unhide APIs for timed text and multiple audio track switch APIs" into jb-dev by James Dong · 12 years ago
  17. 7a9734d Unhide APIs for timed text and multiple audio track switch APIs by James Dong · 12 years ago
  18. 098d580 Migrate ringtone playback to SystemUI. by Jeff Sharkey · 12 years ago
  19. f5d70fd Merge "Protect system services with DUMP permission." into jb-dev by Jeff Sharkey · 12 years ago
  20. c098198e Merge "system and UI sounds volume policy" into jb-dev by Eric Laurent · 12 years ago
  21. b33c34c Merge "Resolving the black screen / crash in effects" into jb-dev by Pannag Sanketi · 12 years ago
  22. 6d51766 system and UI sounds volume policy by Eric Laurent · 12 years ago
  23. eb4cc492 Protect system services with DUMP permission. by Jeff Sharkey · 12 years ago
  24. f18222d Merge "Fix the test cases which fail to launch the camera in the device which only has one camera." into jb-dev by Yu Shan Emily Lau · 12 years ago
  25. e35b3e0 Fix the test cases which fail to launch the camera by Yu Shan Emily Lau · 12 years ago
  26. 2f708ce Resolving the black screen / crash in effects by Pannag Sanketi · 12 years ago
  27. 2996cf0 Merge "Unhide new AAC-ELD audio record type." into jb-dev by Dave Burke · 12 years ago
  28. 129a6cc Merge "The MediaExtractor can now unselect tracks and has more control over seeking." into jb-dev by Andreas Huber · 12 years ago
  29. f2855b3 The MediaExtractor can now unselect tracks and has more control over seeking. by Andreas Huber · 12 years ago
  30. 8037cad Merge "Fix AudioManager.forceVolumeControlStream()" into jb-dev by Eric Laurent · 12 years ago
  31. 6644a82 Unhide new AAC-ELD audio record type. by Dave Burke · 12 years ago
  32. 45c90ce Fix AudioManager.forceVolumeControlStream() by Eric Laurent · 12 years ago
  33. 0b71839 Further speed up playlist processing by Marco Nelissen · 12 years ago
  34. d7a2a42 Merge "Move RINGTONE_PICKER to handle external storage." into jb-dev by Jeff Sharkey · 12 years ago
  35. 6dcf382 Move RINGTONE_PICKER to handle external storage. by Jeff Sharkey · 12 years ago
  36. 1b8f499 Allow multichannel configurations in android.media.AudioTrack by Jean-Michel Trivi · 12 years ago
  37. d6bdbb8 am b4781b9b: am ea8ceca8: am 90577af7: Merge "use utf8_length() instead of local function, isValidUtf8()" by Dianne Hackborn · 12 years ago
  38. 08f70fa Speed up playlist processing by Marco Nelissen · 12 years ago
  39. 74a78b0 Add the ability to query the amount of cached data to MediaExtractor. by Andreas Huber · 12 years ago
  40. f3dbb59 Merge "Update javadoc for timed text / multiple audio track APIs" by James Dong · 12 years ago
  41. 0d1ba150 Merge "DRM errors signaled by the CryptoPlugin are now visible to MediaCodec clients" by Andreas Huber · 12 years ago
  42. 831f0a9 Update javadoc for timed text / multiple audio track APIs by James Dong · 12 years ago
  43. bfc56f4 DRM errors signaled by the CryptoPlugin are now visible to MediaCodec clients by Andreas Huber · 12 years ago
  44. c949649 Merge "Unhide Visualizer scaling mode definitions and methods" by Jean-Michel Trivi · 12 years ago
  45. 9517946 Unhide Visualizer scaling mode definitions and methods by Jean-Michel Trivi · 12 years ago
  46. 6db6533 Merge "unhide API for synchronous audio capture." by Eric Laurent · 12 years ago
  47. 125c32e Merge "Add functional tests for Visualizer volume scaling mode" by Jean-Michel Trivi · 12 years ago
  48. 997592b Add functional tests for Visualizer volume scaling mode by Jean-Michel Trivi · 12 years ago
  49. 5cef554 Merge "Add support for scaling mode parameter in Visualizer effect" by Jean-Michel Trivi · 12 years ago
  50. ff2577d unhide API for synchronous audio capture. by Eric Laurent · 12 years ago
  51. ea8ceca am 90577af7: Merge "use utf8_length() instead of local function, isValidUtf8()" by Dianne Hackborn · 12 years ago
  52. 8dfc105 unhide audio pre processing API. by Eric Laurent · 12 years ago
  53. ab57d03 Fix a typo and choose a reasonable default for crypto-mode (0 would be unencrypted) by Andreas Huber · 12 years ago
  54. 91befdc Information required to decrypt buffers is now packaged into MediaCodec.CryptoInfo by Andreas Huber · 12 years ago
  55. f7d3bdf Merge "AddExternalSource(String path) needs to turn the path to fd if it is a file" by James Dong · 12 years ago
  56. c4c0284 AddExternalSource(String path) needs to turn the path to fd if it is a file by James Dong · 12 years ago
  57. 2b9d6bd Make seekTo not throw exceptions. by Andreas Huber · 12 years ago
  58. e1123e7 Add support for scaling mode parameter in Visualizer effect by Jean-Michel Trivi · 12 years ago
  59. 2952c5d MediaCrypto's constructor can throw RuntimeException. by Andreas Huber · 12 years ago
  60. 07ea426 Unhide new media related java APIs. by Andreas Huber · 12 years ago
  61. 1a8b6c2 use utf8_length() instead of local function, isValidUtf8() by Homin Lee · 12 years ago
  62. f3d9f5d Merge "Fix failure from setDataSource(String path) when path is a local file" by James Dong · 12 years ago
  63. e00b6f3 Fix failure from setDataSource(String path) when path is a local file by James Dong · 12 years ago
  64. 0041b5c Fix thumbnail generation failure by James Dong · 12 years ago
  65. 855255d audio preprocessing: added static factory method by Eric Laurent · 12 years ago
  66. 079f09c Merge "Added support for USB audio devices" by Eric Laurent · 12 years ago
  67. 59f4827 Added support for USB audio devices by Eric Laurent · 12 years ago
  68. 9e6bcce New JAVA API to support submitting encrypted buffers of input data. by Andreas Huber · 12 years ago
  69. 1c35d11 am db9b114b: Merge "Adds flag argument to setMasterMute." into ics-aah by Justin Koh · 12 years ago
  70. 8fa2339 Merge "Insert the 2 seconds before test start to workaround the race conditon for requesting the surface." by Yu Shan Emily Lau · 12 years ago
  71. a79edb7 Insert the 2 seconds before test start to by Yu Shan Emily Lau · 12 years ago
  72. 0273af5 Adds flag argument to setMasterMute. by Justin Koh · 12 years ago
  73. 75cf9e1 Fix the build. by Justin Koh · 12 years ago
  74. 5ac69a2 Merge "resolved conflicts for merge of bff6a514 to master" by Justin Koh · 12 years ago
  75. 6a8096d resolved conflicts for merge of bff6a514 to master by Justin Koh · 12 years ago
  76. e313f72 Store video width/height when scanning by Marco Nelissen · 12 years ago
  77. 8240d92 New Crypto JAVA class to facilitate decryption via MediaCodec. by Andreas Huber · 12 years ago
  78. bff6a51 Merge "Persists the master mute volume setting." into ics-aah by Justin Koh · 12 years ago
  79. 57978ed Persists the master mute volume setting. by Justin Koh · 12 years ago
  80. c0c4a20 am a72a06f3: am f5693a6a: am a784b3de: Fix build break introduced by missing parenthesis in camera stress test. by Jason Noguchi · 12 years ago
  81. f5693a6 am a784b3de: Fix build break introduced by missing parenthesis in camera stress test. by Jason Noguchi · 12 years ago
  82. f499a07 am a784b3de: Fix build break introduced by missing parenthesis in camera stress test. by Jason Noguchi · 12 years ago
  83. a784b3d Fix build break introduced by missing parenthesis in camera stress test. by Jason Noguchi · 12 years ago
  84. b7cc80d am a5408a8c: am 34a4e519: am 6e6d8df5: Merge "Adding camera zoom test to mediaframework stress suite." into ics-mr1 by Jason Noguchi · 12 years ago
  85. 34a4e51 am 6e6d8df5: Merge "Adding camera zoom test to mediaframework stress suite." into ics-mr1 by Jason Noguchi · 12 years ago
  86. e371ed8 am 6e6d8df5: Merge "Adding camera zoom test to mediaframework stress suite." into ics-mr1 by Jason Noguchi · 12 years ago
  87. 6e6d8df Merge "Adding camera zoom test to mediaframework stress suite." into ics-mr1 by Jason Noguchi · 12 years ago
  88. 991c873 Merge "More DRM/crypto support." by Andreas Huber · 12 years ago
  89. 0e97fc2 More DRM/crypto support. by Andreas Huber · 12 years ago
  90. b5f2088 Merge commit '7f71d01' by Mike Lockwood · 12 years ago
  91. 3e29718 Merge commit '830ad08' by Mike Lockwood · 12 years ago
  92. 4a727e3 Merge "Support audio/ogg mimetype" by Marco Nelissen · 12 years ago
  93. dc912ed Support audio/ogg mimetype by Marco Nelissen · 12 years ago
  94. 3caba51 Broadcast mastervolume regardless of change. by Justin Koh · 12 years ago
  95. 5a04bf3 New API to query available codecs and their capabilities. by Andreas Huber · 12 years ago
  96. 3d275af Merge "implemented synchronous audio capture" by Eric Laurent · 12 years ago
  97. 18a38b9 Merge "Removed obsolete opencore related comments" by James Dong · 12 years ago
  98. 6ef1eed Merge "Fix b/5353417 Images downloaded from browser are showing incorrect details (Time is shown as dec 31 1969)" by Chih-Chung Chang · 12 years ago
  99. 505e5c8 implemented synchronous audio capture by Eric Laurent · 12 years ago
  100. 7ae82ce Removed obsolete opencore related comments by James Dong · 12 years ago