summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r66' into HEADJessica Wagantall2016-09-0710-61/+222
|\
| * DO NOT MERGE - stagefright: fix integer overflow errorWonsik Kim2016-08-011-14/+15
| * omx: prevent input port enable/disable for software codecsWonsik Kim2016-07-211-0/+7
| * Fix buildRobert Shih2016-07-211-1/+1
| * Fix buildRobert Shih2016-07-211-1/+1
| * fix buildLajos Molnar2016-07-211-1/+2
| * SoftVPX: fix nFilledLen overflowRobert Shih2016-07-212-3/+20
| * OMXCodec: check IMemory::pointer() before using allocationRobert Shih2016-07-211-1/+3
| * Fix corruption via buffer overflow in mediaserverRay Essick2016-07-211-5/+9
| * DO NOT MERGE stagefright: fix possible stack overflow in AVCC reassembleWonsik Kim2016-07-211-9/+19
| * SoftMP3: memset safelyRobert Shih2016-07-212-4/+19
| * Impose a size bound for dynamically allocated tables in stbl.Pawin Vongmasa2016-07-202-26/+133
* | libstagefright: mtk: Use vendor extensions to check if we should fixup croppingDiogo Ferreira2016-08-301-0/+10
* | stagefright: Disable thumbnail mode for 8996-class devicesSteve Kondik2016-08-191-1/+7
* | mediascanner: Accept .opus file extension.Danny Baumann2016-08-101-1/+1
* | stagefright: Remove the HAL3 limitation from the video reference clock selectionRicardo Cerqueira2016-08-102-4/+2
* | Merge tag 'android-6.0.1_r61' into HEADJessica Wagantall2016-08-026-26/+123
|\ \ | |/
| * DO NOT MERGE: Camera: Adjust pointers to ANW buffers to avoid infoleakEino-Ville Talvala2016-06-231-0/+29
| * DO NOT MERGE omx: check buffer port before usingWonsik Kim2016-06-232-20/+55
| * SoftHEVC: Exit gracefully in case of decoder errorsHarish Mahendrakar2016-06-231-0/+22
| * SoftAAC2: fix crash on all-zero adts bufferMarco Nelissen2016-06-231-6/+9
| * Fix potential overflowMarco Nelissen2016-06-231-0/+8
* | Merge remote-tracking branch 'remotes/android-6.0.1_r52' into HEADJessica Wagantall2016-07-075-5/+70
|\ \ | |/
| * MPEG4Extractor: ensure kKeyTrackID exists before creating an MPEG4Source as t...Wei Jia2016-05-272-0/+13
| * 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
| * 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
* | Merge tag 'android-6.0.1_r46' into HEADJessica Wagantall2016-06-0741-159/+666
|\ \ | |/
| * 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 size check for OMX_IndexParamConsumerUsageBitsMarco Nelissen2016-04-211-44/+0
| * Fix initialization of AAC presentation structMarco Nelissen2016-04-211-0/+1
| * DO NOT MERGE Verify OMX buffer sizes prior to accessMarco Nelissen2016-04-2120-42/+470
* | stagefright: Correct Exynos4 stride alignmentCaio Schnepper2016-05-231-0/+6
* | stagefright: Fix cts issue with divx testKeith Mok2016-05-181-1/+2
* | FFMPEGSoftCodec: Initialize the OMX param struct before using itRicardo Cerqueira2016-05-111-0/+1
* | Merge tag 'android-6.0.1_r43' into HEADJessica Wagantall2016-05-036-34/+81
|\ \ | |/
| * 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