summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AwesomePlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Some decoders require more gentle treatmentJames Dong2011-08-181-14/+42
| |/
* | Disable vorbis-auto-looping if the audio sink used is not realtime, i.e. reco...Andreas Huber2011-08-181-1/+6
|/
* Properly initialize some instance variables.Andreas Huber2011-08-161-0/+2
* Merge "To reduce the bytes need to be buffered before start playing the strea...Gloria Wang2011-08-101-1/+1
|\
| * To reduce the bytes need to be buffered before start playing the streaming vi...Gloria Wang2011-08-101-1/+1
* | To support for switching from a non-null surface/ surface texture toGloria Wang2011-08-091-1/+4
|/
* Bug 4599730 Get audio channel count on MediaPlayerGlenn Kasten2011-07-271-1/+16
* Merge "Revert "Add some logging to track down where ANR happens during MediaP...James Dong2011-07-141-4/+0
|\
| * Revert "Add some logging to track down where ANR happens during MediaPlayer._...James Dong2011-07-141-4/+0
* | If audio startup fails while executing MediaPlayer::start() do NOT post an errorAndreas Huber2011-07-141-4/+11
|/
* Merge "Bug 4571308 Provide correct video frame timestamps"Glenn Kasten2011-07-011-0/+3
|\
| * Bug 4571308 Provide correct video frame timestampsGlenn Kasten2011-06-271-0/+3
* | Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-011-0/+16
|/
* Make dumpsys(media.player) more useful by having AwesomePlayer populate it.Andreas Huber2011-06-081-44/+212
* Do not call getEstimatedBandwidth if the streaming is not HTTP-basedJames Dong2011-06-021-1/+1