summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/alsdec: Check for block_length <= 0 in read_var_block_data()Michael Niedermayer2019-08-05
* avcodec/vqavideo: Set video sizeMichael Niedermayer2019-08-05
* avcodec/sanm: Check extradata_size before allocationsMichael Niedermayer2019-08-05
* libavcodec/iff: Use unsigned to avoid undefined behaviourAndreas Rheinhardt2019-08-05
* avcodec/mss1: check for overread and forward errorsMichael Niedermayer2019-08-05
* avcodec/loco: Check for end of input in pixel decodeMichael Niedermayer2019-08-05
* avcodec/dirac_parser: Fix overflow in dtsMichael Niedermayer2019-08-05
* avcodec/ralf: Fix undefined pointer in decode_channel()Michael Niedermayer2019-08-05
* avcodec/ralf: Fix integer overflow in apply_lpc()Michael Niedermayer2019-08-05
* avcodec/vorbisdec: Implement vr->classifications = 1Michael Niedermayer2019-08-05
* avcodec/vorbisdec: Check parameters in vorbis_floor0_decode() before divideMichael Niedermayer2019-08-05
* avcodec/cfhd: Check destination space for bayer before writingMichael Niedermayer2019-08-05
* avcodec/cfhd: Fix linesize typeMichael Niedermayer2019-08-05
* avcodec/cbs_av1_syntax_template: Check ref_frame_idx before useMichael Niedermayer2019-08-05
* avcodec/apedec: Fix 2 signed overflowsMichael Niedermayer2019-08-05
* avcodec/mss3: Check for the rac stream being invalid in rac_normalize()Michael Niedermayer2019-08-05
* avcodec/vc1_block: Check get_vlc2() return before useMichael Niedermayer2019-08-05
* avcodec/apedec: Do not partially clear data arrayMichael Niedermayer2019-08-05
* avcodec/atrac9dec: Check grad_range[1] more tightlyMichael Niedermayer2019-08-05
* avcodec/atrac9dec: Remove impossible conditionMichael Niedermayer2019-08-05
* avcodec/bink: Add many end of input checksMichael Niedermayer2019-08-05
* avcodec/h263dec: enable nvdec hwaccelStefan Schoenefeld2019-08-04
* avcodec/h263dec: fix hwaccel decodingStefan Schoenefeld2019-08-04
* avcodec/hnm4video: Forward errors of decode_interframe_v4()Michael Niedermayer2019-08-03
* avcodec/interplayvideo: Avoid ff_get_buffer() during initMichael Niedermayer2019-08-03
* avcodec/clearvideo: fix invalid shift in tile size checkMichael Niedermayer2019-08-03
* avcodec/vp8: do vp7_fade_frame() laterMichael Niedermayer2019-08-03
* avcodec/vp3: Check for end of input in vp4_unpack_vlcs()Michael Niedermayer2019-08-03
* avcodec/vp3: Check that theora is theoraMichael Niedermayer2019-08-02
* avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1.Shiyou Yin2019-08-02
* avcodec/msrle: remove unused itemsPaul B Mahol2019-08-02
* avcodec/vc1_pred: Fix invalid shift in scaleforsame()Michael Niedermayer2019-07-31
* avcodec/vc1_block: Fix integer overflow in ff_vc1_pred_dc()Michael Niedermayer2019-07-31
* avcodec/truemotion2: Fix several integer overflows in tm2_motion_block()Michael Niedermayer2019-07-31
* avcodec/apedec: Make coeffsA/B uint32_t, this avoids several cases of undefin...Michael Niedermayer2019-07-31
* avcodec/apedec: make left/right unsigned to avoid undefined behaviorMichael Niedermayer2019-07-31
* avcodec/apedec: Fix multiple integer overflows and undefined behaviorin filte...Michael Niedermayer2019-07-31
* cbs_mpeg2: Fix parsing the last unitAndreas Rheinhardt2019-07-29
* cbs_mpeg2: Rearrange start code searchAndreas Rheinhardt2019-07-29
* cbs_mpeg2: Decompose Sequence EndAndreas Rheinhardt2019-07-29
* cbs_h264: Improve adding SEI messagesAndreas Rheinhardt2019-07-29
* cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt2019-07-29
* avcodec/eatqi: Check for minimum frame sizeMichael Niedermayer2019-07-29
* avcodec/eatgv: Check remaining size after the keyframe headerMichael Niedermayer2019-07-29
* h264_metadata: Support overscan_appropriate_flagMark Thompson2019-07-29
* cbs_h264: Fix missing inferred colour description fieldsMark Thompson2019-07-29
* avcodec/cfhd: add bayer supportPaul B Mahol2019-07-29
* vaapi_encode: Add ROI supportMark Thompson2019-07-28
* avcodec/mips: [loongson] refine process of setting block as 0 in h264dsp_mmi.Shiyou Yin2019-07-28
* vp9_metadata: Improve spec-compliance and warningsAndreas Rheinhardt2019-07-28