1. 54c40e0 Fixed a buffer overflow issue by James Dong · 12 years ago
  2. 5ddb19e Remove dependency of libvideoeditor_jni.so on static libs from video editor engine by James Dong · 12 years ago
  3. f20e4f4 Revert "Remove dependency of libvideoeditor_jni.so on static libs from video editor engine" by James Dong · 12 years ago
  4. cbaa821 Remove dependency of libvideoeditor_jni.so on static libs from video editor engine by James Dong · 12 years ago
  5. 909c4b8 Merge "Improve notifying TimedText by reducing marshall/unmarshalling." into jb-dev by James Dong · 12 years ago
  6. b842599 Make sure crop rect information is visible from java. by Andreas Huber · 12 years ago
  7. f86374a Remove SEEK_CLOSEST constant from MediaExtractor, its implementation makes no by Andreas Huber · 12 years ago
  8. 8902097 Improve notifying TimedText by reducing marshall/unmarshalling. by Insun Kang · 12 years ago
  9. 3dd7fd0 Return codec buffers that are marked as having host endianness. by Andreas Huber · 12 years ago
  10. 60d610b Various changes to Media* APIs requested by the api council. by Andreas Huber · 12 years ago
  11. b12a539 New API to set the video rendering mode on a MediaCodec instance. by Andreas Huber · 12 years ago
  12. f2855b3 The MediaExtractor can now unselect tracks and has more control over seeking. by Andreas Huber · 12 years ago
  13. d6bdbb8 am b4781b9b: am ea8ceca8: am 90577af7: Merge "use utf8_length() instead of local function, isValidUtf8()" by Dianne Hackborn · 12 years ago
  14. 74a78b0 Add the ability to query the amount of cached data to MediaExtractor. by Andreas Huber · 12 years ago
  15. bfc56f4 DRM errors signaled by the CryptoPlugin are now visible to MediaCodec clients by Andreas Huber · 12 years ago
  16. 5cef554 Merge "Add support for scaling mode parameter in Visualizer effect" by Jean-Michel Trivi · 12 years ago
  17. ab57d03 Fix a typo and choose a reasonable default for crypto-mode (0 would be unencrypted) by Andreas Huber · 12 years ago
  18. 91befdc Information required to decrypt buffers is now packaged into MediaCodec.CryptoInfo by Andreas Huber · 12 years ago
  19. 2b9d6bd Make seekTo not throw exceptions. by Andreas Huber · 12 years ago
  20. e1123e7 Add support for scaling mode parameter in Visualizer effect by Jean-Michel Trivi · 12 years ago
  21. 2952c5d MediaCrypto's constructor can throw RuntimeException. by Andreas Huber · 12 years ago
  22. 07ea426 Unhide new media related java APIs. by Andreas Huber · 12 years ago
  23. 1a8b6c2 use utf8_length() instead of local function, isValidUtf8() by Homin Lee · 12 years ago
  24. f3d9f5d Merge "Fix failure from setDataSource(String path) when path is a local file" by James Dong · 12 years ago
  25. e00b6f3 Fix failure from setDataSource(String path) when path is a local file by James Dong · 12 years ago
  26. 0041b5c Fix thumbnail generation failure by James Dong · 12 years ago
  27. 9e6bcce New JAVA API to support submitting encrypted buffers of input data. by Andreas Huber · 12 years ago
  28. 8240d92 New Crypto JAVA class to facilitate decryption via MediaCodec. by Andreas Huber · 12 years ago
  29. 0e97fc2 More DRM/crypto support. by Andreas Huber · 12 years ago
  30. 5a04bf3 New API to query available codecs and their capabilities. by Andreas Huber · 12 years ago
  31. ba4d043 frameworks base Android.mk file changes by James Dong · 12 years ago
  32. b3e2e24 Merge "Provisional support for secure decryption of media streams." by Andreas Huber · 12 years ago
  33. 9b8e496 Provisional support for secure decryption of media streams. by Andreas Huber · 12 years ago
  34. 383c4b3 Merge "reorganize SoundPool and JetPlayer code." by Eric Laurent · 12 years ago
  35. f5e1812 reorganize SoundPool and JetPlayer code. by Eric Laurent · 12 years ago
  36. 6e3bcee VideoEditorMain.h is moved to /frameworks/av/libvideoeditor and thus can be deleted. by James Dong · 12 years ago
  37. 798cda7 Change Android.mk file to use the new location after /frameworks/media/libvideoeditor source files are moved by James Dong · 12 years ago
  38. ae75f99 Add libmedia_native by Glenn Kasten · 12 years ago
  39. 4e42c5f Remove dependency on audio_* location by Glenn Kasten · 13 years ago
  40. 1c1d1e7 Merge "Gapless playback, step 1." by Marco Nelissen · 13 years ago
  41. 84b8320 Gapless playback, step 1. by Marco Nelissen · 13 years ago
  42. e1dea48 Switched to use the header files in /frameworks/native by James Dong · 13 years ago
  43. b9e8d86 Merge "Removed the include header path since it is not needed." by James Dong · 13 years ago
  44. c52b980 Documentation/API update for MediaCodec/MediaExtractor, fixes to MediaCodec. by Andreas Huber · 13 years ago
  45. 1b5fa0f Removed the include header path since it is not needed. by James Dong · 13 years ago
  46. 28b269f Use audio_policy_output_flags_t consistently by Glenn Kasten · 13 years ago
  47. d84e1ce Split Parcel JNI details away from Binder. by Jeff Sharkey · 13 years ago
  48. 720aa28 Switch the way we configure for MediaPlayer retransmission. by John Grossman · 13 years ago
  49. 4484bdd Separate the notion of "stop" from that of "release", i.e. by Andreas Huber · 13 years ago
  50. 8335f1c fix libgui header location by Mathias Agopian · 13 years ago
  51. 5c85039 Add new APIs AMessage::(set|find)Buffer to make it safer to pass by Andreas Huber · 13 years ago
  52. 88572f7 Implementation of a java media codec interface and associated tools. by Andreas Huber · 13 years ago
  53. 3540a01 Enhance Visualizer behavior in the case of mediaserver death. by John Grossman · 13 years ago
  54. 449725f Reuse callback buffers in the Visualizer. by John Grossman · 13 years ago
  55. b3db213 Update comments by Glenn Kasten · 13 years ago
  56. 1137be1 Follow raw pointer and sp<> conventions by Glenn Kasten · 13 years ago
  57. 459f40d move away from MediaDebug and use ADebug instead for video editor engine by James Dong · 13 years ago
  58. 9dd295a The software AMR NB encoder is now an OMX component. by Andreas Huber · 13 years ago
  59. 05bd7b5 Don't need to link to libsqlite from media JNI library. by Jeff Brown · 13 years ago
  60. c6aacce Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 13 years ago
  61. a51f0e7 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 13 years ago
  62. 933e856 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) by Steve Block · 13 years ago
  63. 1afd5ba Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 13 years ago
  64. 06ade6a Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 13 years ago
  65. bc1d77b Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  66. 1c66547 Merge "Use audio_format_t consistently" by Glenn Kasten · 13 years ago
  67. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  68. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  69. 1c5a89d Use audio_format_t consistently by Glenn Kasten · 13 years ago
  70. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  71. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  72. 490909d Extract out audio DSP code to utility library by Glenn Kasten · 13 years ago
  73. 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
  74. 63149c8 Fixd for 5490443 Native crash while exporting a video by Hong Teng · 13 years ago
  75. a4e702c am f51f1bd9: Verify we actually have valid utf8 metadata by Marco Nelissen · 13 years ago
  76. f51f1bd Verify we actually have valid utf8 metadata by Marco Nelissen · 13 years ago
  77. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  78. f76afc8 MediaPlayer: properly handle released surfaces by Jamie Gennis · 13 years ago
  79. 8dc2084 Log a warning when a MediaPlayer is finalized without having being released. by Marco Nelissen · 13 years ago
  80. 07b9ae3 Add QVGA resolution to CamcorderProfile by James Dong · 13 years ago
  81. 81b37d8 If media player has died already, do not dec the old surface texture reference. by Gloria Wang · 13 years ago
  82. c286b2c Cherry-pick from master. Do not merge. by Gloria Wang · 13 years ago
  83. a18886c Fix 5278371: OOM in MediaItemThumbnailTest by Chih-Chung Chang · 13 years ago
  84. 47a5215 Fix 5156702: rotate thumbnails by Chih-Chung Chang · 13 years ago
  85. fc301b0 Require INTERNET permission for network-based content. Bug #1870981 by Dave Burke · 13 years ago
  86. c847b1a Fix for 5156702 Rotate video output for thumbnails and export by Rajneesh Chowdury · 13 years ago
  87. 3ced044 Fix for 4142219 Don't hard code platform-specific limitations (Jni/ Java) by Rajneesh Chowdury · 13 years ago
  88. 7f639d3 Merge "Fix 5144356: Native crash while importing music" by Chih-Chung Chang · 13 years ago
  89. a91495d Merge "Fix for 5155561 During export, progress bar jumps from 0 to 50%" by Rajneesh Chowdury · 13 years ago
  90. 176dde8 Fix 5144356: Native crash while importing music by Chih-Chung Chang · 13 years ago
  91. 6721d33 Fix for 5155561 During export, progress bar jumps from 0 to 50% by Rajneesh Chowdury · 13 years ago
  92. 1f5de38 Display thumbnails one by one and cache them. by Chih-Chung Chang · 13 years ago
  93. cb04a1f Speed up thumbnail generation. by Chih-Chung Chang · 13 years ago
  94. 65de903 Merge "If release has been called before finalize, do not expect MediaPlayer still exists" by James Dong · 13 years ago
  95. 43ef913 If release has been called before finalize, do not expect MediaPlayer still exists by James Dong · 13 years ago
  96. c498ad6 Merge "Fix issue 5144429: CTS test fails for AudioEffects" by Eric Laurent · 13 years ago
  97. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  98. 09f1735 Fix issue 5144429: CTS test fails for AudioEffects by Eric Laurent · 13 years ago
  99. 91784c99 To support for switching from a non-null surface/ surface texture to by Gloria Wang · 13 years ago
  100. 17cfcbf Add dependencies for the YV12 color converter change. by Chih-Chung Chang · 13 years ago