summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avcdec/SoftAVCDec.cpp
Commit message (Expand)AuthorAgeFilesLines
* codecs: check OMX buffer size before use in (avc|hevc|mpeg2)decWonsik Kim2016-04-211-9/+19
* SoftAVCDec: Exit gracefully when memory allocation fails in the decoderHarish Mahendrakar2015-10-161-0/+11
* SoftAVCDec: Added a check for unsupported resolutionsHarish Mahendrakar2015-10-161-0/+11
* SoftAVCDec: Reduced memory requirementsHarish Mahendrakar2015-09-231-284/+80
* Don't include ithread.h in decoder omx wrappersMartin Storsjo2015-07-311-1/+0
* SoftAVCDec: init decoder using updated sizeChong Zhang2015-07-211-0/+2
* Merge "SimpleSoftOMXComponent: change CHECK to error notification." into mnc-devWei Jia2015-07-091-2/+14
|\
| * SimpleSoftOMXComponent: change CHECK to error notification.Wei Jia2015-07-081-2/+14
* | SoftAVCDec: fail gracefully in onQueueFilledHamsalekha S2015-07-091-13/+47
|/
* Clear the executable bit from source filesMartin Storsjo2015-06-251-0/+0
* Fix software video decoder buffer size calculationMarco Nelissen2015-06-171-1/+1
* SoftAVCDec: Added support for level greater than level at initMarco Nelissen2015-06-031-11/+40
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-2/+2
* stagefright: add SoftAVCDec using libavcVenkatarama Avadhani2015-04-151-0/+808