summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avcdec
Commit message (Collapse)AuthorAgeFilesLines
* SoftAVCDec: Exit gracefully when memory allocation fails in the decoderHarish Mahendrakar2015-11-071-0/+11
| | | | Change-Id: Ib6e16be3f128e4fc97f8f05b794da980341c81cc
* SoftAVCDec: Added a check for unsupported resolutionsHarish Mahendrakar2015-11-071-0/+11
| | | | Change-Id: I97203353c7d026e02c8aad0f2c820a641e453c7c
* SoftAVCDec: Reduced memory requirementsHarish Mahendrakar2015-09-232-296/+84
| | | | | | Bug: 24221026 Change-Id: I2aaaf88e7dc9a30156764f83a81fc0cad00142f9
* Don't include ithread.h in decoder omx wrappersMartin Storsjo2015-07-311-1/+0
| | | | | | | | | | ithread.h probably should be considered an internal, private header. These omx wrappers don't use anything from this header anyway, so stop including it. Bug: 22860270 Change-Id: I5f14f3eae86c6b5f6ffa193d4b97f483d9be6fb0
* SoftAVCDec: init decoder using updated sizeChong Zhang2015-07-211-0/+2
| | | | | bug: 22451704 Change-Id: I29ba0c1e280f57ba9abc86ddd7eef6fb46df6d19
* 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, SoftMPEG4: fix handling of zero-byte input buffer. ACodec: do not send empty input buffer without EOS to the omx component. Bug: 22199127 Change-Id: I0bbcf5778f969ba6e30d0db31770c4289e2b64a4
* | SoftAVCDec: fail gracefully in onQueueFilledHamsalekha S2015-07-092-15/+50
|/ | | | | Bug: 21942104 Change-Id: Ia3b16b39b53c3a4678f4bba9e80dd0a715409520
* Clear the executable bit from source filesMartin Storsjo2015-06-252-0/+0
| | | | | | | The executable bit was accidentally set on these files in commits eedcd5cccc and ec7398f37. Change-Id: I057e8841ad12561b05c4dc9553ca1cd664c7f59c
* Fix software video decoder buffer size calculationMarco Nelissen2015-06-171-1/+1
| | | | | | | | | | Various software video decoders would specify the buffer size as if it were fully cropped, which then failed a sanity check in SoftwareRenderer. They now return the full buffer size. Bug: 21717327 Bug: 21443020 Change-Id: I19fcd091827ebd52a95a5509281a07ccc156e0e5
* SoftAVCDec: Added support for level greater than level at initMarco Nelissen2015-06-032-11/+41
| | | | | | Bug: 21144884 Change-Id: Idda3fbf6c30e99d6df2b1e53a1f65c8ec55586ce
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-2/+2
| | | | Change-Id: I81f438ae444f04c12ae27ae4ef6d073033de172c
* stagefright: add SoftAVCDec using libavcVenkatarama Avadhani2015-04-153-0/+1012
Change-Id: Ie808aa82c624dbbcaeb6b41662c9b7770bc80bd9