summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* M3UParser: handle missing EXT-X-MEDIA URIscm-11.0Robert Shih2018-09-131-2/+6
* M3UParser: make url on demandRobert Shih2018-09-132-11/+22
* Fix possible out of bounds readMarco Nelissen2018-08-111-0/+3
* Speed up id3v2 unsynchronizationRobert Shih2018-07-171-4/+17
* Handle bad bitrate index in mp3dec.Dongwon Kang2018-05-121-1/+1
* better mpeg2 TS elementary stream Access Unit parsingRay Essick2018-05-121-2/+7
* OMXNodeInstance: Allow skipping CVE-2017-13154Wanja Schulze2018-05-072-0/+6
* Check NAL size before looking insideRay Essick2018-04-061-1/+1
* M3UParser: detect variant streams without EXT-X-STREAM-INFRobert Shih2018-04-061-2/+5
* AACExtractor: check bounds during seekRobert Shih2018-03-081-0/+4
* httplive: check for malformed EXT-X-STREAM-INFRobert Shih2018-02-171-0/+3
* Apply input buffer validation also to AVC and MPEG4 encodersDongwon Kang2018-02-174-8/+31
* Fix edge case when applying id3 unsynchronizationMarco Nelissen2018-01-141-1/+6
* stagefright: MP4Extractor: allow 10% overhead on default sample sizeLajos Molnar2018-01-141-0/+3
* OMXNodeInstance: use a lock around OMX::freeNodeLajos Molnar2018-01-081-0/+2
* m4v_h263: fix global buffer overflowWonsik Kim2017-12-231-1/+1
* Check buffer size in useBuffer in software componentsDongwon Kang2017-11-061-2/+7
* Skip track if verification failsMarco Nelissen2017-11-061-6/+12
* stagefright: avoid buffer overflow in base64 decoderLajos Molnar2017-10-041-3/+2
* stagefright: check aac_frame_length to prevent infinite loopChong Zhang2017-10-011-0/+5
* MPEG4Extractor: ensure returned status is checked.Wei Jia2017-10-011-12/+46
* Fix TOCTOU problem in libstagefright_soft_aacencRay Essick2017-10-012-0/+13
* RESTRICT AUTOMERGE Check the buffer index from acquireBufferPawin Vongmasa2017-10-011-0/+17
* better manage buffer for libstagefright_soft_mpeg4encRay Essick2017-10-012-16/+13
* Fix potential leakMarco Nelissen2017-10-011-0/+1
* m4v_h263: update width/height only when they are valid.Wei Jia2017-10-011-5/+13
* m4v_h263: check header first before decoding a frame.Wei Jia2017-10-011-4/+19
* Fix memory leak in error caseMarco Nelissen2017-07-091-0/+1
* Limit ogg packet sizeMarco Nelissen2017-07-091-1/+15
* Fix out of bounds accessMarco Nelissen2017-07-041-4/+8
* codecs: handle onReset() for a few encodersWonsik Kim2017-06-138-28/+59
* FLACExtractor: copy protect mWriteBufferRobert Shih2017-06-131-4/+8
* Add bounds check in SoftAACEncoder2::onQueueFilled()Ray Essick2017-06-131-0/+9
* Fix integer overflow and divide-by-zeroMarco Nelissen2017-05-172-2/+2
* Fix NPDs in h263 decoderMarco Nelissen2017-05-172-1/+24
* resolve merge conflicts of 79cf158c51 to mnc-devMarco Nelissen2017-04-081-3/+9
* DO NOT MERGE: defensive parsing of mp3 album art informationRay Essick2017-03-151-18/+40
* Make VBRISeeker more robustMarco Nelissen2017-02-191-2/+16
* DO NOT MERGE Fix divide by zeroMarco Nelissen2016-12-141-5/+18
* DO NOT MERGE - MPEG4Extractor: Check mLastTrack before dereferencing.Pawin Vongmasa2016-12-131-1/+66
* IOMX: do not clear buffer if it's allocated by componentChong Zhang2016-11-201-1/+0
* IOMX: allow configuration after going to loaded stateLajos Molnar2016-11-201-3/+10
* SampleIterator: clear members on seekTo errorRobert Shih2016-11-201-3/+4
* DO NOT MERGE: IOMX: work against metadata buffer spoofingLajos Molnar2016-11-206-34/+200
* Limit mp4 atom size to something reasonableMarco Nelissen2016-11-201-0/+15
* DO NOT MERGE - Fix build breakage caused by commit 940829f69b52d6038db66a9c72...Pawin Vongmasa2016-10-241-2/+6
* DO NOT MERGE - SoftMPEG4: Check the buffer size before writing the reference ...Pawin Vongmasa2016-10-242-2/+24
* DO NOT MERGE - stagefright: fix integer overflow errorWonsik Kim2016-10-241-14/+16
* DO NOT MERGE - Fix buildRobert Shih2016-10-241-0/+4
* DO NOT MERGE - SoftVPX: fix nFilledLen overflowRobert Shih2016-10-242-3/+20