summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libstagefright: check overflow before memory allocation in OMXCodec.cppHEADmasterWei Jia2015-10-191-0/+3
* Check RTSP payload lengthMarco Nelissen2015-10-191-2/+3
* Sanity check padding/delay values for gapless playbackMarco Nelissen2015-10-191-0/+7
* Prevent integer issues in ID3::Iterator::findFrameJoshua J. Drake2015-10-191-2/+21
* Fix for memory corruption in ID3::removeUnsynchronizationV2_4().Neel Mehta2015-10-191-1/+1
* Fix comparison sign warnings.Dan Albert2015-10-191-1/+1
* libstagefright: fix possible overflow in ID3.Wei Jia2015-10-191-2/+5
* Fix Ogg album artMarco Nelissen2015-10-191-4/+9
* MatroskaExtractor: detect infinite loop when parsing NALsRobert Shih2015-10-191-1/+7
* libstagefright: check remaining data size before parsing it.Wei Jia2015-10-191-0/+3
* Check integer overflow to prevent memory corruptionJeff Tinker2015-10-191-1/+2
* ABuffer: reset members when memory allocation fails.Wei Jia2015-10-191-4/+9
* DO NOT MERGE - SoftwareRenderer: sanity check buffer size before copying data.Wei Jia2015-10-191-0/+7
* SoftAVCEnc: check requested memory size before allocation.Wei Jia2015-10-191-0/+16
* libstagefright: fix overflow in pvdec_api.cpp.Wei Jia2015-10-191-2/+2
* libstagefright: check memory size for overflow before allocation.Wei Jia2015-10-192-0/+65
* Fix compile failure after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4Abhishek Arya2015-10-192-0/+15
* Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4Abhishek Arya2015-10-192-0/+5
* Fix crash on malformed id3Marco Nelissen2015-10-193-13/+27
* libstagefright: fix possible overflow in amrwbenc.Wei Jia2015-10-191-8/+11
* DO NOT MERGE - audio flinger: fix fuzz test crashEric Laurent2015-10-192-4/+20
* DO NOT MERGE Part of fix for libmedia OOB write anywhereJeff Tinker2015-10-181-4/+4
* Guard against codecinfo overflowMarco Nelissen2015-10-181-1/+6
* DO NOT MERGE: Add AUtils::isInRange, and use it to detect malformed MPEG4 nal...Lajos Molnar2015-10-183-4/+167
* DO NOT MERGE - IOMX: Add buffer range check to emptyBufferAndy Hung2015-10-181-0/+6
* HDCP: buffer over flow check -- DO NOT MERGEChong Zhang2015-10-181-1/+12
* MPEG4Extractor.cpp: handle chunk_size > SIZE_MAXNick Kralevich2015-08-311-1/+1
* Fix integer underflow in covr MPEG4 processingJoshua J. Drake2015-08-311-0/+4
* Fix integer overflow when handling MPEG4 tx3g atomJoshua J. Drake2015-08-311-0/+7
* Prevent integer overflow when processing covr MPEG4 atomsJoshua J. Drake2015-08-311-1/+5
* Fix null-pointer-dereferences accessing the SampleTableJoshua J. Drake2015-08-311-0/+18
* MPEG4Extractor: still more NULL derefernce fixesJoshua J. Drake2015-08-311-0/+41
* Fix integer underflow in ESDS processingJoshua J. Drake2015-08-311-0/+6
* SampleTable: fix integer overflow checks.Wei Jia2015-08-311-2/+2
* Fix integer overflow during MP4 atom processingJoshua J. Drake2015-08-311-0/+3
* Detect allocation failures and bail gracefullyJoshua J. Drake2015-08-311-5/+16
* Fix several ineffective integer overflow checksJoshua J. Drake2015-08-311-0/+13
* audio effects: fix heap overflowEric Laurent2015-08-315-139/+90
* libstagefright: Add support for custom LPA buffer sizeArne Coucheron2013-09-051-1/+4
* camera: Fix preview on SEMC msm7x30 devicesMichael Bestas2013-08-211-1/+1
* Add LG camera HAL parametersmadmack2013-08-182-0/+46
* Add some Samsung camera color effectsJavier Ferrer2013-07-192-0/+18
* Merge "Camera: Add more htc parameters" into cm-10.1Daniel Hillenbrand2013-07-042-0/+6
|\
| * Camera: Add more htc parametersatis1122013-06-302-0/+6
* | Fix includes for media-cafNicholas Flintham2013-07-032-2/+12
* | libstagefright: [Reworked] Fix incorrectness nPortIndex value for QueryCodecDheeraj CVR2013-07-031-0/+4
* | audioflinger: remove redundand ifdefGiulio Cervera2013-07-031-5/+0
|/
* camera: add more htc parametersDaniel Hillenbrand2013-06-272-0/+2
* libstagefright: Fix a video lag bug after audio reached EOS.Yunji Kim2013-06-241-0/+12
* libstagefright: fix indefinate loop in QueryCodecDheeraj CVR2013-06-241-1/+2