1. 9efe473 Squash commits of the following patches, cherry-picked from other branch - do not merge. by James Dong · 14 years ago
  2. 53ebc72 Support extracting thumbnail from rotated video tracks by James Dong · 14 years ago
  3. cc02ac5 Fix issue 3126094. by Eric Laurent · 14 years ago
  4. b3bdf3f Added getter for session Id to AudioSink by Eric Laurent · 14 years ago
  5. 2fb43ef fix problem in AudioEffect JNI setup. by Eric Laurent · 14 years ago
  6. 1a5149e Fix issue 3022800. by Eric Laurent · 14 years ago
  7. 8d3b910 Fixed a copy and paste error by James Dong · 14 years ago
  8. 8d7d413 Now that AmrInputStream no longer relies on opencore, make sure it's registered in non-opencore builds. by Andreas Huber · 14 years ago
  9. d790c648 Add lost preview surface detection in the JNI layer by James Dong · 14 years ago
  10. a4c72ac Audio effects: modified command() parameter types. by Eric Laurent · 14 years ago
  11. ca57d1c Audio Effects: added methods to effects java classes to store and load current effect settings in by Eric Laurent · 14 years ago
  12. 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  13. 4cb15cf Fix swap of sessionId and output in audio effect API. by Jean-Michel Trivi · 14 years ago
  14. dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 14 years ago
  15. df9b81c Added Visualizer effect. by Eric Laurent · 14 years ago
  16. 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 14 years ago
  17. 8e103da Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 14 years ago
  18. 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 14 years ago
  19. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  20. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  21. 49b6fba AmrInputStream refresh: eliminate the dependency upon OpenCore's code by James Dong · 14 years ago
  22. 01f7ac6 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 14 years ago
  23. 948235c Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI. by Eric Laurent · 14 years ago
  24. 457d5ae Fix a potential(observed sometimes) media server crash by James Dong · 14 years ago
  25. 5e14010 allow re-targetting of surfaces by Mathias Agopian · 14 years ago
  26. 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 14 years ago
  27. db6cc0b Use local lock for most MediaMetadataRetriever methods. Bug 2560834. by Dave Sparks · 14 years ago
  28. 09468db Add a name to the previously-unnamed thread created by SoundPoolThread. by Steve Howard · 14 years ago
  29. 0fc6bc4 Clean up MediaRecorder for public Java SDK by James Dong · 14 years ago
  30. b930036 Merge "Image encoding settings java API through xml configuration file" by James Dong · 14 years ago
  31. 9b433f0 Image encoding settings java API through xml configuration file by James Dong · 14 years ago
  32. 196863d Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE, by Gloria Wang · 14 years ago
  33. 7bef5a5 Fix logging in SoundPool. by Dave Sparks · 14 years ago
  34. 675ee6a Merge "Add SoundPool API to pause and resume all active streams. Bug 2426531." by Dave Sparks · 14 years ago
  35. f992cbb Add SoundPool API to pause and resume all active streams. Bug 2426531. by Dave Sparks · 15 years ago
  36. 62ed7a6 Merge "Support decoder queries from media profiles xml configuration file" by James Dong · 14 years ago
  37. d32fba4 Support decoder queries from media profiles xml configuration file by James Dong · 14 years ago
  38. fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 14 years ago
  39. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  40. e7038ac Camcorder profile Java API support by James Dong · 15 years ago
  41. c371194 Initial check-in for xml-based encoder capabilities retrieval by James Dong · 15 years ago
  42. 2564300 API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played. by Andreas Huber · 15 years ago
  43. 55e99c6 Attempt to fix the build ... again. by Andreas Huber · 15 years ago
  44. 37105cc Fixing the build. Why is this suddenly necessary and didn't break the build before??? by Andreas Huber · 15 years ago
  45. e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago
  46. 3c56221 Fix SoundPool restart problem CheckJNI issue. by Dave Sparks · 15 years ago
  47. f6e43bf Add OnLoadCompleteListener to SoundPool. by Dave Sparks · 15 years ago
  48. c333133 am b5fc8ffc: am 91487425: Merge change I0448ef20 into eclair by Dave Sparks · 15 years ago
  49. 66d28ce Fix SoundPool buffer size rounding error. Bug 2327620. by Dave Sparks · 15 years ago
  50. 3c256cf More SoundPool cleanup. Remove mSoundPoolRef and unused notify callback. by Dave Sparks · 15 years ago
  51. c0e3ddf Remove unused Java object reference in native SoundPool code. by Dave Sparks · 15 years ago
  52. bfb9fb1 Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 15 years ago
  53. c39d2e3 Music visualizer support hack. by Marco Nelissen · 15 years ago
  54. a52b4d7 Fix broken build. by Dianne Hackborn · 15 years ago
  55. 8b04661 When encountering a .nomedia file, notify the MediaScannerClient, by Marco Nelissen · 15 years ago
  56. 831fbc1 We don't need libopencore_author and libcutils in libmedia_jni by Marco Nelissen · 15 years ago
  57. 4935d05 Untangle MediaPlayer, MediaRecorder, MediaScanner and MediaMetadataRetriever JNI by Marco Nelissen · 15 years ago
  58. 1b0efec am 17c195c8: Merge change 9340 into donut by Android (Google) Code Review · 15 years ago
  59. fd8c0e1 Fix issue 2025872: Deadlock in SoundPool.stop by Eric Laurent · 15 years ago
  60. cbe7c54 Remove hardcoded maximum frame rate limit from the framework bug 1993400 by James Dong · 15 years ago
  61. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  62. c7bebd1 am 5f2b05ea: Merge change 8220 into donut by Android (Google) Code Review · 15 years ago
  63. 45fce58 Fix issue 1996218: Disable use of shared memory buffer by SoundPool. by Eric Laurent · 15 years ago
  64. 0fc736f32 Don't pass references to temporary objects, and handle the case where we dont have a Surface. by Marco Nelissen · 15 years ago
  65. b88993f Merge change 6797 by Android (Google) Code Review · 15 years ago
  66. b5af325 rename libsgl/libcorecg to libskia by Mike Reed · 15 years ago
  67. 5d55c71 Basic plumbing to retrieve metadata from the native player. by Nicolas Catania · 15 years ago
  68. b2c6939 Implemented the metadata changed notification filters. by Nicolas Catania · 15 years ago
  69. 2387208 am 3d7b8d1a: Merge change 5158 into donut by Android (Google) Code Review · 15 years ago
  70. 20cb94e Direct api to the native media player. by Nicolas Catania · 15 years ago
  71. 5e27115 Use a ref-counted callback interface for Camera. by Dave Sparks · 15 years ago
  72. 5f80742 am d670b8c6: Merge change 3981 into donut by Android (Google) Code Review · 15 years ago
  73. 32f8277 Removed trailing whitespaces. by Nicolas Catania · 15 years ago
  74. f5b746e am b2df1699: Merge change 1548 into donut by Android (Google) Code Review · 15 years ago
  75. 2bcda90 NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC). by Jianhong Jiang · 15 years ago
  76. 4599184 am 450ad31b: Merge change 2774 into donut by Android (Google) Code Review · 15 years ago
  77. 450ad31 Merge change 2774 into donut by Android (Google) Code Review · 15 years ago
  78. 3c8704b Limit check on maxChannels for SoundPool. Bug 1838724 by Dave Sparks · 15 years ago
  79. 27b3eaf am 0f5179c7: Merge change 2716 into donut by Android (Google) Code Review · 15 years ago
  80. 8b0b174 Update MediaPlayer to allow setVideoSurface calls after prepare. Also allow by Dave Sparks · 15 years ago
  81. c5d0343 am de8268d6: Merge change 2331 into donut by Android (Google) Code Review · 15 years ago
  82. 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 15 years ago
  83. 25ba5b6 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago
  84. 429a3b5 Fix a JNI layer crash due to null camera object passed to get_native_camera() by James Dong · 15 years ago
  85. 9648e4b fix issue 1641535: SoundPool should use AudioTrack with shared memory buffer by Eric Laurent · 15 years ago
  86. c02cac4 Change 79 in git master branch by James Dong · 15 years ago
  87. 08905cc Automated import from //branches/donutburger/...@140818,140818 by Dianne Hackborn · 15 years ago
  88. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  89. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  90. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  91. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  92. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  93. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  94. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  95. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  96. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 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. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago