summaryrefslogtreecommitdiffstats
path: root/media/jni/android_media_MediaPlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Media JNI code cleanupJames Dong2011-04-071-32/+49
* ISurfaceTexture does not have a method getIdentity()James Dong2011-04-011-2/+1
* Bug 3438258 Add SurfaceTexture as MediaPlayer sinkGlenn Kasten2011-02-231-15/+60
* - Add method in MediaPlayerService to collect and pullGloria Wang2011-02-221-0/+18
* New APIs for MTP and PTP host supportMike Lockwood2011-01-221-0/+6
* Remove support for obsolete PTP content providerMike Lockwood2011-01-061-12/+0
* Move MTP Java classes to android.mtp.* package.Mike Lockwood2010-12-301-8/+8
* Rename MtpClient and MtpCursor to PtpClient and PtpCursorMike Lockwood2010-11-231-6/+6
* Squashed commit of the following:Andreas Huber2010-10-291-14/+0
* am 4f21e517: am b37fcbfd: Merge "Added getter for session Id to AudioSink" in...Eric Laurent2010-10-101-1/+1
|\
| * Added getter for session Id to AudioSinkEric Laurent2010-10-071-1/+1
* | resolved conflicts for merge of 71c908c4 to masterAndreas Huber2010-09-011-5/+0
|\ \ | |/
| * Now that AmrInputStream no longer relies on opencore, make sure it's register...Andreas Huber2010-09-011-5/+0
* | am 34161132: am 7070b365: Added support for auxiliary audio effects to AudioT...Eric Laurent2010-07-211-0/+24
|\ \ | |/
| * Added support for auxiliary audio effects to AudioTrack and MediaPlayer.Eric Laurent2010-07-211-0/+24
* | MTP: Use media provider database to implement MTP device support.Mike Lockwood2010-07-081-0/+6
* | am b91881fd: am dacabf97: Merge "Added Visualizer effect." into gingerbreadEric Laurent2010-07-071-13/+0
|\ \ | |/
| * Added Visualizer effect.Eric Laurent2010-07-071-13/+0
* | Move MTP JNI code from libandroid_runtime to libmedia_jniMike Lockwood2010-06-301-0/+18
|/