summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
Commit message (Expand)AuthorAgeFilesLines
* Parse gapless info from mp4 filesMarco Nelissen2012-03-211-0/+4
* Merge "Parse mp3 encoder padding/delay"Marco Nelissen2012-03-202-1/+7
|\
| * Parse mp3 encoder padding/delayMarco Nelissen2012-03-202-1/+7
* | Remove obsolete software codec header files and amr encoders.Andreas Huber2012-03-1611-746/+0
* | Merge "Defines MediaPlayer APIs to support multiple audio/video/timedtext tra...James Dong2012-03-141-3/+2
|\ \ | |/ |/|
| * Defines MediaPlayer APIs to support multiple audio/video/timedtextInsun Kang2012-03-151-3/+2
* | Fix Xing seeking when TOC[0] == 0Marco Nelissen2012-03-141-1/+2
|/
* Extend WAV extractor for multichannelJean-Michel Trivi2012-03-091-0/+1
* Merge "Fix videos app bandwidth accounting for 4G streaming"Jeff Tinker2012-03-081-0/+3
|\
| * Fix videos app bandwidth accounting for 4G streamingJeff Tinker2012-02-141-0/+3
* | remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-241-1/+1
|/
* Change the signature of method addTextSource() in AwesomePlayerJames Dong2012-02-091-1/+1
* Merge "First step of refactoring 'timedtext' code."James Dong2012-01-311-3/+2
|\
| * First step of refactoring 'timedtext' code.Insun Kang2012-01-311-3/+2
* | Slighly improve the API to discover if the OMX stack is running in the localAndreas Huber2012-01-311-1/+1
|/
* Make sure the ThrottledSource reports the proper mime typeAndreas Huber2012-01-191-0/+5
* Separate sniffing from session initializationJames Dong2012-01-124-2/+11
* 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