summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Merge "Send RTSP control connection keep-alive requests" into ics-mr1Andreas Huber2011-11-101-2/+92
|\
| * Send RTSP control connection keep-alive requestsAndreas Huber2011-11-081-2/+92
* | Merge "Don't believe the PV decoder's lies..." into ics-mr1Andreas Huber2011-11-101-1/+6
|\ \
| * | Don't believe the PV decoder's lies...Andreas Huber2011-11-091-1/+6
| |/
* | There's no point in trying to continue to decode after an error was signalled.Andreas Huber2011-11-092-8/+11
|/
* Merge "Remove surface legacy APIs and code." into ics-mr1Andreas Huber2011-11-082-11/+0
|\
| * Remove surface legacy APIs and code.Andreas Huber2011-10-282-11/+0
* | Merge "Fix a hang issue where the first frame can be dropped for timelapse vi...James Dong2011-11-071-0/+6
|\ \ | |/ |/|
| * Fix a hang issue where the first frame can be dropped for timelapse video rec...James Dong2011-10-261-0/+6
* | Merge "Report call status from AudioSource::start() to file writer" into ics-mr1James Dong2011-10-272-2/+10
|\ \
| * | Report call status from AudioSource::start() to file writerJames Dong2011-10-262-2/+10
| |/
* | Merge "Fix a reference to a stale pointer in AwesomePlayer." into ics-mr1Andreas Huber2011-10-271-8/+10
|\ \ | |/ |/|
| * Fix a reference to a stale pointer in AwesomePlayer.Andreas Huber2011-10-261-8/+10
* | am b7b4eaaa: Merge "Stagefright: push blank buffers when tearing down" into i...Jamie Gennis2011-10-261-0/+160
|\ \ | |/ |/|
| * Stagefright: push blank buffers when tearing downJamie Gennis2011-10-251-0/+160
* | am 23d64420: Merge "Stagefright: idle OMX after ANW errors" into ics-mr0Dave Burke2011-10-195-1/+39
|\ \ | |/
| * Merge "Stagefright: idle OMX after ANW errors" into ics-mr0Dave Burke2011-10-195-1/+39
| |\
| | * Stagefright: idle OMX after ANW errorsJamie Gennis2011-10-195-1/+39
* | | am 5264f600: Merge "Bail out after kMaxColorFormatSupported calls to OMX_GetP...James Dong2011-10-181-7/+16
|\ \ \ | |/ /
| * | Bail out after kMaxColorFormatSupported calls to OMX_GetParameter().James Dong2011-10-181-7/+16
| |/
* | am 6f13adb2: Merge "Don\'t hold onto the lock while reconnecting to the serve...Dave Burke2011-10-171-10/+18
|\ \ | |/
| * Merge "Don't hold onto the lock while reconnecting to the server" into ics-mr0Dave Burke2011-10-171-10/+18
| |\
| | * Don't hold onto the lock while reconnecting to the serverAndreas Huber2011-10-171-10/+18
* | | NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-139-660/+111
* | | Merge "Support for an MPEG2 Program Stream extractor."Andreas Huber2011-10-1313-10/+863
|\ \ \ | |/ / |/| |
| * | Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-3013-10/+863
* | | Assume a PTS of 0 if absent, don't bail on fragmented PES packets not having PTSAndreas Huber2011-10-122-2/+8
| |/ |/|
* | YouTube can now request custom cache/prefetch parameters and disconnect-at-hi...Andreas Huber2011-10-103-4/+76
* | Specifying -1 for both low and highwater marks would not actually do the righ...Andreas Huber2011-10-071-5/+15
* | Merge "Allow a system property "media.stagefright.cache-params" to override c...Andreas Huber2011-10-072-9/+65
|\ \
| * | Allow a system property "media.stagefright.cache-params" to override cache/pr...Andreas Huber2011-10-062-9/+65
* | | Return a runtime error instead of assertion if seeking beyond EOS in mpeg4 fi...Andreas Huber2011-10-061-4/+6
|/ /
* | Set crop params to ANative Window during Initialization.Lakshman Gowda2011-10-051-16/+22
|/
* Gracefuly return on detecting wrong AAC format from corrupted filesGilles-Arnaud Bleu-Laine2011-09-301-6/+22
* Merge "Support multiple NAL fragments per .mkv payload"Andreas Huber2011-09-281-47/+61
|\
| * Support multiple NAL fragments per .mkv payloadAndreas Huber2011-09-281-47/+61
* | Merge "Flush resets the count of played audio frames"James Dong2011-09-281-0/+3
|\ \ | |/ |/|
| * Flush resets the count of played audio framesJames Dong2011-09-271-0/+3
* | Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber2011-09-282-3/+95
|/
* Cut down on AwesomePlayer and OMXCodec's verbosity.Andreas Huber2011-09-272-9/+9
* Propagate error signalled by the source all the way to the output EOS notific...Andreas Huber2011-09-261-3/+19
* Merge "Support even more .avi files with .mp3 content not aligned to chunk bo...Andreas Huber2011-09-262-38/+309
|\
| * Support even more .avi files with .mp3 content not aligned to chunk boundariesAndreas Huber2011-09-232-38/+309
* | am 1d71c7b4: Merge "Returning EOS in SurfaceMediaSource:read" into ics-factor...Pannag Sanketi2011-09-231-2/+2
|\ \ | |/ |/|
| * Returning EOS in SurfaceMediaSource:readPannag Sanketi2011-09-221-2/+2
* | 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
|\