1. 212e78d ImageReader: Implementation of ImageReader and Image APIs by Zhijun He · 11 years ago
  2. 3e72eb5 Remove unused MediaPlayer methods by Marco Nelissen · 11 years ago
  3. d5f9fa5 Listen for HTTP proxy changes and propagate the information to the media by Andreas Huber · 11 years ago
  4. 8a0c80f Implementing MediaDrm APIs by Jeff Tinker · 11 years ago
  5. 68ccf10 Java API for MediaMuxer by ztenghui · 11 years ago
  6. b1d90c8 fix JNI use of incStrong/decStrong by Mathias Agopian · 11 years ago
  7. 5280061 Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 11 years ago
  8. d47f7d8 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  9. 097922b Throw an exception instead of crash when a surface does not have a binding surface texture by James Dong · 12 years ago
  10. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 12 years ago
  11. 333c099 Changed to obtain a parcel in each notify() call in jni. by Insun Kang · 12 years ago
  12. 8902097 Improve notifying TimedText by reducing marshall/unmarshalling. by Insun Kang · 12 years ago
  13. e00b6f3 Fix failure from setDataSource(String path) when path is a local file by James Dong · 12 years ago
  14. 8240d92 New Crypto JAVA class to facilitate decryption via MediaCodec. by Andreas Huber · 12 years ago
  15. 5a04bf3 New API to query available codecs and their capabilities. by Andreas Huber · 12 years ago
  16. 84b8320 Gapless playback, step 1. by Marco Nelissen · 12 years ago
  17. d84e1ce Split Parcel JNI details away from Binder. by Jeff Sharkey · 12 years ago
  18. 720aa28 Switch the way we configure for MediaPlayer retransmission. by John Grossman · 12 years ago
  19. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago
  20. 88572f7 Implementation of a java media codec interface and associated tools. by Andreas Huber · 12 years ago
  21. bc1d77b Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  22. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  23. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  24. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  25. f76afc8 MediaPlayer: properly handle released surfaces by Jamie Gennis · 13 years ago
  26. 8dc2084 Log a warning when a MediaPlayer is finalized without having being released. by Marco Nelissen · 13 years ago
  27. e828beb If media player has died already, do not dec the old surface texture reference. by Gloria Wang · 13 years ago
  28. d59310d Do not need to reset surface as NULL in MediaPlayer's _release. by Gloria Wang · 13 years ago
  29. fc301b0 Require INTERNET permission for network-based content. Bug #1870981 by Dave Burke · 13 years ago
  30. 43ef913 If release has been called before finalize, do not expect MediaPlayer still exists by James Dong · 13 years ago
  31. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  32. 91784c99 To support for switching from a non-null surface/ surface texture to by Gloria Wang · 13 years ago
  33. cc5278a Support for setting a ParcelSurfaceTexture as the MediaPlayer sink. by tedbo · 13 years ago
  34. 79f407c Refactor to share code between MediaPlayer and MediaMetadataRetriever JNI by James Dong · 13 years ago
  35. 17524dc Clean up JNI code by James Dong · 13 years ago
  36. d01ec6e Add setParameter/getParameter to MediaPlayer API. for bug 1982947 by Gloria Wang · 13 years ago
  37. 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
  38. 162ee49 - Add another parameter in notify() to be able to send timed text sample by Gloria Wang · 13 years ago
  39. a3804cf You don't need to poke around inside FileDescriptor manually. by Elliott Hughes · 13 years ago
  40. c371a02 Media JNI code cleanup by James Dong · 13 years ago
  41. a93f84e ISurfaceTexture does not have a method getIdentity() by James Dong · 13 years ago
  42. cc562a3 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 13 years ago
  43. d211f41 - Add method in MediaPlayerService to collect and pull by Gloria Wang · 13 years ago
  44. 8182e72 New APIs for MTP and PTP host support by Mike Lockwood · 14 years ago
  45. 27480cd Remove support for obsolete PTP content provider by Mike Lockwood · 14 years ago
  46. 0cd0136 Move MTP Java classes to android.mtp.* package. by Mike Lockwood · 14 years ago
  47. c0b8b32 Rename MtpClient and MtpCursor to PtpClient and PtpCursor by Mike Lockwood · 14 years ago
  48. 69b8d69 Squashed commit of the following: by Andreas Huber · 14 years ago
  49. 329430a am 4f21e517: am b37fcbfd: Merge "Added getter for session Id to AudioSink" into gingerbread by Eric Laurent · 14 years ago
  50. b3bdf3f Added getter for session Id to AudioSink by Eric Laurent · 14 years ago
  51. ee9c3db resolved conflicts for merge of 71c908c4 to master by Andreas Huber · 14 years ago
  52. 8d7d413 Now that AmrInputStream no longer relies on opencore, make sure it's registered in non-opencore builds. by Andreas Huber · 14 years ago
  53. 0119ba5 am 34161132: am 7070b365: Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  54. 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  55. d21eac9 MTP: Use media provider database to implement MTP device support. by Mike Lockwood · 14 years ago
  56. 9844954 am b91881fd: am dacabf97: Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 14 years ago
  57. df9b81c Added Visualizer effect. by Eric Laurent · 14 years ago
  58. 81ea83d Move MTP JNI code from libandroid_runtime to libmedia_jni by Mike Lockwood · 14 years ago
  59. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  60. 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 14 years ago
  61. fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 14 years ago
  62. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  63. c371194 Initial check-in for xml-based encoder capabilities retrieval by James Dong · 15 years ago
  64. 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
  65. bfb9fb1 Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 15 years ago
  66. c39d2e3 Music visualizer support hack. by Marco Nelissen · 15 years ago
  67. 4935d05 Untangle MediaPlayer, MediaRecorder, MediaScanner and MediaMetadataRetriever JNI by Marco Nelissen · 15 years ago
  68. 0fc736f32 Don't pass references to temporary objects, and handle the case where we dont have a Surface. by Marco Nelissen · 15 years ago
  69. 5d55c71 Basic plumbing to retrieve metadata from the native player. by Nicolas Catania · 15 years ago
  70. b2c6939 Implemented the metadata changed notification filters. by Nicolas Catania · 15 years ago
  71. 20cb94e Direct api to the native media player. by Nicolas Catania · 15 years ago
  72. 32f8277 Removed trailing whitespaces. by Nicolas Catania · 15 years ago
  73. 8b0b174 Update MediaPlayer to allow setVideoSurface calls after prepare. Also allow by Dave Sparks · 15 years ago
  74. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  75. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  76. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  77. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  78. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  79. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago