summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * | OMXCodec: Remove kClientNeedsFrameBuffer for S3DChristopher N. Hesse2016-06-091-3/+0
| * | Fixing ALOGE message in commit ad40e57890f81a3cf436c5f06da66396010bd9e5Jessica Wagantall2016-06-071-1/+1
| * | MtpServer: Fix concurrent access to mStoragesTom Marshall2016-06-072-17/+25
| * | MTP: Fix crash when no storages are availableTom Marshall2016-06-071-1/+1
| * | Merge tag 'android-6.0.1_r46' into HEADJessica Wagantall2016-06-0744-194/+797
| |\ \ | | |/
| | * 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-213-19/+82
| | * 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-213-50/+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
| * | audiopolicy: engineconfigurable: Don't include the exampleDiogo Ferreira2016-05-231-1/+1
| * | stagefright: Correct Exynos4 stride alignmentCaio Schnepper2016-05-231-0/+6
| * | stagefright: Fix cts issue with divx testKeith Mok2016-05-181-1/+2
| * | Revert "nuplayer: Fix audio EOS notifiy on AudioSink not ready"Keith Mok2016-05-121-12/+0
| * | FFMPEGSoftCodec: Initialize the OMX param struct before using itRicardo Cerqueira2016-05-111-0/+1
| * | Revert "cameraservice: Run HAL3 in Non ZSL mode".Sanjeev Garg2016-05-061-1/+1
| * | soundtrigger: fill in default extras from dspRoman Birg2016-05-041-0/+31
| * | Merge tag 'android-6.0.1_r43' into HEADJessica Wagantall2016-05-038-35/+99
| |\ \ | | |/
| | * 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
| | * Camera3Device: Validate template IDChien-Yu Chen2016-03-251-0/+8
| | * Add VPX output buffer size checkMarco Nelissen2016-03-252-10/+20
| * | avextensions: Fix warnings on 64-bit clangSteve Kondik2016-04-303-3/+3
| * | audiopolicy: Add AudioSessionInfo APISteve Kondik2016-04-2716-20/+465
| * | audiopolicy: Revert all session callback patches.Steve Kondik2016-04-2214-315/+18
| * | audiopolicy: Fix notification not sent for session releaseSteve Kondik2016-04-222-4/+2
| * | Merge tag 'android-6.0.1_r30' into HEADJessica Wagantall2016-04-200-0/+0
| |\ \ | | |/
| | * Get service by value instead of referenceMarco Nelissen2016-02-262-3/+3
| | * 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