summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Support some .avi files containing H.264 video, log warnings if audio/video u...Andreas Huber2011-09-213-12/+94
* Remove an O(n^2) algorithm in MPEG4Extractor.cpp to speed up seeks in long st...Andreas Huber2011-09-192-23/+84
* In order to recover from video lagging behind audio, drop avc framesAndreas Huber2011-09-162-0/+23
* Various improvements to nuplayer playbackAndreas Huber2011-09-165-7/+47
* Merge "Change an assert failure due to unsupported level by HW AVC decoder an...James Dong2011-09-141-9/+10
|\
| * Change an assert failure due to unsupported level by HW AVC decoder and repor...James Dong2011-09-131-9/+10
* | Support .avi tracks that have a sample size of 1, i.e. samples != chunksAndreas Huber2011-09-132-14/+56
|/
* Merge "Turn an another assertion into a runtime error in ACodec's implementat...Andreas Huber2011-09-121-22/+18
|\
| * Turn an another assertion into a runtime error in ACodec's implementationAndreas Huber2011-09-121-22/+18
* | Increase the avi extractor's confidence slighly over mp3'sAndreas Huber2011-09-121-1/+5
|/
* Merge "Don't check mFilledBuffers whether it is empty or not when the port re...James Dong2011-09-091-3/+8
|\
| * Don't check mFilledBuffers whether it is empty or not when the port reconfigu...James Dong2011-09-091-3/+8
* | Merge "Always set geometry in queuebuffer"Pannag Sanketi2011-09-081-4/+5
|\ \
| * | Always set geometry in queuebufferPannag Sanketi2011-09-081-4/+5
* | | Audio player must not be used as a timesource before it's started.Andreas Huber2011-09-082-3/+7
* | | Merge "Fixing bug in SurfaceMediaSource_test"Pannag Sanketi2011-09-071-5/+19
|\ \ \ | |/ / |/| |
| * | Fixing bug in SurfaceMediaSource_testPannag Sanketi2011-09-021-5/+19
* | | Apparently keyframe status in audio tracks of .webm/.mkv files is unreliableAndreas Huber2011-09-071-5/+22
* | | Merge "Stop metadata retriever from dereferencing a NULL pointer if"Andreas Huber2011-09-071-2/+14
|\ \ \ | |_|/ |/| |
| * | Stop metadata retriever from dereferencing a NULL pointer ifAndreas Huber2011-09-061-2/+14
* | | Revert "To make SniffMP3() more concrete so that we can remove false-positve ...James Dong2011-09-061-16/+15
|/ /
* | Merge "Don't overwrite pending port setting change if there are more than one...James Dong2011-09-061-2/+4
|\ \ | |/ |/|
| * Don't overwrite pending port setting change if there are more than one port s...James Dong2011-09-011-2/+4
* | Properly serialize access to FileSource::getSize by acquiring the mutexAndreas Huber2011-09-021-0/+2
|/
* Merge "Guard the audio notifications with a separate lock to avoid deadlocks ...Andreas Huber2011-09-012-18/+17
|\
| * Guard the audio notifications with a separate lock to avoid deadlocks during ...Andreas Huber2011-09-012-18/+17
* | Signal an error when encountering a malformed .ts stream.Andreas Huber2011-09-011-13/+33
|/
* Merge "I have one HLS stream that switches stream PIDs from one bandwidth to ...Andreas Huber2011-08-313-25/+84
|\
| * I have one HLS stream that switches stream PIDs from one bandwidth to the nextAndreas Huber2011-08-313-25/+84
* | Merge "Discontinuities are only signalled on streams that have been identifie...Andreas Huber2011-08-311-32/+13
|\ \ | |/
| * Discontinuities are only signalled on streams that have been identified, i.e.Andreas Huber2011-08-311-32/+13
* | Merge "Update SurfaceMediaSource_test to not use pbuffer configs"Pannag Sanketi2011-08-311-30/+16
|\ \
| * | Update SurfaceMediaSource_test to not use pbuffer configsPannag Sanketi2011-08-301-30/+16
* | | Merge "Fix a crash where the EOS was signalled but some output buffer were st...James Dong2011-08-311-1/+1
|\ \ \
| * | | Fix a crash where the EOS was signalled but some output buffer were still pen...James Dong2011-08-301-1/+1
* | | | Merge "Fix SurfaceMediaSource timestamp handling."Eino-Ville Talvala2011-08-311-2/+26
|\ \ \ \
| * | | | Fix SurfaceMediaSource timestamp handling.Eino-Ville Talvala2011-08-301-2/+26
* | | | | Merge "Stop the AudioSource in reset() of AwesomePlayer if AudioSource is not...Gloria Wang2011-08-311-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Stop the AudioSource in reset() of AwesomePlayer if AudioSource is not NULLGloria Wang2011-08-311-1/+2
* | | | | Merge "ATSParser now supports a mode in which PTS is considered to be absolut...Andreas Huber2011-08-312-10/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ATSParser now supports a mode in which PTS is considered to be absolute timeAndreas Huber2011-08-302-10/+23
| | |/ / | |/| |
* | | | Merge "Bug 5156756 Fix AAC ADTS header size computation"Jean-Michel Trivi2011-08-301-9/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Bug 5156756 Fix AAC ADTS header size computationJean-Michel Trivi2011-08-291-9/+24
| |/ /
* | | Return an error to the client instead of asserting if decoder instantiation f...Andreas Huber2011-08-292-11/+22
|/ /
* | Merge "Signal errors to the client instead of asserting in ACodec."Andreas Huber2011-08-291-3/+23
|\ \
| * | Signal errors to the client instead of asserting in ACodec.Andreas Huber2011-08-261-3/+23
* | | Merge "Default W, H allowed in SurfaceMediaSource dequeue"Pannag Sanketi2011-08-281-3/+5
|\ \ \
| * | | Default W, H allowed in SurfaceMediaSource dequeuePannag Sanketi2011-08-241-3/+5
* | | | Merge "Fixing small syntax error in MPEG4 logging"Pannag Sanketi2011-08-261-2/+2
|\ \ \ \
| * | | | Fixing small syntax error in MPEG4 loggingPannag Sanketi2011-08-261-2/+2
| | |_|/ | |/| |