summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BnCrypto: fix use-before-init in CREATE_PLUGINcm-14.1Robert Shih2020-05-051-3/+11
* [DO NOT MERGE] Fix uninitialized data in IHDCP decryptChong Zhang2020-05-051-5/+6
* Fix OOB access in mpeg4/h263 decoderMarco Nelissen2019-10-081-0/+8
* m4v_h263: add a test for invalid/negative valueDongwon Kang2019-10-081-1/+5
* AMR WB encoder: prevent OOB write in ACELP_4t64_fxJean-Michel Trivi2019-08-063-4/+15
* httplive: detect oom if playlist is infiniteRobert Shih2019-08-061-0/+6
* Fix overflow/dos in 3gg text description parsingMarco Nelissen2019-08-061-1/+1
* DO NOT MERGE: audiopolicy: Remove raw pointer references to AudioMixMikhail Naganov2019-08-0610-73/+72
* Remove unused AVIExtractor sourceRay Essick2019-07-021-1307/+0
* AudioFlinger: Prevent multiple effect chains with same sessionIdAndy Hung2019-06-051-0/+15
* audio: ensure effect chain with specific session id is uniqueWeiyin Jiang2019-06-051-2/+6
* NuPlayerCCDecoder: fix memory OOBWei Jia2019-06-051-2/+24
* Reserve enough space for RTSP CSDRay Essick2019-05-071-2/+2
* CTS error while media dump()ray-cy.lee2018-12-161-7/+16
* MediaExtractor: stop rendering when an error occursakirilov2018-11-071-2/+3
* Fix information disclosure in mediadrmserverJeff Tinker2018-10-081-2/+7
* Check for overflow of crypto sizeMarco Nelissen2018-10-081-1/+7
* M3UParser: handle missing EXT-X-MEDIA URIsRobert Shih2018-09-061-2/+6
* M3UParser: make url on demandRobert Shih2018-09-062-10/+22
* Fix possible out of bounds readMarco Nelissen2018-08-071-0/+3
* Speed up id3v2 unsynchronizationRobert Shih2018-07-151-4/+17
* EffectsFactory: add debug and trace wrappers for NXP LifeVibesBasil Gello2018-06-121-0/+76
* Add check preventing div0 issueRyszard Grzesica2018-06-111-0/+5
* Sanitize effect descriptors for AudioPolicyService binder calls.Andy Hung2018-06-112-14/+53
* Init gain config to prevent uninit leak.jiabin2018-06-111-0/+1
* audioflinger: Fix effect creation handlingMikhail Naganov2018-05-231-4/+7
* Handle bad bitrate index in mp3dec.Dongwon Kang2018-05-181-1/+1
* better mpeg2 TS elementary stream Access Unit parsingRay Essick2018-05-181-2/+7
* Refactor MediaPlayerBase's notifyPawin Vongmasa2018-04-075-69/+76
* libmediaplayerservice:Fix deadlock on gapless start failureHaynes Mathew George2018-04-071-4/+21
* Revert "libmediaplayerservice: fix deadlock on gapless start failure"Moritz Horstmann2018-04-071-9/+2
* Prevent MediaPlayerService::Client's use-after-freePawin Vongmasa2018-04-075-19/+20
* Check NAL size before looking insideRay Essick2018-04-061-1/+1
* M3UParser: detect variant streams without EXT-X-STREAM-INFRobert Shih2018-04-061-2/+5
* AACExtractor: check bounds during seekRobert Shih2018-03-081-0/+4
* httplive: check for malformed EXT-X-STREAM-INFRobert Shih2018-02-081-0/+3
* Apply input buffer validation also to AVC and MPEG4 encodersDongwon Kang2018-02-085-8/+36
* IAudioPolicyService: Add attribute tags sanitizationKevin Rocard2018-02-082-0/+14
* Fix the UAF bug caused by a dead stack variablePawin Vongmasa2018-01-131-3/+5
* Fix edge case when applying id3 unsynchronizationMarco Nelissen2018-01-131-1/+6
* Add EFFECT_CMD_SET_PARAM parameter checking to Preset ReverbMikhail Naganov2018-01-131-0/+4
* Validate decryption key length to decrypt function.Edwin Wong2018-01-133-1/+68
* stagefright: MP4Extractor: allow 10% overhead on default sample sizeLajos Molnar2018-01-131-0/+3
* Access AVCDEC context after create fail checkNaveen Kumar P2018-01-131-4/+4
* SoftAVCDec: Handle zero length input without EOSHarish Mahendrakar2018-01-131-1/+1
* Access HEVC context after create fail checkNaveen Kumar P2018-01-131-4/+4
* Block allocateBufferWithBackup in secure native handle modeDongwon Kang2017-12-091-0/+12
* Fix memory leaksMarco Nelissen2017-12-091-0/+4
* media: Fix a typo in parsing nclc atom.Hangyu Kuang2017-12-091-1/+1
* Soundtrigger service: fix cross deadlock with audio policy serviceEric Laurent2017-12-092-40/+57