summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
Commit message (Expand)AuthorAgeFilesLines
* Handle bad bitrate index in mp3dec.Dongwon Kang2018-05-221-1/+1
* Apply input buffer validation also to AVC and MPEG4 encodersDongwon Kang2018-02-083-8/+21
* SoftAVCDec: Handle zero length input without EOSHarish Mahendrakar2018-01-101-1/+1
* Access HEVC context after create fail checkNaveen Kumar P2018-01-101-4/+4
* Access AVCDEC context after create fail checkNaveen Kumar P2018-01-101-4/+4
* m4v_h263: fix global buffer overflowWonsik Kim2017-12-091-1/+1
* stagefright: fix crash due to bad timestamp indexChong Zhang2017-09-171-4/+9
* Change MPEG2 reinit Error HandlingVenkatarama Avadhani2017-09-171-14/+9
* Notify Errors Appropriately from SoftMPEG2Venkatarama Avadhani2017-09-172-7/+38
* Fix TOCTOU problem in libstagefright_soft_aacencRay Essick2017-09-172-0/+13
* better manage buffer for libstagefright_soft_mpeg4encRay Essick2017-08-212-16/+13
* m4v_h263: update width/height only when they are valid.Wei Jia2017-08-211-5/+13
* m4v_h263: check header first before decoding a frame.Wei Jia2017-08-211-4/+19
* Prevent OOB write in soft_avc encoderRay Essick2017-07-072-0/+14
* Add bounds check in SoftAACEncoder2::onQueueFilled()Ray Essick2017-05-251-0/+9
* Fix NPDs in h263 decoderMarco Nelissen2017-05-252-1/+24
* codecs: handle onReset() for a few encodersWonsik Kim2017-05-188-19/+61
* Merge tag 'android-6.0.1_r72' into HEADJessica Wagantall2016-10-062-2/+24
|\
| * Fix build breakage caused by commitPawin Vongmasa2016-08-261-2/+2
| * SoftMPEG4: Check the buffer size before writing the reference frame.Pawin Vongmasa2016-08-262-2/+24
| * Fix buildRobert Shih2016-08-161-1/+1
| * Fix buildRobert Shih2016-08-161-1/+1
| * fix buildLajos Molnar2016-08-161-1/+2
| * SoftVPX: fix nFilledLen overflowRobert Shih2016-08-162-3/+20
| * SoftMP3: memset safelyRobert Shih2016-08-162-4/+19
* | Merge tag 'android-6.0.1_r66' into HEADJessica Wagantall2016-09-074-7/+40
|\ \
| * | Fix buildRobert Shih2016-07-211-1/+1
| * | Fix buildRobert Shih2016-07-211-1/+1
| * | fix buildLajos Molnar2016-07-211-1/+2
| * | SoftVPX: fix nFilledLen overflowRobert Shih2016-07-212-3/+20
| * | SoftMP3: memset safelyRobert Shih2016-07-212-4/+19
* | | Merge tag 'android-6.0.1_r61' into HEADJessica Wagantall2016-08-023-6/+39
|\| |
| * | SoftHEVC: Exit gracefully in case of decoder errorsHarish Mahendrakar2016-06-231-0/+22
| * | SoftAAC2: fix crash on all-zero adts bufferMarco Nelissen2016-06-231-6/+9
| * | Fix potential overflowMarco Nelissen2016-06-231-0/+8
| |/
* | Merge remote-tracking branch 'remotes/android-6.0.1_r52' into HEADJessica Wagantall2016-07-071-3/+21
|\|
| * h264bsdActivateParamSets: Prevent multiplication overflow.Pawin Vongmasa2016-05-271-3/+21
* | Fixing ALOGE message in commit ad40e57890f81a3cf436c5f06da66396010bd9e5Jessica Wagantall2016-06-071-1/+1
* | Merge tag 'android-6.0.1_r46' into HEADJessica Wagantall2016-06-0733-98/+582
|\|
| * h264dec: check for overflows when calculating allocation size.Marco Nelissen2016-04-217-14/+30
| * codecs: check OMX buffer size before use in (avc|hevc|mpeg2)decWonsik Kim2016-04-216-33/+62
| * codecs: check OMX buffer size before use in (gsm|g711)decWonsik Kim2016-04-212-0/+17
| * Check mp3 output buffer sizeMarco Nelissen2016-04-211-0/+8
| * codecs: check OMX buffer size before use in (h263|h264)decWonsik Kim2016-04-213-7/+31
| * DO NOT MERGE codecs: check OMX buffer size before use in (vorbis|opus)decWonsik Kim2016-04-212-2/+18
| * DO NOT MERGE Verify OMX buffer sizes prior to accessMarco Nelissen2016-04-2117-42/+416
* | Merge tag 'android-6.0.1_r43' into HEADJessica Wagantall2016-05-035-33/+75
|\|
| * Fix AMR decoderMarco Nelissen2016-03-251-7/+7
| * SoftAMR: check input buffer size to avoid overflow.Wei Jia2016-03-253-15/+25
| * SoftAMR: check output buffer size to avoid overflow.Wei Jia2016-03-251-0/+18