summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
Commit message (Expand)AuthorAgeFilesLines
* am 3f6a7d1e: am d70c64db: Revert the following patches because they may lead ...James Dong2011-12-141-8/+0
|\
| * Revert the following patches because they may lead to power regression becaus...James Dong2011-12-141-8/+0
* | am a5038d16: am a693a4b5: Merge "Fix ANRs due to Widevine DRM plugin sniff ta...Jeff Tinker2011-12-091-0/+8
|\ \ | |/
| * Fix ANRs due to Widevine DRM plugin sniff taking too long.Jeff Tinker2011-12-071-0/+8
* | Allow data uris to be data sourcesNarayan Kamath2011-12-061-0/+76
* | am 624efe45: am c1b1709b: Merge "Make sure not to cancel pending seek/EOS not...Andreas Huber2011-11-171-1/+1
|\ \ | |/
| * Make sure not to cancel pending seek/EOS notifications on a cache underrun...Andreas Huber2011-11-161-1/+1
* | resolved conflicts for merge of 26f70db9 to masterAndreas Huber2011-11-081-2/+0
|\ \ | |/
| * Remove surface legacy APIs and code.Andreas Huber2011-10-281-2/+0
* | Properly decode ADTS files with ID3 headers.Andreas Huber2011-11-011-1/+1
* | Support new HLS byte-range extensionsAndreas Huber2011-10-312-1/+8
|/
* am 23d64420: Merge "Stagefright: idle OMX after ANW errors" into ics-mr0Dave Burke2011-10-192-0/+5
|\
| * Stagefright: idle OMX after ANW errorsJamie Gennis2011-10-192-0/+5
* | NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-132-107/+0
* | Merge "Support for an MPEG2 Program Stream extractor."Andreas Huber2011-10-131-0/+80
|\ \ | |/ |/|
| * Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-301-0/+80
* | YouTube can now request custom cache/prefetch parameters and disconnect-at-hi...Andreas Huber2011-10-101-1/+11
* | Allow a system property "media.stagefright.cache-params" to override cache/pr...Andreas Huber2011-10-061-4/+13
|/
* Support even more .avi files with .mp3 content not aligned to chunk boundariesAndreas Huber2011-09-231-0/+5
* Support some .avi files containing H.264 video, log warnings if audio/video u...Andreas Huber2011-09-211-0/+1
* Remove an O(n^2) algorithm in MPEG4Extractor.cpp to speed up seeks in long st...Andreas Huber2011-09-191-2/+4
* In order to recover from video lagging behind audio, drop avc framesAndreas Huber2011-09-161-0/+1
* Support .avi tracks that have a sample size of 1, i.e. samples != chunksAndreas Huber2011-09-131-1/+10
* Guard the audio notifications with a separate lock to avoid deadlocks during ...Andreas Huber2011-09-011-2/+2
* Return an error to the client instead of asserting if decoder instantiation f...Andreas Huber2011-08-291-3/+3
* Some decoders require more gentle treatmentJames Dong2011-08-181-0/+3
* Make sure we have all the sample table metadata before declaring a track valid.Andreas Huber2011-08-171-0/+2
* Network traffic accounting for chromium stack support in mediaserver.Ashish Sharma2011-08-051-1/+2
* Retry datasource fetches a few times before giving up (NuCachedSource2).Andreas Huber2011-07-222-0/+8
* Merge "Use unsigned char to store table of contents retrieved from XING heade...Gloria Wang2011-07-151-1/+1
|\
| * Use unsigned char to store table of contents retrieved from XING header.Gloria Wang2011-07-151-1/+1
* | Refetch playlists according to the HLS specs, varying delay if playlists unch...Andreas Huber2011-07-151-3/+13
|/
* If audio startup fails while executing MediaPlayer::start() do NOT post an errorAndreas Huber2011-07-141-1/+1
* Merge "Remove legacy http support from stagefright, chromium is the new hotne...Andreas Huber2011-07-143-205/+2
|\
| * Remove legacy http support from stagefright, chromium is the new hotness.Andreas Huber2011-07-133-205/+2
* | Merge "OMX CallbackDispatcher uses C++ Thread not pthread"Glenn Kasten2011-07-141-0/+1
|\ \
| * | OMX CallbackDispatcher uses C++ Thread not pthreadGlenn Kasten2011-07-121-0/+1
| |/
* | Remove old-style software decoders.Andreas Huber2011-07-131-73/+0
|/
* Merge "- Retrieve is_drm in MediaMetadataRetriever. - Add one more column in ...Gloria Wang2011-07-061-1/+0
|\
| * - Retrieve is_drm in MediaMetadataRetriever.Gloria Wang2011-07-011-1/+0
* | Merge "Charge network traffic to the uid of the process using the MediaPlayer."Andreas Huber2011-07-015-2/+24
|\ \
| * | Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-015-2/+24
| |/
* | Merge "Revert "Fix for b/4165024: Serious Memory leak when playing a WV prote...Edwin Wong2011-07-011-5/+0
|\ \ | |/ |/|
| * Revert "Fix for b/4165024: Serious Memory leak when playing a WV protected st...Jeff Tinker2011-07-011-5/+0
* | Merge "Fix for b/4165024: Serious Memory leak when playing a WV protected str...Jeff Tinker2011-06-281-0/+5
|\ \ | |/
| * Fix for b/4165024: Serious Memory leak when playing a WV protected streaming ...Jeff Tinker2011-06-271-0/+5
* | Fix the new color converter to respect the destination crop rect.Andreas Huber2011-06-271-0/+1
|/
* Stagefright: add support for gralloc OMX_UseBuffer.Anu Sundararajan2011-06-231-1/+3
* Parse the individual segment's duration as a floating point number which is nowAndreas Huber2011-06-211-0/+4
* Make dumpsys(media.player) more useful by having AwesomePlayer populate it.Andreas Huber2011-06-081-0/+30