summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AwesomePlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in MediaPlayer's addExternalSource().Insun Kang2012-03-161-16/+3
* Defines MediaPlayer APIs to support multiple audio/video/timedtextInsun Kang2012-03-151-44/+101
* Merge "Fix videos app bandwidth accounting for 4G streaming"Jeff Tinker2012-03-081-0/+2
|\
| * Fix videos app bandwidth accounting for 4G streamingJeff Tinker2012-02-141-0/+2
* | Merge "Moves TimedTextDriver.h into include/media/stagefright/timedtext."James Dong2012-02-281-2/+1
|\ \
| * | Moves TimedTextDriver.h into include/media/stagefright/timedtext.Insun Kang2012-02-271-2/+1
| |/
* | fix libgui header locationMathias Agopian2012-02-271-2/+0
|/
* Playback rate on MediaPlayerJean-Michel Trivi2012-02-131-0/+8
* Change the signature of method addTextSource() in AwesomePlayerJames Dong2012-02-091-1/+1
* Experiment with seeking to closest frame instead of closest syncframeAndreas Huber2012-02-091-1/+1
* First step of refactoring 'timedtext' code.Insun Kang2012-01-311-17/+17
* Separate sniffing from session initializationJames Dong2012-01-121-10/+11
* am 05985a2e: am c15cf3d2: Merge "stagefright: limit audio gap for looped play...Eric Laurent2012-01-111-0/+4
|\
| * stagefright: limit audio gap for looped playbackEric Laurent2012-01-091-0/+4
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-13/+13
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* | am 3f6a7d1e: am d70c64db: Revert the following patches because they may lead ...James Dong2011-12-141-18/+11
|\ \ | |/
| * Revert the following patches because they may lead to power regression becaus...James Dong2011-12-141-18/+11
* | am dc44e06e: am ef664f62: Merge "Fix drm flag setting missed in false drm rec...Jeff Tinker2011-12-121-0/+1
|\ \ | |/
| * Fix drm flag setting missed in false drm recognition fix.Jeff Tinker2011-12-091-0/+1
* | am 406dd5d1: am aadbd80b: Fixed the false drm recognition.James Dong2011-12-121-10/+14
|\ \ | |/
| * Fixed the false drm recognition.James Dong2011-12-081-10/+14
* | am a5038d16: am a693a4b5: Merge "Fix ANRs due to Widevine DRM plugin sniff ta...Jeff Tinker2011-12-091-1/+3
|\ \ | |/
| * Merge "Fix ANRs due to Widevine DRM plugin sniff taking too long." into ics-mr1Jeff Tinker2011-12-081-1/+3
| |\
| | * Fix ANRs due to Widevine DRM plugin sniff taking too long.Jeff Tinker2011-12-071-1/+3
* | | am 6727a43f: am 54a53841: Merge "Fetch at least 192KB to avoid our mp3 sniffe...Dave Burke2011-12-071-2/+2
|\ \ \ | |/ /
| * | Fetch at least 192KB to avoid our mp3 sniffer from blocking on data.Andreas Huber2011-12-071-2/+2
* | | resolved conflicts for merge of 07bacabe to masterAndreas Huber2011-12-051-3/+40
|\ \ \ | |/ /
| * | Properly identify how much metadata we need to cache in order to instantiateAndreas Huber2011-12-051-3/+40
| |/
* | am 624efe45: am c1b1709b: Merge "Make sure not to cancel pending seek/EOS not...Andreas Huber2011-11-171-7/+8
|\ \ | |/
| * Make sure not to cancel pending seek/EOS notifications on a cache underrun...Andreas Huber2011-11-161-7/+8
* | resolved conflicts for merge of 26f70db9 to masterAndreas Huber2011-11-081-9/+0
|\ \ | |/
| * Remove surface legacy APIs and code.Andreas Huber2011-10-281-9/+0
* | am 1388aced: Merge "Fix a reference to a stale pointer in AwesomePlayer." int...Andreas Huber2011-10-271-8/+10
|\ \ | |/
| * Fix a reference to a stale pointer in AwesomePlayer.Andreas Huber2011-10-261-8/+10
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-25/+25
|/
* NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-131-71/+4
* Merge "Support for an MPEG2 Program Stream extractor."Andreas Huber2011-10-131-1/+2
|\
| * Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-301-1/+2
* | YouTube can now request custom cache/prefetch parameters and disconnect-at-hi...Andreas Huber2011-10-101-1/+9
|/
* Cut down on AwesomePlayer and OMXCodec's verbosity.Andreas Huber2011-09-271-4/+4
* Audio player must not be used as a timesource before it's started.Andreas Huber2011-09-081-1/+3
* Guard the audio notifications with a separate lock to avoid deadlocks during ...Andreas Huber2011-09-011-16/+15
* Stop the AudioSource in reset() of AwesomePlayer if AudioSource is not NULLGloria Wang2011-08-311-1/+2
* Return an error to the client instead of asserting if decoder instantiation f...Andreas Huber2011-08-291-8/+19
* Set mSeekNotificationSent as false for RTSP seeking.Gloria Wang2011-08-251-0/+1
* Merge "When switching surface, do not set mSeekNotificationSent as true, beca...Gloria Wang2011-08-181-4/+5
|\
| * When switching surface, do not set mSeekNotificationSent as true,Gloria Wang2011-08-181-4/+5
* | Merge "Some decoders require more gentle treatment"Andreas Huber2011-08-181-14/+42
|\ \