summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Fix software video decoder buffer size calculationMarco Nelissen2015-06-172-2/+2
* Merge "Revert "stagefright: relax check of OMX buffer header"" into mnc-devRachad Alao2015-06-151-12/+8
|\
| * Revert "stagefright: relax check of OMX buffer header"Rachad Alao2015-06-151-12/+8
* | don't trigger an integer underflow when decrementing.Nick Kralevich2015-06-134-5/+10
* | Merge "stagefright: use media timestamp for default render timestamp" into mn...Lajos Molnar2015-06-132-17/+6
|\ \
| * | stagefright: use media timestamp for default render timestampLajos Molnar2015-06-122-17/+6
| |/
* | Merge "libstagefright: remove out of date profiling result before doing a new...Ronghua Wu2015-06-121-0/+2
|\ \ | |/ |/|
| * libstagefright: remove out of date profiling result before doing a new profil...Ronghua Wu2015-06-121-0/+2
* | stagefright: relax check of OMX buffer headerLajos Molnar2015-06-121-8/+12
* | fix build: use proper fmt in StagefrightMetadataRetriever.cpp logLajos Molnar2015-06-121-1/+1
* | Merge "stagefright: Decode video thumbnail using MediaCodec" into mnc-devLajos Molnar2015-06-121-108/+197
|\ \
| * | stagefright: Decode video thumbnail using MediaCodecPraveen Chavan2015-06-121-108/+197
* | | SoftOpus: Fix output buffer capacity.Vignesh Venkatasubramanian2015-06-111-7/+7
* | | stagefright: fix clang buildWonsik Kim2015-06-111-1/+2
* | | Merge "stagefright: TinyCacheSource to read continuously" into mnc-devWonsik Kim2015-06-111-3/+19
|\ \ \
| * | | stagefright: TinyCacheSource to read continuouslyWonsik Kim2015-06-111-3/+19
* | | | Merge "mpeg2ts: more error tolerance" into mnc-devWonsik Kim2015-06-111-5/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | mpeg2ts: more error toleranceWonsik Kim2015-06-111-5/+2
| |/ /
* | | Merge "Added support for MPEG2 video in MPEG4Extractor" into mnc-devLajos Molnar2015-06-101-1/+13
|\ \ \
| * | | Added support for MPEG2 video in MPEG4ExtractorHarish Mahendrakar2015-05-051-1/+13
* | | | stagefright: fix issues with OMX message passingLajos Molnar2015-06-102-3/+11
* | | | stagefright: fix legacy support for CameraSourceLajos Molnar2015-06-102-19/+24
| |_|/ |/| |
* | | Merge "stagefright: add support for output frame rendered callback" into mnc-devLajos Molnar2015-06-108-28/+435
|\ \ \
| * | | stagefright: add support for output frame rendered callbackLajos Molnar2015-06-098-28/+435
* | | | Merge "Ogg Opus: handle cases where first sample has non 0 time" into mnc-devRobert Shih2015-06-091-1/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Ogg Opus: handle cases where first sample has non 0 timeRobert Shih2015-06-081-1/+38
* | | | Merge "stagefright: check the validity of the range of adaptation field" into...Jaesung Chung2015-06-091-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | stagefright: check the validity of the range of adaptation fieldJaesung Chung2015-05-151-0/+5
* | | | Merge "libstagefright: check memory size for overflow before allocation." int...Wei Jia2015-06-082-0/+65
|\ \ \ \
| * | | | libstagefright: check memory size for overflow before allocation.Wei Jia2015-06-082-0/+65
* | | | | Merge "SoftwareRenderer: sanity check buffer size before copying data." into ...Wei Jia2015-06-081-1/+17
|\ \ \ \ \
| * | | | | SoftwareRenderer: sanity check buffer size before copying data.Wei Jia2015-06-081-1/+17
| |/ / / /
* | | | | Merge "fix graphic buffer leak with persistent input surface" into mnc-devChong Zhang2015-06-082-2/+102
|\ \ \ \ \
| * | | | | fix graphic buffer leak with persistent input surfaceChong Zhang2015-06-082-2/+102
* | | | | | Merge "MPEG4Writer: add check to ensure no integer overflow on allocation." i...Wei Jia2015-06-081-0/+2
|\ \ \ \ \ \
| * | | | | | MPEG4Writer: add check to ensure no integer overflow on allocation.Wei Jia2015-06-041-0/+2
| | |/ / / / | |/| | | |
* | | | | | Camera1 API: Support SW encoders for new camera HALsEino-Ville Talvala2015-06-081-0/+17
* | | | | | Merge "libstagefright: run codec profiling in worker thread." into mnc-devRonghua Wu2015-06-081-46/+56
|\ \ \ \ \ \
| * | | | | | libstagefright: run codec profiling in worker thread.Ronghua Wu2015-06-071-46/+56
* | | | | | | Merge "SoftAVCEnc: check requested memory size before allocation." into mnc-devWei Jia2015-06-081-0/+8
|\ \ \ \ \ \ \
| * | | | | | | SoftAVCEnc: check requested memory size before allocation.Wei Jia2015-06-041-0/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "MPEG4Writer: fail init check if output fd is not seekable" into mnc-devRobert Shih2015-06-061-0/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MPEG4Writer: fail init check if output fd is not seekableRobert Shih2015-06-051-0/+7
| |/ / / / /
* | | | | | stagefright: add support for batching OMX eventsLajos Molnar2015-06-057-74/+146
* | | | | | Merge "stagefright: initial Ogg Opus support" into mnc-devRobert Shih2015-06-052-74/+371
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | stagefright: initial Ogg Opus supportRobert Shih2015-06-032-74/+371
* | | | | | Limit allocations to avoid out-of-memoryMarco Nelissen2015-06-051-7/+15
| |_|/ / / |/| | | |
* | | | | Merge "SampleTable: fix integer overflow checks." into mnc-devWei Jia2015-06-041-2/+2
|\ \ \ \ \
| * | | | | SampleTable: fix integer overflow checks.Wei Jia2015-06-041-2/+2
| | |/ / / | |/| | |
* | | | | Merge "Don't overwrite user agent header if app specified one" into mnc-devMarco Nelissen2015-06-041-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |