summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * codecs: check OMX buffer size before use in VP8 encoder.Wonsik Kim2016-03-251-6/+22
| * Add VPX output buffer size checkMarco Nelissen2016-03-251-9/+14
* | stagefright: Fix CLANG compilation for AMR decoderLeena Winterrowd2016-04-131-1/+1
* | Overflow fixes for amrwbencMarco Nelissen2016-03-224-16/+26
* | Stagefright: Remove unused variables and filesAndreas Gampe2016-03-226-510/+0
* | h264dec: Use intptr_t when a pointer is treated as an integerAshok Bhat2016-03-222-6/+6
* | SoftVorbis: memory access checkHaynes Mathew George2016-03-082-1/+15
* | Merge tag 'android-6.0.1_r13' into HEADJessica Wagantall2016-02-012-0/+18
|\ \ | |/
| * libstagefright: check requested memory size before allocation for SoftMPEG4En...Wei Jia2015-12-102-0/+18
* | Use standard arm assembly syntax.Chih-Hung Hsieh2016-01-0823-26/+24
* | Fix overflow in amrwbencMarco Nelissen2016-01-081-0/+3
* | codecs: update for check ifeq ($(TARGET_ARCH),arm)Yongqin Liu2016-01-085-112/+69
* | Use unified syntax to compile with both llvm and gas.Chih-Hung Hsieh2016-01-0833-188/+119
* | Disable integer sanitization for amrwbencMarco Nelissen2016-01-082-1/+4
* | Fix more potential (benign) AMRWB overflowsMarco Nelissen2016-01-082-2/+4
* | Fix more amrwbenc overflowsMarco Nelissen2016-01-084-20/+21
* | Tabs -> spacesMarco Nelissen2016-01-0861-8177/+8177