1. 5e27115 Use a ref-counted callback interface for Camera. by Dave Sparks · 15 years ago
  2. 9efba9d Merge change 5176 into donut by Android (Google) Code Review · 15 years ago
  3. f16da13 Export the output to a text file and save to sdcard by Yu Shan Emily Lau · 15 years ago
  4. 1bee98a Merge change 5100 into donut by Android (Google) Code Review · 15 years ago
  5. b6d90ca Fill in CDMA gaps and clean up ToneGenerator code by David Krause · 15 years ago
  6. 3274202 Rollback the number of loop in the memory stress test by Yu Shan Emily Lau · 15 years ago
  7. a746030 Merge the output file into one. by Yu Shan Emily Lau · 15 years ago
  8. d1f362f AudioService: Fix routing problem recently introduced in setRouting(). by Mike Lockwood · 15 years ago
  9. 3d4b706 Merge change 4047 into donut by Android (Google) Code Review · 15 years ago
  10. 9bcf401 Fix issue #899198 MODE_RINGER_STREAMS_AFFECTED does not restore volumes correctly by Eric Laurent · 15 years ago
  11. 32f8277 Removed trailing whitespaces. by Nicolas Catania · 15 years ago
  12. 1d7d5db Merge change 3799 into donut by Android (Google) Code Review · 15 years ago
  13. afbc17e Turned on the windows media related test cases as the binary already integrated. by Yu Shan Emily Lau · 15 years ago
  14. a2df605 Print a message to the log when a file can't be opened on the client side. by Marco Nelissen · 15 years ago
  15. b2df169 Merge change 1548 into donut by Android (Google) Code Review · 15 years ago
  16. 32e9591 Capture the memory output before the playback and record start. by Yu Shan Emily Lau · 15 years ago
  17. 2bcda90 NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC). by Jianhong Jiang · 15 years ago
  18. 162c9d0e Merge change 2805 into donut by Android (Google) Code Review · 15 years ago
  19. 450ad31 Merge change 2774 into donut by Android (Google) Code Review · 15 years ago
  20. 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 15 years ago
  21. 3c8704b Limit check on maxChannels for SoundPool. Bug 1838724 by Dave Sparks · 15 years ago
  22. 0f5179c Merge change 2716 into donut by Android (Google) Code Review · 15 years ago
  23. 8b0b174 Update MediaPlayer to allow setVideoSurface calls after prepare. Also allow by Dave Sparks · 15 years ago
  24. f6355e2 Merge change 2399 into donut by Android (Google) Code Review · 15 years ago
  25. 01c0596 Added the two validations for the memory stress test by Yu Shan Emily Lau · 15 years ago
  26. dda5391 Motorola additions for CDMA support without CdmaSuppConnTracker by Wink Saville · 15 years ago
  27. 8149419 setVolume did not check interface descriptor DO NOT MERGE by Dave Sparks · 15 years ago
  28. 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 15 years ago
  29. 6690dc5 Fix permission hole for RECORD_AUDIO created when we moved the MediaRecorder by Dave Sparks · 15 years ago
  30. 379d3bd Merge change 2016 into donut by Android (Google) Code Review · 15 years ago
  31. be467b5 Replaced the old test media files with the new open source test media files. by Yu Shan Emily Lau · 15 years ago
  32. f30c700 Added the write sdcard permission so that the mediarecorder test by Yu Shan Emily Lau · 15 years ago
  33. 77f2c4c Document the media scanner's flow through native and java code, since by Marco Nelissen · 15 years ago
  34. 55eef63 Add a tool to play all kinds of media files saved in /sdcard/media_api/samples/. It also tests the seeking functionality during the play of each sample file. by Xia Wang · 15 years ago
  35. d282ac8 Findbugs fixes. by Marco Nelissen · 15 years ago
  36. 7f2ae49 Merge change 1370 into donut by Android (Google) Code Review · 15 years ago
  37. 429a3b5 Fix a JNI layer crash due to null camera object passed to get_native_camera() by James Dong · 15 years ago
  38. b85c374 Merge change 1155 into donut by Android (Google) Code Review · 15 years ago
  39. 0efb086 Merge change 1120 into donut by Android (Google) Code Review · 15 years ago
  40. 4c92247 Don't allow negative numbers in ToneGenerator toneType parameter Bug 1836596 by Dave Sparks · 15 years ago
  41. 9648e4b fix issue 1641535: SoundPool should use AudioTrack with shared memory buffer by Eric Laurent · 15 years ago
  42. fe17664 Suppress all tests on Windows Media in MediaPlayerApiTest and MediaMetadataTest by Xia Wang · 15 years ago
  43. f3af740 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 15 years ago
  44. b9c9d26 fix issue 1713090: After a Bluetooth call, MusicPlayer starts playing on speaker rather than wired external audio. by Eric Laurent · 15 years ago
  45. c1b80cb Changes in mediaframework test for the OpenCore 2.0 integration. Changes included: by Yu Shan Emily Lau · 15 years ago
  46. c02cac4 Change 79 in git master branch by James Dong · 15 years ago
  47. 7fe3b06 Merge change 740 into donut by Android (Google) Code Review · 15 years ago
  48. c082769 MIDI render thread was nice 0, should be nice -16. by Dave Sparks · 15 years ago
  49. 0e051b1 Vorbis render thread was nice 0, should be nice -16. by Dave Sparks · 15 years ago
  50. 2071043 Modify and turn on the test case for video recording in portrait mode. by Yu Shan Emily Lau · 15 years ago
  51. 9f0b1a4 Do case-insensitive matching when determining whether something is music, an alarm sound, notification sound, etc. by Marco Nelissen · 15 years ago
  52. ef02827 Fix issue 1745312: Various cleanups in media framework by Eric Laurent · 15 years ago
  53. 6fb5a1d AI 147035: am: CL 147032 Finalize JetPlayer javadoc. by Jean-Michel Trivi · 15 years ago
  54. ea63a41 AI 146938: am: CL 146937 Finalize AudioRecord javadoc. by Jean-Michel Trivi · 15 years ago
  55. 6cb9900 AI 146755: am: CL 146754 Fix some problems in the SoundPool docs and add additional text. by Dave Sparks · 15 years ago
  56. ff14c25 AI 146752: am: CL 146751 Finalize AudioTrack javadoc. by Jean-Michel Trivi · 15 years ago
  57. 2170312 AI 146668: am: CL 146667 Add advice in MediaRecorder Java docs about using MPEG-4 container format by Dave Sparks · 15 years ago
  58. cef302d AI 146655: am: CL 146654 Add java docs for SoundPool by Dave Sparks · 15 years ago
  59. f8a7cea AI 145778: Manual merge changes 145382-145384 from cupcake. by Andy Stadler · 15 years ago
  60. 6554347 AI 144327: am: CL 144326 Start the thread that initializes the camera for the test under lock to make sure the monitor is notified after it has started waiting. by Jean-Michel Trivi · 15 years ago
  61. 1b01f87 AI 144314: am: CL 144313 Add two test cases for AudioTrack.java by Xia Wang · 15 years ago
  62. d7f347b AI 144054: am: CL 144053 Fix issue #1751242 A2DP playback fails first time: Invalid buffer size: minFrameCount 10240, frameCount 4800 by Eric Laurent · 15 years ago
  63. b9f15d7 AI 143905: am: CL 143904 Fix the failure in the media recorder large test by adding the Camera permission. by Yu Shan Emily Lau · 15 years ago
  64. b8c055e AI 143267: am: CL 143127 Media recorder service requires android.permission.CAMERA to record video by Dave Sparks · 15 years ago
  65. 3870a95 AI 143209: am: CL 143001 Remove sdutils from user build to save 12K on /system partition. by Mike Lockwood · 15 years ago
  66. 3d78f9a Automated import from //branches/donutburger/...@142376,142376 by Jean-Michel Trivi · 15 years ago
  67. fd92c57 Automated import from //branches/donutburger/...@142149,142149 by Yu Shan Emily Lau · 15 years ago
  68. 272beb6 Automated import from //branches/donutburger/...@142065,142065 by Eric Laurent · 15 years ago
  69. e25b51b Automated import from //branches/donutburger/...@141711,141711 by Andreas Huber · 15 years ago
  70. 6ee2e78 Automated import from //branches/donutburger/...@141593,141593 by Dave Sparks · 15 years ago
  71. 4a0029f Automated import from //branches/donutburger/...@141213,141213 by Niko Catania · 15 years ago
  72. 78c1314 Automated import from //branches/donutburger/...@141200,141200 by Jean-Michel Trivi · 15 years ago
  73. d3ca04d Automated import from //branches/donutburger/...@140867,140867 by Jean-Michel Trivi · 15 years ago
  74. 4610f7d Automated import from //branches/donutburger/...@140866,140866 by Jason Sams · 15 years ago
  75. 08905cc Automated import from //branches/donutburger/...@140818,140818 by Dianne Hackborn · 15 years ago
  76. d01721d Automated import from //branches/donutburger/...@140811,140811 by Niko Catania · 15 years ago
  77. 1a9f739 Automated import from //branches/donutburger/...@140800,140800 by Niko Catania · 15 years ago
  78. 4a5c1a7 Automated import from //branches/donutburger/...@140663,140663 by Jean-Michel Trivi · 15 years ago
  79. 470f71f Automated import from //branches/donutburger/...@140566,140566 by Jean-Michel Trivi · 15 years ago
  80. b109615 Automated import from //branches/donutburger/...@140507,140507 by Jason Parekh · 15 years ago
  81. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  82. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  83. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  84. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  85. b22d55b auto import from //depot/cupcake/@136620 by The Android Open Source Project · 16 years ago
  86. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  87. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  88. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  89. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  90. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  91. 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
  92. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  93. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  94. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  95. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  96. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  97. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  98. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  99. e70cfaf Change ROUTE_ALL from 15 (4-bit mask) to -1 (32-bit mask) to allow for more routes in the future. by Jean-Baptiste Queru · 16 years ago
  100. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago