summaryrefslogtreecommitdiffstats
path: root/media/jni/android_media_MediaPlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* If media player has died already, do not dec the old surface texture reference.Gloria Wang2011-09-151-0/+5
* Do not need to reset surface as NULL in MediaPlayer's _release.Gloria Wang2011-09-141-5/+13
* Require INTERNET permission for network-based content.Dave Burke2011-09-021-0/+2
* If release has been called before finalize, do not expect MediaPlayer still e...James Dong2011-08-121-5/+13
* Remove ParcelSurfaceTexture and update MediaPlayerTed Bonkenburg2011-08-111-56/+41
* To support for switching from a non-null surface/ surface texture toGloria Wang2011-08-091-3/+4
* Support for setting a ParcelSurfaceTexture as the MediaPlayer sink.tedbo2011-06-131-31/+10
* Refactor to share code between MediaPlayer and MediaMetadataRetriever JNIJames Dong2011-05-051-32/+6
* Clean up JNI codeJames Dong2011-05-051-95/+37
* Add setParameter/getParameter to MediaPlayer API.Gloria Wang2011-04-291-0/+35
* Merge "- Add another parameter in notify() to be able to send timed text samp...Gloria Wang2011-04-131-3/+16
|\
| * - Add another parameter in notify() to be able to send timed text sampleGloria Wang2011-04-131-3/+16
* | You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-111-1/+1
|/