1. 5a04bf3 New API to query available codecs and their capabilities. by Andreas Huber · 12 years ago
  2. ba4d043 frameworks base Android.mk file changes by James Dong · 12 years ago
  3. b3e2e24 Merge "Provisional support for secure decryption of media streams." by Andreas Huber · 12 years ago
  4. 9b8e496 Provisional support for secure decryption of media streams. by Andreas Huber · 12 years ago
  5. 383c4b3 Merge "reorganize SoundPool and JetPlayer code." by Eric Laurent · 12 years ago
  6. f5e1812 reorganize SoundPool and JetPlayer code. by Eric Laurent · 12 years ago
  7. 6e3bcee VideoEditorMain.h is moved to /frameworks/av/libvideoeditor and thus can be deleted. by James Dong · 12 years ago
  8. 798cda7 Change Android.mk file to use the new location after /frameworks/media/libvideoeditor source files are moved by James Dong · 12 years ago
  9. ae75f99 Add libmedia_native by Glenn Kasten · 12 years ago
  10. 4e42c5f Remove dependency on audio_* location by Glenn Kasten · 12 years ago
  11. 1c1d1e7 Merge "Gapless playback, step 1." by Marco Nelissen · 12 years ago
  12. 84b8320 Gapless playback, step 1. by Marco Nelissen · 12 years ago
  13. e1dea48 Switched to use the header files in /frameworks/native by James Dong · 12 years ago
  14. b9e8d86 Merge "Removed the include header path since it is not needed." by James Dong · 12 years ago
  15. c52b980 Documentation/API update for MediaCodec/MediaExtractor, fixes to MediaCodec. by Andreas Huber · 12 years ago
  16. 1b5fa0f Removed the include header path since it is not needed. by James Dong · 12 years ago
  17. 28b269f Use audio_policy_output_flags_t consistently by Glenn Kasten · 12 years ago
  18. d84e1ce Split Parcel JNI details away from Binder. by Jeff Sharkey · 12 years ago
  19. 720aa28 Switch the way we configure for MediaPlayer retransmission. by John Grossman · 12 years ago
  20. 4484bdd Separate the notion of "stop" from that of "release", i.e. by Andreas Huber · 12 years ago
  21. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago
  22. 5c85039 Add new APIs AMessage::(set|find)Buffer to make it safer to pass by Andreas Huber · 12 years ago
  23. 88572f7 Implementation of a java media codec interface and associated tools. by Andreas Huber · 12 years ago
  24. 3540a01 Enhance Visualizer behavior in the case of mediaserver death. by John Grossman · 13 years ago
  25. 449725f Reuse callback buffers in the Visualizer. by John Grossman · 13 years ago
  26. b3db213 Update comments by Glenn Kasten · 12 years ago
  27. 1137be1 Follow raw pointer and sp<> conventions by Glenn Kasten · 12 years ago
  28. 459f40d move away from MediaDebug and use ADebug instead for video editor engine by James Dong · 12 years ago
  29. 9dd295a The software AMR NB encoder is now an OMX component. by Andreas Huber · 12 years ago
  30. 05bd7b5 Don't need to link to libsqlite from media JNI library. by Jeff Brown · 12 years ago
  31. bc1d77b Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  32. 1c66547 Merge "Use audio_format_t consistently" by Glenn Kasten · 13 years ago
  33. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  34. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  35. 1c5a89d Use audio_format_t consistently by Glenn Kasten · 13 years ago
  36. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  37. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  38. 490909d Extract out audio DSP code to utility library by Glenn Kasten · 13 years ago
  39. 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
  40. 63149c8 Fixd for 5490443 Native crash while exporting a video by Hong Teng · 13 years ago
  41. a4e702c am f51f1bd9: Verify we actually have valid utf8 metadata by Marco Nelissen · 13 years ago
  42. f51f1bd Verify we actually have valid utf8 metadata by Marco Nelissen · 13 years ago
  43. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  44. f76afc8 MediaPlayer: properly handle released surfaces by Jamie Gennis · 13 years ago
  45. 8dc2084 Log a warning when a MediaPlayer is finalized without having being released. by Marco Nelissen · 13 years ago
  46. 07b9ae3 Add QVGA resolution to CamcorderProfile by James Dong · 13 years ago
  47. 81b37d8 If media player has died already, do not dec the old surface texture reference. by Gloria Wang · 13 years ago
  48. c286b2c Cherry-pick from master. Do not merge. by Gloria Wang · 13 years ago
  49. a18886c Fix 5278371: OOM in MediaItemThumbnailTest by Chih-Chung Chang · 13 years ago
  50. 47a5215 Fix 5156702: rotate thumbnails by Chih-Chung Chang · 13 years ago
  51. fc301b0 Require INTERNET permission for network-based content. Bug #1870981 by Dave Burke · 13 years ago
  52. c847b1a Fix for 5156702 Rotate video output for thumbnails and export by Rajneesh Chowdury · 13 years ago
  53. 3ced044 Fix for 4142219 Don't hard code platform-specific limitations (Jni/ Java) by Rajneesh Chowdury · 13 years ago
  54. 7f639d3 Merge "Fix 5144356: Native crash while importing music" by Chih-Chung Chang · 13 years ago
  55. a91495d Merge "Fix for 5155561 During export, progress bar jumps from 0 to 50%" by Rajneesh Chowdury · 13 years ago
  56. 176dde8 Fix 5144356: Native crash while importing music by Chih-Chung Chang · 13 years ago
  57. 6721d33 Fix for 5155561 During export, progress bar jumps from 0 to 50% by Rajneesh Chowdury · 13 years ago
  58. 1f5de38 Display thumbnails one by one and cache them. by Chih-Chung Chang · 13 years ago
  59. cb04a1f Speed up thumbnail generation. by Chih-Chung Chang · 13 years ago
  60. 65de903 Merge "If release has been called before finalize, do not expect MediaPlayer still exists" by James Dong · 13 years ago
  61. 43ef913 If release has been called before finalize, do not expect MediaPlayer still exists by James Dong · 13 years ago
  62. c498ad6 Merge "Fix issue 5144429: CTS test fails for AudioEffects" by Eric Laurent · 13 years ago
  63. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  64. 09f1735 Fix issue 5144429: CTS test fails for AudioEffects by Eric Laurent · 13 years ago
  65. 91784c99 To support for switching from a non-null surface/ surface texture to by Gloria Wang · 13 years ago
  66. 17cfcbf Add dependencies for the YV12 color converter change. by Chih-Chung Chang · 13 years ago
  67. 85a315b5 Merge "Fixing up Mediarecorder for MFF" by Pannag Sanketi · 13 years ago
  68. b33d46c Merge "Add filename and line number in the debug messages." by Chih-Chung Chang · 13 years ago
  69. cac873b Fixing up Mediarecorder for MFF by Pannag Sanketi · 13 years ago
  70. 0f7f4ec Added APIs for audio preprocessing by Eric Laurent · 13 years ago
  71. aba28e7f Merge "Deprecate two methods in MediaRecorder.java class" by James Dong · 13 years ago
  72. 897e27b Connect MediaRecorder Native to SurfaceMediaSource by Pannag Sanketi · 13 years ago
  73. 3ff98be Deprecate two methods in MediaRecorder.java class by James Dong · 13 years ago
  74. 25ba294 Add filename and line number in the debug messages. by Chih-Chung Chang · 13 years ago
  75. 432fb8e Merge "fix for issue 4142219 Don't hard code platform-specific limitations-jni/java part" by Hong Teng · 13 years ago
  76. 2c70d4a Untangle MediaScanner error handling. Bug: 5056917 by Jeff Brown · 13 years ago
  77. 600acf1 fix for issue 4142219 by Hong Teng · 13 years ago
  78. c1b9bbb Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build by Mike Lockwood · 13 years ago
  79. dcc3194 MTP: Clean up MtpServer initialization and threading: by Mike Lockwood · 13 years ago
  80. a59a1ba Merge "Remove unnecessary locking from MediaScanner JNI code" by Mike Lockwood · 13 years ago
  81. af16d0b3 Remove unnecessary locking from MediaScanner JNI code by Mike Lockwood · 13 years ago
  82. 7a59dd2 MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file system by Mike Lockwood · 13 years ago
  83. 5cc0526 Moved and renamed effect API header files by Eric Laurent · 13 years ago
  84. ff90212 Remove curtain effect (it's unused). by Chih-Chung Chang · 13 years ago
  85. 42419ce Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  86. d7ed599 Fix for kenBurn Effect for PNG image is crashing (4861071 ) by Shailendra · 13 years ago
  87. 7d40d42 MTP: Add support for PTP variant of GetDeviceInfo result. by Mike Lockwood · 13 years ago
  88. 79cd8ba Remove unneeded #include <sys/resource.h> by Glenn Kasten · 13 years ago
  89. cc5278a Support for setting a ParcelSurfaceTexture as the MediaPlayer sink. by tedbo · 13 years ago
  90. aa48835 MTP: Remove obsolete setPtpMode support by Mike Lockwood · 13 years ago
  91. e46a86f Revert "Use AudioTrack::event_type not int in callback" by Glenn Kasten · 13 years ago
  92. 2225e4b Use AudioTrack::event_type not int in callback by Glenn Kasten · 13 years ago
  93. e6f3f54 resolved conflicts for merge of b107f4de to master by Mike Lockwood · 13 years ago
  94. 5169054 MTP: Have GetStorageInfo command return correct storage type for removable storage by Mike Lockwood · 13 years ago
  95. 34bb419 update for new audio.h header location by Dima Zavin · 13 years ago
  96. 79f407c Refactor to share code between MediaPlayer and MediaMetadataRetriever JNI by James Dong · 13 years ago
  97. 17524dc Clean up JNI code by James Dong · 13 years ago
  98. 710a206 DO NOT MERGE MTP: Implement GetThumb command by Mike Lockwood · 13 years ago
  99. 371279f DO NOT MERGE MTP: Add extended operations to support in-place editing of files by Mike Lockwood · 13 years ago
  100. 9c112a8 DO NOT MERGE MediaScanner: reimplement the ".nomedia" feature for hiding files from the media provider by Mike Lockwood · 13 years ago