summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Merge "stagefright: relax check of OMX buffer header - again" into mnc-devLajos Molnar2015-06-221-8/+23
|\
| * stagefright: relax check of OMX buffer header - againLajos Molnar2015-06-191-8/+23
* | Merge "stagefright: allow state change while handling OMX message list" into ...Lajos Molnar2015-06-221-1/+8
|\ \ | |/ |/|
| * stagefright: allow state change while handling OMX message listLajos Molnar2015-06-191-1/+8
* | stagefright: handle removal of a tracked buffer in ACodecLajos Molnar2015-06-192-12/+24
|/
* Merge "MediaCodec: handle a spontaneous error while configuring" into mnc-devAndy Hung2015-06-191-0/+6
|\
| * MediaCodec: handle a spontaneous error while configuringAndy Hung2015-06-161-0/+6
* | Merge "fix buffer leak due to unreleased last repeat frame" into mnc-devChong Zhang2015-06-182-56/+56
|\ \
| * | fix buffer leak due to unreleased last repeat frameChong Zhang2015-06-182-56/+56
* | | 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
| | |/ / / / / | |/| | | | |