1. c37255d Media scanner support for tracking files of arbitrary type. by Mike Lockwood · 14 years ago
  2. 55d39f2 Merge "Adding hasProfile." by Nipun Kwatra · 14 years ago
  3. 35c8b53 Merge "Added specific resolution and time lapse profiles." by Nipun Kwatra · 14 years ago
  4. 9d61954 Adding hasProfile. by Nipun Kwatra · 14 years ago
  5. 4af0dfd Added specific resolution and time lapse profiles. by Nipun Kwatra · 14 years ago
  6. c18c02d am 2432248b: am 4709c7fa: Merge "Fixed a copy and paste error" into gingerbread by James Dong · 14 years ago
  7. 8d3b910 Fixed a copy and paste error by James Dong · 14 years ago
  8. db16e5a Merge "MTP: Implement support for getting/setting device properties" by Mike Lockwood · 14 years ago
  9. 59e3f0d MTP: Implement support for getting/setting device properties by Mike Lockwood · 14 years ago
  10. 602bebd MTP: try to fix sim build by Mike Lockwood · 14 years ago
  11. ee9c3db resolved conflicts for merge of 71c908c4 to master by Andreas Huber · 14 years ago
  12. 8d7d413 Now that AmrInputStream no longer relies on opencore, make sure it's registered in non-opencore builds. by Andreas Huber · 14 years ago
  13. f06a449 Merge "MTP: Send an Intent after an MTP session that resulted in media database modifications" by Mike Lockwood · 14 years ago
  14. d20e802 Merge "Add settings option for running MTP server in PTP mode." by Mike Lockwood · 14 years ago
  15. 2837eef MTP: Send an Intent after an MTP session that resulted in media database modifications by Mike Lockwood · 14 years ago
  16. eabe8bf Add settings option for running MTP server in PTP mode. by Mike Lockwood · 14 years ago
  17. b33a5ae Added setAuxiliaryOutputFile to MediaRecorder and JNI by Nipun Kwatra · 14 years ago
  18. 828d19d MTP: work in progress on expanded property support by Mike Lockwood · 14 years ago
  19. 0a7fa0a MTP: Check and clear exceptions after calling into Java in MtpDatabase by Mike Lockwood · 14 years ago
  20. 2b2bff5 MTP: Remove retry loop from MTP server code by Mike Lockwood · 14 years ago
  21. 4652069 am b408f549: am d790c648: Add lost preview surface detection in the JNI layer Throws an IOException if this happens rather than crashes by James Dong · 14 years ago
  22. d790c648 Add lost preview surface detection in the JNI layer by James Dong · 14 years ago
  23. 4b322ce MTP: Push queries for supported formats and properties up to Java. by Mike Lockwood · 14 years ago
  24. c642e8a MTP: Fix some typos by Mike Lockwood · 14 years ago
  25. 9a2046f MTP: Add support for syncing MTP playlists by Mike Lockwood · 14 years ago
  26. 23ee42f MTP: Fix some thread safety issues in MTP server start/stop sequence. by Mike Lockwood · 14 years ago
  27. 7a047c8 MTP: Implement GetNumObjects by Mike Lockwood · 14 years ago
  28. 59c777a Clean up MtpDatabase API. by Mike Lockwood · 14 years ago
  29. ba27095 am 6fa88882: am 62d83a0c: Merge "Audio effects: modified command() parameter types." into gingerbread by Eric Laurent · 15 years ago
  30. a4c72ac Audio effects: modified command() parameter types. by Eric Laurent · 15 years ago
  31. b008e9b resolved conflicts for merge of d306cc81 to master by Eric Laurent · 15 years ago
  32. ca57d1c Audio Effects: added methods to effects java classes to store and load current effect settings in by Eric Laurent · 15 years ago
  33. bc4cb0b MTP host: Add support for reading files from an MTP device via ParcelFileDescriptor by Mike Lockwood · 15 years ago
  34. 0119ba5 am 34161132: am 7070b365: Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 15 years ago
  35. 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 15 years ago
  36. ff164a7 Exclude MTP implementation from simulator build by Mike Lockwood · 15 years ago
  37. be125a5 MTP: Add support for sending events to the host when objects are added and removed by Mike Lockwood · 15 years ago
  38. d815f79 Integrate host to device file transfer with the media provider. by Mike Lockwood · 15 years ago
  39. 90787e0 am bd3f8b71: am e7b790f1: Merge "Fix swap of sessionId and output in audio effect API." into gingerbread by Jean-Michel Trivi · 15 years ago
  40. 4cb15cf Fix swap of sessionId and output in audio effect API. by Jean-Michel Trivi · 15 years ago
  41. c5c7853 Remove some scafolding and test code that is no longer worth maintaining. by Mike Lockwood · 15 years ago
  42. d21eac9 MTP: Use media provider database to implement MTP device support. by Mike Lockwood · 15 years ago
  43. 9844954 am b91881fd: am dacabf97: Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 15 years ago
  44. dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 15 years ago
  45. df9b81c Added Visualizer effect. by Eric Laurent · 15 years ago
  46. dad6927 MTP: Fix ownership and file permissions for transferred files and folders by Mike Lockwood · 15 years ago
  47. 4024ddc am bda93c4c: am 09b90057: Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 15 years ago
  48. d0e1a9f MTP: Remove an unnecessary thread from the MtpClient class. by Mike Lockwood · 15 years ago
  49. 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 15 years ago
  50. 81ea83d Move MTP JNI code from libandroid_runtime to libmedia_jni by Mike Lockwood · 15 years ago
  51. 8e103da Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 15 years ago
  52. 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 15 years ago
  53. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 15 years ago
  54. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 15 years ago
  55. 49b6fba AmrInputStream refresh: eliminate the dependency upon OpenCore's code by James Dong · 15 years ago
  56. 01f7ac6 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 15 years ago
  57. 948235c Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI. by Eric Laurent · 15 years ago
  58. 457d5ae Fix a potential(observed sometimes) media server crash by James Dong · 15 years ago
  59. 5e14010 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  60. 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 15 years ago
  61. db6cc0b Use local lock for most MediaMetadataRetriever methods. Bug 2560834. by Dave Sparks · 15 years ago
  62. 09468db Add a name to the previously-unnamed thread created by SoundPoolThread. by Steve Howard · 15 years ago
  63. 0fc6bc4 Clean up MediaRecorder for public Java SDK by James Dong · 15 years ago
  64. b930036 Merge "Image encoding settings java API through xml configuration file" by James Dong · 15 years ago
  65. 9b433f0 Image encoding settings java API through xml configuration file by James Dong · 15 years ago
  66. 196863d Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE, by Gloria Wang · 15 years ago
  67. 7bef5a5 Fix logging in SoundPool. by Dave Sparks · 15 years ago
  68. 675ee6a Merge "Add SoundPool API to pause and resume all active streams. Bug 2426531." by Dave Sparks · 15 years ago
  69. f992cbb Add SoundPool API to pause and resume all active streams. Bug 2426531. by Dave Sparks · 15 years ago
  70. 62ed7a6 Merge "Support decoder queries from media profiles xml configuration file" by James Dong · 15 years ago
  71. d32fba4 Support decoder queries from media profiles xml configuration file by James Dong · 15 years ago
  72. fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 15 years ago
  73. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  74. e7038ac Camcorder profile Java API support by James Dong · 15 years ago
  75. c371194 Initial check-in for xml-based encoder capabilities retrieval by James Dong · 15 years ago
  76. 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
  77. 55e99c6 Attempt to fix the build ... again. by Andreas Huber · 15 years ago
  78. 37105cc Fixing the build. Why is this suddenly necessary and didn't break the build before??? by Andreas Huber · 15 years ago
  79. e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago
  80. 3c56221 Fix SoundPool restart problem CheckJNI issue. by Dave Sparks · 15 years ago
  81. f6e43bf Add OnLoadCompleteListener to SoundPool. by Dave Sparks · 15 years ago
  82. c333133 am b5fc8ffc: am 91487425: Merge change I0448ef20 into eclair by Dave Sparks · 15 years ago
  83. 66d28ce Fix SoundPool buffer size rounding error. Bug 2327620. by Dave Sparks · 15 years ago
  84. 3c256cf More SoundPool cleanup. Remove mSoundPoolRef and unused notify callback. by Dave Sparks · 15 years ago
  85. c0e3ddf Remove unused Java object reference in native SoundPool code. by Dave Sparks · 15 years ago
  86. bfb9fb1 Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 15 years ago
  87. c39d2e3 Music visualizer support hack. by Marco Nelissen · 15 years ago
  88. a52b4d7 Fix broken build. by Dianne Hackborn · 15 years ago
  89. 8b04661 When encountering a .nomedia file, notify the MediaScannerClient, by Marco Nelissen · 15 years ago
  90. 831fbc1 We don't need libopencore_author and libcutils in libmedia_jni by Marco Nelissen · 15 years ago
  91. 4935d05 Untangle MediaPlayer, MediaRecorder, MediaScanner and MediaMetadataRetriever JNI by Marco Nelissen · 15 years ago
  92. 1b0efec am 17c195c8: Merge change 9340 into donut by Android (Google) Code Review · 15 years ago
  93. fd8c0e1 Fix issue 2025872: Deadlock in SoundPool.stop by Eric Laurent · 15 years ago
  94. cbe7c54 Remove hardcoded maximum frame rate limit from the framework bug 1993400 by James Dong · 16 years ago
  95. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 16 years ago
  96. c7bebd1 am 5f2b05ea: Merge change 8220 into donut by Android (Google) Code Review · 16 years ago
  97. 45fce58 Fix issue 1996218: Disable use of shared memory buffer by SoundPool. by Eric Laurent · 16 years ago
  98. 0fc736f32 Don't pass references to temporary objects, and handle the case where we dont have a Surface. by Marco Nelissen · 16 years ago
  99. b88993f Merge change 6797 by Android (Google) Code Review · 16 years ago
  100. b5af325 rename libsgl/libcorecg to libskia by Mike Reed · 16 years ago