summaryrefslogtreecommitdiffstats
path: root/media/jni/android_media_MediaPlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* MediaPlayer: trigger onError instead of exception on stale native notificationsRobert Shih2015-06-011-1/+1
* MediaPlayer: add mPreparing to weed out unwanted prepared messagesRobert Shih2015-05-211-1/+1
* MediaSync: address API review.Wei Jia2015-05-081-65/+65
* media: Hook up MediaPlayer and MediaSync to new settingsLajos Molnar2015-04-301-28/+77
* media: add SyncSettings to MediaSync and MediaPlayerLajos Molnar2015-04-221-0/+55
* media: use PlaybackSettings in MediaSync and MediaPlayerLajos Molnar2015-04-221-4/+55
* Unhide the android.media.[Media]DataSource interface.Chris Watkins2015-04-151-1/+20
* MediaSync: add MediaSync JAVA APIWei Jia2015-04-031-0/+6
* ImageReader/Writer: Add ImageWriter and Opaque ImageReaderZhijun He2015-03-201-1/+6
* MediaPlayer: add setPlaybackRate JAVA API.Wei Jia2015-03-031-0/+13
* Remove unused variables and functions, don't warn about unused parametersBernhard Rosenkränzer2014-11-231-2/+0
* MediaPlayer: scanInternalSubtitleTracks in synchronous prepareRobert Shih2014-07-291-1/+1
* Java MediaPlayer: add support for setting audio attributesJean-Michel Trivi2014-07-011-0/+20
* camera2: Move DngCreator to hardware/camera2.Ruben Brunk2014-05-221-6/+0
* camera2: Plumb DngCreator to native library.Ruben Brunk2014-05-161-0/+6
* Fix buildSelim Gurun2014-05-071-2/+2
* Add stream-level suppression to vibrate/audio services.John Spurlock2014-03-191-3/+18
* Remove no longer needed http proxy handling code, it's obsolete nowAndreas Huber2014-02-051-47/+0
* FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-5/+22
* AArch64: Use long for pointers in media classesAshok Bhat2014-01-151-31/+35
* Add NULL check in updateProxyConfigOscar Rydhé2013-12-191-8/+11
* Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEADThe Android Open Source Project2013-11-221-44/+7
|\
| * Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-101-0/+1
| * ImageReader: Implementation of ImageReader and Image APIsZhijun He2013-06-261-0/+6
| * Remove unused MediaPlayer methodsMarco Nelissen2013-06-131-44/+0
* | Fix a JNI local reference leak in JNIMediaPlayerListener::notify.Elliott Hughes2013-11-131-0/+1
|/
* Listen for HTTP proxy changes and propagate the information to the mediaAndreas Huber2013-05-311-1/+63
* Implementing MediaDrm APIsJeff Tinker2013-03-131-0/+6
* Java API for MediaMuxerztenghui2013-03-111-0/+6
* fix JNI use of incStrong/decStrongMathias Agopian2013-03-061-4/+4
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+1
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-8/+8
* Throw an exception instead of crash when a surface does not have a binding su...James Dong2012-10-041-0/+5
* Add plumbing for new surface flinger display API.Jeff Brown2012-08-271-1/+1
* Changed to obtain a parcel in each notify() call in jni.Insun Kang2012-07-101-8/+4
* Improve notifying TimedText by reducing marshall/unmarshalling.Insun Kang2012-05-091-8/+14
* Fix failure from setDataSource(String path) when path is a local fileJames Dong2012-04-121-8/+0
* New Crypto JAVA class to facilitate decryption via MediaCodec.Andreas Huber2012-04-041-0/+6
* New API to query available codecs and their capabilities.Andreas Huber2012-04-021-0/+6
* Gapless playback, step 1.Marco Nelissen2012-03-131-0/+28
* Split Parcel JNI details away from Binder.Jeff Sharkey2012-03-081-0/+1
* Switch the way we configure for MediaPlayer retransmission.John Grossman2012-03-011-0/+40
* fix libgui header locationMathias Agopian2012-02-271-1/+1
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-0/+12
* Use audio_stream_type_t consistentlyGlenn Kasten2012-01-131-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-14/+14
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-25/+25
* MediaPlayer: properly handle released surfacesJamie Gennis2011-10-141-2/+8
* Log a warning when a MediaPlayer is finalized without having being released.Marco Nelissen2011-09-281-0/+4