summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* MediaPlayerService: allow next player to be NULLWei Jia2016-08-301-1/+1
* Fix build breakage caused by commitPawin Vongmasa2016-08-261-2/+2
* MediaPlayerService: avoid invalid static castRobert Shih2016-08-262-0/+11
* better validation lengths of strings in ID3 tagsRay Essick2016-08-261-15/+42
* SoftMPEG4: Check the buffer size before writing the reference frame.Pawin Vongmasa2016-08-262-2/+24
* DO NOT MERGE - stagefright: fix integer overflow errorWonsik Kim2016-08-161-14/+15
* Impose a size bound for dynamically allocated tables in stbl.Pawin Vongmasa2016-08-162-26/+133
* omx: prevent input port enable/disable for software codecsWonsik Kim2016-08-161-0/+7
* Fix buildRobert Shih2016-08-161-1/+1
* Fix buildRobert Shih2016-08-161-1/+1
* Add bound checks to utf16_to_utf8Sergio Giro2016-08-161-1/+2
* fix buildLajos Molnar2016-08-161-1/+2
* SoftVPX: fix nFilledLen overflowRobert Shih2016-08-162-3/+20
* OMXCodec: check IMemory::pointer() before using allocationRobert Shih2016-08-161-1/+3
* Fix corruption via buffer overflow in mediaserverRay Essick2016-08-161-5/+9
* DO NOT MERGE stagefright: fix possible stack overflow in AVCC reassembleWonsik Kim2016-08-161-9/+19
* SoftMP3: memset safelyRobert Shih2016-08-162-4/+19
* MPEG4Extractor: ensure kKeyTrackID exists before creating an MPEG4Source as t...Wei Jia2016-05-273-14/+33
* limit mediaserver memoryMarco Nelissen2016-05-275-0/+117
* Check malloc result to avoid NPDMarco Nelissen2016-05-271-0/+18
* Fix security vulnerability in libstagefrightJeff Tinker2016-05-271-1/+11
* h264bsdActivateParamSets: Prevent multiplication overflow.Pawin Vongmasa2016-05-271-3/+21
* Clear unused pointer field when sending across binderMarco Nelissen2016-05-271-0/+1
* Check section size when verifying CRCMarco Nelissen2016-05-271-0/+7
* SampleTable.cpp: Fixed a regression caused by a fix for bugPawin Vongmasa2016-04-212-2/+6
* Resolve merge conflict when cp'ing ag/931301 to mnc-mr1-releaseZach Jang2016-04-212-18/+22
* 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
* AudioSource: initialize variablesMarco Nelissen2016-04-211-0/+4
* 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
* Fix OMX_IndexParamConsumerUsageBits size checkMarco Nelissen2016-04-211-3/+4
* Fix size check for OMX_IndexParamConsumerUsageBitsMarco Nelissen2016-04-212-46/+6
* Fix initialization of AAC presentation structMarco Nelissen2016-04-211-0/+1
* DO NOT MERGE Verify OMX buffer sizes prior to accessMarco Nelissen2016-04-2121-72/+536
* 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
* NuPlayerStreamListener: NULL and bounds check before memcpyRobert Shih2016-03-251-1/+10
* Add VPX output buffer size checkMarco Nelissen2016-03-252-10/+20
* Get service by value instead of referenceMarco Nelissen2016-02-261-2/+2
* Also fix out of bounds access for normal readMarco Nelissen2016-02-261-1/+9
* Clear allocation to avoid info leakMarco Nelissen2016-02-261-27/+32
* Fixing safteynet logging bug introduced in ag/862848mspector@google.com2016-02-262-4/+1
* 3 uninitialized variables in IOMX.cppmspector@google.com2016-02-261-3/+16
* Fix info leak vulnerability of IDrmJeff Tinker2016-02-261-1/+1
* IOMX.cpp uninitialized pointer in BnOMX::onTransactmspector@google.com2016-02-261-3/+5