1. 01d023e Make AmrInputStream use MediaCodec by Marco Nelissen · 8 years ago
  2. 33b8404 Use audio_session_t consistently by Glenn Kasten · 8 years ago
  3. fe968df ExifInterface: add support for reading metadata from RAW images by Jaesung Chung · 9 years ago
  4. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  5. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  6. 07830aa MediaPlayer: trigger onError instead of exception on stale native notifications by Robert Shih · 9 years ago
  7. 410239b MediaPlayer: add mPreparing to weed out unwanted prepared messages by Robert Shih · 9 years ago
  8. 2d61e2b MediaSync: address API review. by Wei Jia · 9 years ago
  9. 05ebffe media: Hook up MediaPlayer and MediaSync to new settings by Lajos Molnar · 9 years ago
  10. c98f58e media: add SyncSettings to MediaSync and MediaPlayer by Lajos Molnar · 9 years ago
  11. b3d5fd2 media: use PlaybackSettings in MediaSync and MediaPlayer by Lajos Molnar · 9 years ago
  12. 4eaa293 Unhide the android.media.[Media]DataSource interface. by Chris Watkins · 9 years ago
  13. 071a8b7 MediaSync: add MediaSync JAVA API by Wei Jia · 9 years ago
  14. f6a09e5 ImageReader/Writer: Add ImageWriter and Opaque ImageReader by Zhijun He · 9 years ago
  15. d93fcf4 MediaPlayer: add setPlaybackRate JAVA API. by Wei Jia · 9 years ago
  16. 4048a4b Remove unused variables and functions, don't warn about unused parameters by Bernhard Rosenkränzer · 10 years ago
  17. c42a96d MediaPlayer: scanInternalSubtitleTracks in synchronous prepare by Robert Shih · 10 years ago
  18. 8df982d Java MediaPlayer: add support for setting audio attributes by Jean-Michel Trivi · 10 years ago
  19. b607900 camera2: Move DngCreator to hardware/camera2. by Ruben Brunk · 10 years ago
  20. f967a54 camera2: Plumb DngCreator to native library. by Ruben Brunk · 10 years ago
  21. 5ba69be Fix build by Selim Gurun · 10 years ago
  22. 1af30c7 Add stream-level suppression to vibrate/audio services. by John Spurlock · 10 years ago
  23. f8a0c47 Remove no longer needed http proxy handling code, it's obsolete now by Andreas Huber · 10 years ago
  24. d2506a5 FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to media code by Andreas Huber · 11 years ago
  25. 075e9a1 AArch64: Use long for pointers in media classes by Ashok Bhat · 11 years ago
  26. e795ec7 Add NULL check in updateProxyConfig by Oscar Rydhé · 11 years ago
  27. dbccd44a Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD by The Android Open Source Project · 11 years ago
  28. 99f7521 Fix a JNI local reference leak in JNIMediaPlayerListener::notify. by Elliott Hughes · 11 years ago
  29. 87eac99 Remove dependency on JNIHelp header side effects. by Ruben Brunk · 11 years ago
  30. 212e78d ImageReader: Implementation of ImageReader and Image APIs by Zhijun He · 11 years ago
  31. 3e72eb5 Remove unused MediaPlayer methods by Marco Nelissen · 11 years ago
  32. d5f9fa5 Listen for HTTP proxy changes and propagate the information to the media by Andreas Huber · 11 years ago
  33. 8a0c80f Implementing MediaDrm APIs by Jeff Tinker · 11 years ago
  34. 68ccf10 Java API for MediaMuxer by ztenghui · 11 years ago
  35. b1d90c8 fix JNI use of incStrong/decStrong by Mathias Agopian · 11 years ago
  36. 5280061 Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 11 years ago
  37. d47f7d8 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  38. 097922b Throw an exception instead of crash when a surface does not have a binding surface texture by James Dong · 12 years ago
  39. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 12 years ago
  40. 333c099 Changed to obtain a parcel in each notify() call in jni. by Insun Kang · 12 years ago
  41. 8902097 Improve notifying TimedText by reducing marshall/unmarshalling. by Insun Kang · 12 years ago
  42. e00b6f3 Fix failure from setDataSource(String path) when path is a local file by James Dong · 12 years ago
  43. 8240d92 New Crypto JAVA class to facilitate decryption via MediaCodec. by Andreas Huber · 12 years ago
  44. 5a04bf3 New API to query available codecs and their capabilities. by Andreas Huber · 12 years ago
  45. 84b8320 Gapless playback, step 1. by Marco Nelissen · 12 years ago
  46. d84e1ce Split Parcel JNI details away from Binder. by Jeff Sharkey · 12 years ago
  47. 720aa28 Switch the way we configure for MediaPlayer retransmission. by John Grossman · 12 years ago
  48. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago
  49. 88572f7 Implementation of a java media codec interface and associated tools. by Andreas Huber · 12 years ago
  50. bc1d77b Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  51. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  52. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  53. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  54. f76afc8 MediaPlayer: properly handle released surfaces by Jamie Gennis · 13 years ago
  55. 8dc2084 Log a warning when a MediaPlayer is finalized without having being released. by Marco Nelissen · 13 years ago
  56. e828beb If media player has died already, do not dec the old surface texture reference. by Gloria Wang · 13 years ago
  57. d59310d Do not need to reset surface as NULL in MediaPlayer's _release. by Gloria Wang · 13 years ago
  58. fc301b0 Require INTERNET permission for network-based content. Bug #1870981 by Dave Burke · 13 years ago
  59. 43ef913 If release has been called before finalize, do not expect MediaPlayer still exists by James Dong · 13 years ago
  60. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  61. 91784c99 To support for switching from a non-null surface/ surface texture to by Gloria Wang · 13 years ago
  62. cc5278a Support for setting a ParcelSurfaceTexture as the MediaPlayer sink. by tedbo · 13 years ago
  63. 79f407c Refactor to share code between MediaPlayer and MediaMetadataRetriever JNI by James Dong · 13 years ago
  64. 17524dc Clean up JNI code by James Dong · 13 years ago
  65. d01ec6e Add setParameter/getParameter to MediaPlayer API. for bug 1982947 by Gloria Wang · 13 years ago
  66. 966f9e5 Merge "- Add another parameter in notify() to be able to send timed text sample through listener during video playback. - Add OnTimedTextListener in the MediaPlayer For feature request 800939." by Gloria Wang · 13 years ago
  67. 162ee49 - Add another parameter in notify() to be able to send timed text sample by Gloria Wang · 13 years ago
  68. a3804cf You don't need to poke around inside FileDescriptor manually. by Elliott Hughes · 13 years ago
  69. c371a02 Media JNI code cleanup by James Dong · 13 years ago
  70. a93f84e ISurfaceTexture does not have a method getIdentity() by James Dong · 13 years ago
  71. cc562a3 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 13 years ago
  72. d211f41 - Add method in MediaPlayerService to collect and pull by Gloria Wang · 13 years ago
  73. 8182e72 New APIs for MTP and PTP host support by Mike Lockwood · 14 years ago
  74. 27480cd Remove support for obsolete PTP content provider by Mike Lockwood · 14 years ago
  75. 0cd0136 Move MTP Java classes to android.mtp.* package. by Mike Lockwood · 14 years ago
  76. c0b8b32 Rename MtpClient and MtpCursor to PtpClient and PtpCursor by Mike Lockwood · 14 years ago
  77. 69b8d69 Squashed commit of the following: by Andreas Huber · 14 years ago
  78. 329430a am 4f21e517: am b37fcbfd: Merge "Added getter for session Id to AudioSink" into gingerbread by Eric Laurent · 14 years ago
  79. b3bdf3f Added getter for session Id to AudioSink by Eric Laurent · 14 years ago
  80. ee9c3db resolved conflicts for merge of 71c908c4 to master by Andreas Huber · 14 years ago
  81. 8d7d413 Now that AmrInputStream no longer relies on opencore, make sure it's registered in non-opencore builds. by Andreas Huber · 14 years ago
  82. 0119ba5 am 34161132: am 7070b365: Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  83. 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  84. d21eac9 MTP: Use media provider database to implement MTP device support. by Mike Lockwood · 14 years ago
  85. 9844954 am b91881fd: am dacabf97: Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 14 years ago
  86. df9b81c Added Visualizer effect. by Eric Laurent · 14 years ago
  87. 81ea83d Move MTP JNI code from libandroid_runtime to libmedia_jni by Mike Lockwood · 14 years ago
  88. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  89. 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 14 years ago
  90. fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 14 years ago
  91. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  92. c371194 Initial check-in for xml-based encoder capabilities retrieval by James Dong · 15 years ago
  93. 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
  94. bfb9fb1 Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 15 years ago
  95. c39d2e3 Music visualizer support hack. by Marco Nelissen · 15 years ago
  96. 4935d05 Untangle MediaPlayer, MediaRecorder, MediaScanner and MediaMetadataRetriever JNI by Marco Nelissen · 15 years ago
  97. 0fc736f32 Don't pass references to temporary objects, and handle the case where we dont have a Surface. by Marco Nelissen · 15 years ago
  98. 5d55c71 Basic plumbing to retrieve metadata from the native player. by Nicolas Catania · 15 years ago
  99. b2c6939 Implemented the metadata changed notification filters. by Nicolas Catania · 15 years ago
  100. 20cb94e Direct api to the native media player. by Nicolas Catania · 15 years ago