summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/nvdec_mpeg2: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* avcodec/cuviddec: backport extradata fixesTimo Rothenpieler2020-10-011-5/+6
* avcodec/cuviddec: handle arbitrarily sized extradataTimo Rothenpieler2020-09-301-16/+24
* avcodec/dstdec: Replace AC overread check by sample rate checkMichael Niedermayer2020-07-031-0/+6
* avcodec/hevc_mp4toannexb_bsf: Check NAL size against available inputAndreas Rheinhardt2020-07-021-1/+5
* avcodec/ttaenc: Fix undefined shiftAndreas Rheinhardt2020-07-021-1/+1
* avcodec/jpeg2000dwt: Fix undefined shifts of negative numbersAndreas Rheinhardt2020-07-021-1/+1
* avcodec/ituh263dec: Fix undefined left shift of negative numberAndreas Rheinhardt2020-07-021-1/+1
* avcodec/dnxhdenc: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-021-3/+3
* avcodec/exr: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-021-1/+1
* avcodec/pcm: Fix undefined shiftsAndreas Rheinhardt2020-07-021-2/+2
* avcodec/wavpackenc: Fix undefined shiftsAndreas Rheinhardt2020-07-021-3/+3
* avcodec/ac3enc: Fix invalid shiftAndreas Rheinhardt2020-07-021-1/+1
* avcodec/tdsc: Fix undefined shiftsAndreas Rheinhardt2020-07-021-3/+3
* avcodec/cinepakenc: Fix invalid shiftsAndreas Rheinhardt2020-07-021-5/+6
* avcodec/cbs_h2645: Fix potential out-of-bounds array accessAndreas Rheinhardt2020-07-021-1/+1
* h264_redundant_pps: Fix memleak in case of errorsAndreas Rheinhardt2020-07-021-14/+26
* avcodec/cavsdsp: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-021-26/+26
* avcodec/ra144enc: Fix invalid left shift of negative numberAndreas Rheinhardt2020-07-021-2/+2
* avcodec/adxenc: Avoid undefined left shift of negative numbersAndreas Rheinhardt2020-07-021-3/+3
* avcodec/adpcm: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-021-8/+8
* avcodec/proresenc_anatoliy: Fix invalid left shift of negative numberAndreas Rheinhardt2020-07-021-1/+1
* avcodec/bitstream: Don't check for undefined behaviour after it happenedAndreas Rheinhardt2020-07-011-1/+1
* avcodec/pngdec: Check for fctl after idatMichael Niedermayer2020-07-011-0/+5
* avcodec/wmalosslessdec: fix overflow with pred in revert_cdlmsMichael Niedermayer2020-07-011-2/+3
* avcodec/ffwavesynth: Avoid undefined operation on ts overflowMichael Niedermayer2020-07-011-2/+2
* avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()Michael Niedermayer2020-07-011-1/+1
* avcodec/lossless_audiodsp: Fix undefined overflows in scalarproduct_and_madd_...Michael Niedermayer2020-07-011-1/+1
* avcodec/sonic: Fix several integer overflowsMichael Niedermayer2020-07-011-3/+4
* avcodec/mpeg4videodec: avoid invalid values and reinitialize in format change...Michael Niedermayer2020-07-011-5/+14
* avcodec/pixlet: Fix log(0) checkMichael Niedermayer2020-07-011-1/+1
* avcodec/iff: Fix off by x errorMichael Niedermayer2020-07-011-1/+1
* avcodec/wmalosslessdec: Check block_align maximumMichael Niedermayer2020-07-011-1/+1
* avcodec/loco: Fix signed integer overflow in loco_get_rice()Michael Niedermayer2020-07-011-1/+1
* avcodec/mpeg12dec: remove outdated commentsMichael Niedermayer2020-07-011-3/+0
* avcodec/snowdec: Avoid integer overflow with huge qlogMichael Niedermayer2020-07-011-2/+2
* avcodec/mpeg12dec: Fix got_outputMichael Niedermayer2020-07-011-1/+1
* avcodec/lzf: Consider the needed size in reallocationMichael Niedermayer2020-07-011-2/+2
* avcodec/adpcm: XA: Check shift similar to filterMichael Niedermayer2020-07-011-1/+9
* avcodec/huffyuvdec: Test vertical coordinate more oftenMichael Niedermayer2020-07-011-0/+8
* avcodec/hq_hqa: Check info sizeMichael Niedermayer2020-07-011-1/+1
* avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()Michael Niedermayer2020-07-011-1/+1
* avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d()Michael Niedermayer2020-07-011-76/+76
* avcodec/h264dec: Disable forced small_padding on flag2 fastMichael Niedermayer2020-07-011-1/+1
* avcodec/pnmdec: Use unsigned for maxval rescalingMichael Niedermayer2020-07-011-1/+1
* avcodec/ivi: Clear got_p_frame before decoding a new frame using itMichael Niedermayer2020-07-011-0/+2
* avcodec/dsddec: Check channelsMichael Niedermayer2020-07-011-0/+3
* avcodec/xvididct: Fix integer overflow in idct_row()Michael Niedermayer2020-07-011-18/+18
* avcodec/wmalosslessdec: Fix integer overflows in revert_inter_ch_decorr()Michael Niedermayer2020-07-011-2/+2
* avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictlyMichael Niedermayer2020-07-011-1/+1