summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE Part of fix for libmedia OOB write anywhereJeff Tinker2015-08-201-3/+3
* Merge "Fail more gracefully on allocation failure" into klp-devMarco Nelissen2015-08-201-7/+20
|\
| * Fail more gracefully on allocation failureMarco Nelissen2015-08-191-7/+20
* | Merge "libstagefright: fix handling of mSampleTimeEntries and mNumSampleSizes...Wei Jia2015-08-201-1/+13
|\ \
| * | libstagefright: fix handling of mSampleTimeEntries and mNumSampleSizes in Sam...Wei Jia2015-08-191-1/+13
* | | Merge "Check RTSP payload length" into klp-devAbhishek Arya2015-08-201-2/+3
|\ \ \
| * | | Check RTSP payload lengthMarco Nelissen2015-08-191-2/+3
| | |/ | |/|
* | | Merge "Sanity check padding/delay values for gapless playback" into klp-devAbhishek Arya2015-08-201-0/+7
|\ \ \
| * | | Sanity check padding/delay values for gapless playbackMarco Nelissen2015-08-181-0/+7
| |/ /
* | | Merge "libstagefright: fix overflow in MPEG4Source::parseSampleAuxiliaryInfor...Wei Jia2015-08-201-1/+19
|\ \ \
| * | | libstagefright: fix overflow in MPEG4Source::parseSampleAuxiliaryInformationO...Wei Jia2015-08-201-1/+19
| | |/ | |/|
* | | libstagefright: fix overflow in pvdec_api.cpp.Wei Jia2015-08-201-2/+2
|/ /
* | Merge "stagefright: check IMemory::pointer() before using the allocation" int...Chong Zhang2015-08-181-2/+6
|\ \ | |/ |/|
| * stagefright: check IMemory::pointer() before using the allocationChong Zhang2015-08-171-2/+6
* | Merge "Check integer overflow to prevent memory corruption" into klp-devJon Larimer2015-08-181-1/+2
|\ \
| * | Check integer overflow to prevent memory corruptionJeff Tinker2015-08-161-1/+2
| |/
* | Merge "do not dequeue from native window after we hit fatal error -- DO NOT M...Jon Larimer2015-08-181-0/+10
|\ \
| * | do not dequeue from native window after we hit fatal error -- DO NOT MERGEChong Zhang2015-08-171-0/+10
| |/
* | Merge "MPEG4Source::fragmentedRead: check range before writing into buffers" ...Jon Larimer2015-08-181-8/+40
|\ \
| * | MPEG4Source::fragmentedRead: check range before writing into buffersRobert Shih2015-08-171-8/+40
* | | Merge "Check buffer size before using it" into klp-devJon Larimer2015-08-181-0/+8
|\ \ \
| * | | Check buffer size before using itMarco Nelissen2015-08-151-0/+8
| | |/ | |/|
* | | Merge "Check vector size before accessing" into klp-devAbhishek Arya2015-08-181-0/+9
|\ \ \
| * | | Check vector size before accessingMarco Nelissen2015-08-151-0/+9
| |/ /
* | | Merge "MatroskaExtractor: detect infinite loop when parsing NALs" into klp-devAbhishek Arya2015-08-181-1/+7
|\ \ \
| * | | MatroskaExtractor: detect infinite loop when parsing NALsRobert Shih2015-08-181-1/+7
* | | | Fix for memory corruption in ID3::removeUnsynchronizationV2_4().Neel Mehta2015-08-181-1/+1
|/ / /
* | | Merge "Revert "Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4""...Abhishek Arya2015-08-182-5/+0
|\ \ \
| * | | Revert "Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4"Abhishek Arya2015-08-172-5/+0
* | | | Fix compile failure after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4Abhishek Arya2015-08-172-0/+15
* | | | Merge "libstagefright: check remaining data size before parsing it." into klp...Wei Jia2015-08-181-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | libstagefright: check remaining data size before parsing it.Wei Jia2015-08-171-0/+3
* | | | Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4Abhishek Arya2015-08-172-0/+5
* | | | Merge "SoftAVCEnc: check requested memory size before allocation." into klp-devWei Jia2015-08-171-0/+16
|\ \ \ \
| * | | | SoftAVCEnc: check requested memory size before allocation.Wei Jia2015-08-171-0/+16
* | | | | Merge "libstagefright: check memory size for overflow before allocation." int...Abhishek Arya2015-08-172-0/+65
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | libstagefright: check memory size for overflow before allocation.Wei Jia2015-08-142-0/+65
| | |/ / | |/| |
* | | | Merge "ABuffer: reset members when memory allocation fails." into klp-devWei Jia2015-08-161-4/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | ABuffer: reset members when memory allocation fails.Wei Jia2015-08-141-4/+9
| |/ /
* | | Merge "Revert "SoftAVCEnc: check requested memory size before allocation."" i...Wei Jia2015-08-161-12/+0
|\ \ \
| * | | Revert "SoftAVCEnc: check requested memory size before allocation."Wei Jia2015-08-161-12/+0
* | | | Merge "Fix comparison sign warnings." into klp-devWei Jia2015-08-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix comparison sign warnings.Dan Albert2015-08-151-1/+1
| |/ /
* | | SoftAVCEnc: check requested memory size before allocation.Wei Jia2015-08-141-0/+12
|/ /
* | libstagefright: fix possible overflow in amrwbenc.Wei Jia2015-08-131-8/+11
* | libstagefright: fix possible overflow in ID3.Wei Jia2015-08-121-2/+5
* | am 9d9491f9: am 0dbd0d7b: am c9924410: am 2fe61ed0: am 3b8d3fa0: am 186d1fb9:...Nick Kralevich2015-08-111-1/+1
|\ \
| * \ am 0dbd0d7b: am c9924410: am 2fe61ed0: am 3b8d3fa0: am 186d1fb9: am f4dfe12e:...Nick Kralevich2015-08-111-1/+1
| |\ \
| | * \ am c9924410: am 2fe61ed0: am 3b8d3fa0: am 186d1fb9: am f4dfe12e: am 54d88fe2:...Nick Kralevich2015-08-111-1/+1
| | |\ \
| | | * \ am 2fe61ed0: am 3b8d3fa0: am 186d1fb9: am f4dfe12e: am 54d88fe2: am aa8dab77:...Nick Kralevich2015-08-111-1/+1
| | | |\ \