summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Check mprotect resultMarco Nelissen2016-09-271-24/+28
| * Radio: get service by value.Eric Laurent2016-09-272-4/+4
| * SoundTrigger: get service by value.Eric Laurent2016-09-272-5/+5
| * Fix stack content leak vulnerability in mediaserverJeff Tinker2016-09-271-1/+1
| * Fix potential overflow in Visualizer effectrago2016-09-271-0/+9
| * IOMX: work against metadata buffer spoofingLajos Molnar2016-09-277-41/+196
| * MediaPlayerService: allow next player to be NULLWei Jia2016-08-301-1/+1
| * Fix build breakage caused by commitPawin Vongmasa2016-08-251-2/+2
| * Add EFFECT_CMD_SET_PARAM parameter checkingAndy Hung2016-08-251-0/+23
| * soundtrigger: add size check on sound model and recogntion dataEric Laurent2016-08-251-8/+30
| * MediaPlayerService: avoid invalid static castRobert Shih2016-08-252-0/+11
| * better validation lengths of strings in ID3 tagsRay Essick2016-08-251-15/+42
| * SoftMPEG4: Check the buffer size before writing the reference frame.Pawin Vongmasa2016-08-252-2/+24
* | Allow to use baseline profile for AVC recordingAndreas Blaesius2016-11-082-1/+5
* | libstagefright: wfd: don't use intra macroblock refresh mode on omap4Ziyan2016-11-062-0/+6
* | Merge tag 'android-6.0.1_r72' into HEADJessica Wagantall2016-10-067-25/+130
|\ \
| * | MediaPlayerService: allow next player to be NULLWei Jia2016-08-301-1/+1
| * | Fix build breakage caused by commitPawin Vongmasa2016-08-261-2/+2
| * | soundtrigger: add size check on sound model and recogntion dataEric Laurent2016-08-261-8/+30
| * | 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
| * | Add EFFECT_CMD_SET_PARAM parameter checkingAndy Hung2016-08-261-0/+29
| * | DO NOT MERGE - stagefright: fix integer overflow errorWonsik Kim2016-08-161-14/+15