1. 6c79897 Add batch volume adjust support to adjustMasterVolume() in AudioManager and by Lei Zhang · 13 years ago
  2. 24b082f Fix Audio ramping code by RoboErik · 13 years ago
  3. 485932f Merge "Do not set camera preview display if the surface is null." by Wu-cheng Li · 13 years ago
  4. c59d1a8 Do not set camera preview display if the surface is null. by Wu-cheng Li · 13 years ago
  5. 41f3f71 Defines MediaPlayer APIs to support multiple audio/video/timedtext tracks. by Insun Kang · 13 years ago
  6. 467ec7e Unhide MediaPlayer.setNextMediaPlayer by Marco Nelissen · 13 years ago
  7. 1c1d1e7 Merge "Gapless playback, step 1." by Marco Nelissen · 13 years ago
  8. 84b8320 Gapless playback, step 1. by Marco Nelissen · 13 years ago
  9. 4d367c5 Merge "MediaPlayer doc for setDataSource by file pathname" by Glenn Kasten · 13 years ago
  10. b8f8809 Merge "Documentation/API update for MediaCodec/MediaExtractor, fixes to MediaCodec." by Andreas Huber · 13 years ago
  11. c52b980 Documentation/API update for MediaCodec/MediaExtractor, fixes to MediaCodec. by Andreas Huber · 13 years ago
  12. 029d7e1 Hide deprecated MediaRecorder.java APIs by James Dong · 13 years ago
  13. 55d1eea MediaPlayer doc for setDataSource by file pathname by Glenn Kasten · 13 years ago
  14. a4fd937 Allow multiple releases to be called on MediaActionSound. by Eino-Ville Talvala · 13 years ago
  15. 0de2ed3 Merge "Changed 480p and 1080p resolution documentation" by James Dong · 13 years ago
  16. 7ef9743 Merge "AudioService: fix system stream muted by restore" by Eric Laurent · 13 years ago
  17. 9ac8d0c AudioService: fix system stream muted by restore by Eric Laurent · 13 years ago
  18. d5f0799 Merge "NEW_API: Rework CameraSound into MediaActionSound, and unhide it." by Eino-Ville Talvala · 13 years ago
  19. e690958 NEW_API: Rework CameraSound into MediaActionSound, and unhide it. by Eino-Ville Talvala · 13 years ago
  20. a00c293 Changed 480p and 1080p resolution documentation by James Dong · 13 years ago
  21. 720aa28 Switch the way we configure for MediaPlayer retransmission. by John Grossman · 13 years ago
  22. 0ae6b48 Merge "Implementation of a java media codec interface and associated tools." by Andreas Huber · 13 years ago
  23. 88572f7 Implementation of a java media codec interface and associated tools. by Andreas Huber · 13 years ago
  24. a352d1e Merge "Allow to record time lapse videos without using setProfile()" by James Dong · 13 years ago
  25. a4d205d Allow to record time lapse videos without using setProfile() by James Dong · 13 years ago
  26. 58ef689 Eliminate scanner file cache by Marco Nelissen · 13 years ago
  27. 3540a01 Enhance Visualizer behavior in the case of mediaserver death. by John Grossman · 13 years ago
  28. 449725f Reuse callback buffers in the Visualizer. by John Grossman · 13 years ago
  29. 98ad9b9 Fix music volume regression on tablets by Eric Laurent · 13 years ago
  30. d121cfc Further optimize media scanner. by Marco Nelissen · 13 years ago
  31. 9760647 Add support for non-linear ramping of master volume adjustment by Mike Lockwood · 13 years ago
  32. 1ce5b26 Only send master volume or mute updates if the settings have changed by Jason Simmons · 13 years ago
  33. e3f5979 Make AudioManager.adjustMasterVolume public and hidden by Jason Simmons · 13 years ago
  34. 9063154 Restore persisted master volume if the media server restarts by Mike Lockwood · 13 years ago
  35. b7bd88a Don't allow changing master volume when muted by Mike Lockwood · 13 years ago
  36. 5c55a05 Defer persisting master data to avoid excessive database writes by Mike Lockwood · 13 years ago
  37. 3194ea9 Remove reference counting and client death notification for master mute by Mike Lockwood · 13 years ago
  38. 0dc37cc AudioService: Send broadcasts when master volume and mute state change by Mike Lockwood · 13 years ago
  39. fa7b061 AudioManager: Add wrapper methods for master volume support by Mike Lockwood · 13 years ago
  40. ce952c8 AudioManager: Add support for master mute by Mike Lockwood · 13 years ago
  41. 4767690 AudioManager: transparently convert volume settings for other streams to master volume if config_useMasterVolume is set. by Mike Lockwood · 13 years ago
  42. 8dc1dab VolumePanel: Add support for master volume by Mike Lockwood · 13 years ago
  43. 8517e46 Save and restore master volume in the settings provider by Mike Lockwood · 13 years ago
  44. cbdb49d Simple master volume support by Mike Lockwood · 13 years ago
  45. e7eeace am ec12ae99: am 79cfde69: am 52bfc243: docs: fix misc doc bugs from external issue tracker by Scott Main · 13 years ago
  46. 52bfc24 docs: fix misc doc bugs from external issue tracker by Scott Main · 13 years ago
  47. b3f04a6 Merge "Delete entries in bulk" by Marco Nelissen · 13 years ago
  48. 9ff4774 Delete entries in bulk by Marco Nelissen · 13 years ago
  49. f047c14 Merge "Make media scanner use new delete-parameter" by Marco Nelissen · 13 years ago
  50. ac259f1 Make media scanner use new delete-parameter by Marco Nelissen · 13 years ago
  51. 874d1f1 Unhide AAC_ADTS file format by James Dong · 13 years ago
  52. d6b3e0c Enable media scanner bulk inserts by Marco Nelissen · 13 years ago
  53. f3a3b9e Merge "Handle adding/removing/renaming nomedia paths" by Marco Nelissen · 13 years ago
  54. 2d2d7d6 Merge "Implement a cancelation mechanism for queries." by Jeff Brown · 13 years ago
  55. 75ea64f Implement a cancelation mechanism for queries. by Jeff Brown · 13 years ago
  56. 30c918c Use final on new member variables by Glenn Kasten · 13 years ago
  57. ca78f3d Handle adding/removing/renaming nomedia paths by Marco Nelissen · 13 years ago
  58. 11001c3 Merge "Bug 5567648 disassociate audio mode and audio focus" by Jean-Michel Trivi · 13 years ago
  59. 4dd3674 Bug 5567648 disassociate audio mode and audio focus by Jean-Michel Trivi · 13 years ago
  60. c14639a Merge "Use audio_source_t consistently" by Glenn Kasten · 13 years ago
  61. 0f0fbd9 Use audio_source_t consistently by Glenn Kasten · 13 years ago
  62. a701da8 Update AudioTrack.stop() javadoc by Jean-Michel Trivi · 13 years ago
  63. ee7fea9 Remove dead setRingerMode(mode, mask) by Glenn Kasten · 13 years ago
  64. 9bc8358d audio framework: manage stream volume per device by Eric Laurent · 13 years ago
  65. 6c4c155 MediaScanner: Disable bulk insert for settings by Sungsoo Lim · 13 years ago
  66. b282e08 Fix build by Glenn Kasten · 13 years ago
  67. 5c17a82 Audio Java doc comment typos and minor changes by Glenn Kasten · 13 years ago
  68. 13f94dc Merge "Fix race conditions related to ringer mode" by Glenn Kasten · 13 years ago
  69. 18c6afa Merge "Also accept non-parenthesized genre numbers" by Marco Nelissen · 13 years ago
  70. ad35f91 Also accept non-parenthesized genre numbers by Marco Nelissen · 13 years ago
  71. 39938186 ThumbnailUtils: To fix misuse of FileInputStream. by Dongwon Kang · 13 years ago
  72. afbb047 AudioService: simplified handler messages. by Eric Laurent · 13 years ago
  73. 25adf474 Merge "Fix indentation and whitespace" by Glenn Kasten · 13 years ago
  74. fb2ab9e Fix indentation and whitespace by Glenn Kasten · 13 years ago
  75. 5bb8f80 Fix typo in error message, missing space by Glenn Kasten · 13 years ago
  76. ba195eb Fix race conditions related to ringer mode by Glenn Kasten · 13 years ago
  77. ca402cd Update onVideoSizeChanged() callback method Java doc to explicitly specify the conditions under which the width/height passed by James Dong · 13 years ago
  78. 9c316f3 am d49ec62c: am f3364080: Merge "New and improved silent mode on lockscreen." into ics-mr1 by Amith Yamasani · 13 years ago
  79. 6243edd New and improved silent mode on lockscreen. by Amith Yamasani · 13 years ago
  80. 8997265 am f8dad0b3: am afd01086: Merge "Further volume improvements." into ics-mr1 by Amith Yamasani · 13 years ago
  81. 29f1c32 am 5126f1d4: am 613ed4c6: Merge "Fixd for 5490443 Native crash while exporting a video - Add new onError callback to PreviewProgressListener, which is used to indicate video editor application for the error that has occurred during priviewing. With this modification, by Hong Teng · 13 years ago
  82. 7944c1b MTP: Add support for restricting PTP to only certain subdirectories of the storage DO NOT MERGE by Mike Lockwood · 13 years ago
  83. afd0108 Merge "Further volume improvements." into ics-mr1 by Amith Yamasani · 13 years ago
  84. d62da2d Remove unused variable and imports in AudioManager by Jean-Michel Trivi · 13 years ago
  85. 613ed4c Merge "Fixd for 5490443 Native crash while exporting a video - Add new onError callback to PreviewProgressListener, which is used to indicate video editor application for the error that has occurred during priviewing. With this modification, the application must implement the onError method, and then VideoEditorPreviewTest.java is changed accordingly." into ics-mr1 by Hong Teng · 13 years ago
  86. 6a5c1a9 Merge "MTP: Add support for restricting PTP to only certain subdirectories of the storage" by Mike Lockwood · 13 years ago
  87. 73e56d9 MTP: Add support for restricting PTP to only certain subdirectories of the storage by Mike Lockwood · 13 years ago
  88. ee07e11 am 6cfa9e6c: am 0d3a2e93: Merge "AudioService: strengthen A2DP device detection" into ics-mr1 by Eric Laurent · 13 years ago
  89. 2ef6f1b Further volume improvements. by Amith Yamasani · 13 years ago
  90. 63149c8 Fixd for 5490443 Native crash while exporting a video by Hong Teng · 13 years ago
  91. 6bc7f2c AudioService: strengthen A2DP device detection by Eric Laurent · 13 years ago
  92. 55cadf7 am 4d592c59: am eabde3d4: am fe464a76: [Prime K] Fix gabage character issue by dujin.cha · 13 years ago
  93. eabde3d am fe464a76: [Prime K] Fix gabage character issue by dujin.cha · 13 years ago
  94. fe464a7 [Prime K] Fix gabage character issue by dujin.cha · 13 years ago
  95. 0e7d85f am 4e72e2bf: am 4fdc36e6: Merge "Document that release() should be called with onPause() and onStop() for media objects" into ics-mr1 by James Dong · 13 years ago
  96. 4fdc36e Merge "Document that release() should be called with onPause() and onStop() for media objects" into ics-mr1 by James Dong · 13 years ago
  97. 29270da am 4978c1a5: am 0ddb0143: Merge "Fix 5623252 unlink to death of audio focus client early" into ics-mr1 by Jean-Michel Trivi · 13 years ago
  98. 89ca698 Document that release() should be called with onPause() and onStop() for media objects by James Dong · 13 years ago
  99. e7edc86 Fix 5623252 unlink to death of audio focus client early by Jean-Michel Trivi · 13 years ago
  100. eb80b31 am 87597d9c: am 538dc6ac: Merge "Fix 5615747 Don\'t leak remote control client death handlers" into ics-mr1 by Jean-Michel Trivi · 13 years ago