summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* EffectBundle: Check value size for get preset nameAndy Hung2017-09-171-0/+7
* stagefright: fix crash due to bad timestamp indexChong Zhang2017-09-171-4/+9
* Change MPEG2 reinit Error HandlingVenkatarama Avadhani2017-09-171-14/+9
* Notify Errors Appropriately from SoftMPEG2Venkatarama Avadhani2017-09-172-7/+38
* Fix TOCTOU problem in libstagefright_soft_aacencRay Essick2017-09-172-0/+13
* Fix security vulnerability: Equalizer setParameter memory overflowrago2017-08-211-3/+31
* Check the buffer index from acquireBufferPawin Vongmasa2017-08-211-1/+17
* Don't leak `this` out of GraphicBufferSource ctorRobert Shih2017-08-213-11/+9
* better manage buffer for libstagefright_soft_mpeg4encRay Essick2017-08-212-16/+13
* Fix integer overflow in mediadrmserverJeff Tinker2017-08-211-1/+1
* Fix potential leakMarco Nelissen2017-08-211-1/+3
* m4v_h263: update width/height only when they are valid.Wei Jia2017-08-211-5/+13
* m4v_h263: check header first before decoding a frame.Wei Jia2017-08-211-4/+19
* Don't allow using or allocating a buffer after the first state transitionMarco Nelissen2017-07-071-0/+18
* Fix memory leak in error caseMarco Nelissen2017-07-071-0/+1
* Limit ogg packet sizeMarco Nelissen2017-07-071-1/+15
* Prevent OOB write in soft_avc encoderRay Essick2017-07-072-0/+14
* Add bounds check in SoftAACEncoder2::onQueueFilled()Ray Essick2017-05-251-0/+9
* Fix NPDs in h263 decoderMarco Nelissen2017-05-252-1/+24
* AudioFlinger: Check framecount overflow when creating trackAndy Hung2017-05-251-1/+16
* Fix out of bounds accessMarco Nelissen2017-05-251-4/+8
* Fix integer overflow and divide-by-zeroMarco Nelissen2017-05-252-2/+2
* codecs: handle onReset() for a few encodersWonsik Kim2017-05-188-19/+61
* resolve merge conflicts of 79cf158c51 to mnc-devMarco Nelissen2017-04-051-4/+10
* Fix overflow check and check read resultMarco Nelissen2017-04-051-8/+10
* EffectBundle: check nb channels to write speaker anglesJean-Michel Trivi2017-04-051-8/+16
* CameraBase: Don't return an sp<> by referenceEino-Ville Talvala2017-04-052-6/+6
* avc_utils: skip empty NALs from malformed bistreamsRobert Shih2017-03-221-1/+4
* Don't initialize sync sample parameters until the endMarco Nelissen2017-03-221-9/+12
* DO NOT MERGE - audioflinger: fix recursive mutex lock in EffectHandle.Eric Laurent2017-03-221-7/+25
* DO NOT MERGE - improve audio effect framwework thread safetyEric Laurent2017-03-227-123/+225
* Fix security vulnerability: potential OOB write in audioserverrago2017-03-133-6/+49
* Effect: Use local cached data for Effect commitAndy Hung2017-03-131-19/+38
* IOMX: convert ANWB to Gralloc meta if using useBuffer in the same processLajos Molnar2017-02-031-3/+5
* stagefright: remove allottedSize equality check in IOMX::useBufferLajos Molnar2017-02-031-7/+0
* Effects: Check get parameter command sizeAndy Hung2017-02-031-0/+7
* Visualizer: Check capture size and latency parametersAndy Hung2017-02-031-11/+32
* Make VBRISeeker more robustMarco Nelissen2017-01-131-2/+16
* DO NOT MERGE: defensive parsing of mp3 album art informationRay Essick2017-01-131-17/+39
* Fix security vulnerability: Effect command might allow negative indexesrago2017-01-131-6/+26
* soundtrigger: fix memory corruptionSam Mortimer2016-12-131-1/+1
* DO NOT MERGE Fix divide by zeroMarco Nelissen2016-12-121-5/+18
* Fix potential NULL dereference in Visualizer effectrago2016-12-121-3/+8
* Merge tag 'android-6.0.1_r74' into HEADJessica Wagantall2016-11-0916-80/+275
|\
| * stagefright: don't fail MediaCodec.configure if clients use store-meta keyLajos Molnar2016-10-111-1/+4
| * IOMX: do not clear buffer if it's allocated by componentChong Zhang2016-09-301-1/+0
| * IOMX: allow configuration after going to loaded stateLajos Molnar2016-09-301-2/+8
| * IOMX: restrict conversion of ANWB to gralloc source in emptyBufferLajos Molnar2016-09-301-2/+7
| * Limit mp4 atom size to something reasonableMarco Nelissen2016-09-271-0/+13
| * SampleIterator: clear members on seekTo errorRobert Shih2016-09-271-3/+4