summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/rpzaenc: stop accessing out of bounds framePaul B Mahol2023-03-271-7/+15
* avcodec/smcenc: stop accessing out of bounds framePaul B Mahol2023-03-271-4/+14
* avcodec/motionpixels: Mask pixels to valid valuesMichael Niedermayer2023-03-271-1/+1
* avcodec/xpmdec: Check size before allocation to avoid truncationMichael Niedermayer2023-03-271-0/+3
* avcodec/bink: Avoid undefined out of array end pointers in binkb_decode_plane()Michael Niedermayer2023-03-271-4/+4
* avcodec/bink: Fix off by 1 error in ref endMichael Niedermayer2023-03-271-1/+1
* avcodec/utils: Ensure linesize for SVQ3Michael Niedermayer2023-03-271-0/+3
* avcodec/utils: allocate a line more for VC1 and WMV3Michael Niedermayer2023-03-271-0/+1
* avcodec/videodsp_template: Adjust pointers to avoid undefined pointer thingsMichael Niedermayer2023-03-271-2/+2
* avcodec/pngdec: dont skip/read chunk twiceMichael Niedermayer2023-03-271-0/+1
* avcodec/pngdec: Check deloco index more exactlyMichael Niedermayer2023-03-271-1/+1
* avcodec/ffv1dec: Check that num h/v slices is supportedMichael Niedermayer2023-03-271-0/+5
* avformat/mov: Check samplesize and offset to avoid integer overflowMichael Niedermayer2023-03-271-0/+7
* avcodec/pictordec: Remove mid exit branchMichael Niedermayer2023-03-271-2/+0
* avcodec/eac3dec: avoid float noise in fixed mode addition to overflowMichael Niedermayer2023-03-272-1/+5
* avcodec/utils: use 32pixel alignment for binkMichael Niedermayer2023-03-271-0/+2
* avcodec/scpr3: Check bxMichael Niedermayer2023-03-271-0/+3
* avcodec/012v: Order operations for odd size handlingMichael Niedermayer2023-03-271-2/+2
* avcodec/eatgq: : Check index increments in tgq_decode_block()Michael Niedermayer2023-03-271-3/+11
* avcodec/h274: fix includeMichael Niedermayer2023-03-271-1/+1
* avcodec/scpr: Test bx before useMichael Niedermayer2023-03-271-0/+3
* avformat/mxfdec: Use 64bit in remainderMichael Niedermayer2023-03-271-2/+2
* avcodec/sunrast: Fix maplength checkMichael Niedermayer2023-03-271-2/+17
* avcodec/wavpack: Avoid undefined shift in get_tail()Michael Niedermayer2023-03-271-1/+1
* avcodec/wavpack: Check for end of input in wv_unpack_dsd_high()Michael Niedermayer2023-03-271-0/+4
* avformat/id3v2: Check taglen in read_uslt()Michael Niedermayer2023-03-271-2/+2
* avcodec/tiff: Ignore tile_countMichael Niedermayer2023-03-271-4/+2
* avcodec/ffv1dec: restructure slice coordinate reading a bitMichael Niedermayer2023-03-271-27/+38
* avcodec/mlpdec: Check max matrix instead of max channel in noise checkMichael Niedermayer2023-03-271-1/+1
* swscale/input: Use more unsigned intermediatesMichael Niedermayer2023-03-271-12/+12
* avcodec/alsdec: The minimal block is at least 7 bitsMichael Niedermayer2023-03-271-1/+1
* avformat/replaygain: avoid undefined / negative absMichael Niedermayer2023-03-271-1/+1
* swscale/output: Bias 16bps output calculations to improve non overflowing rangeMichael Niedermayer2023-03-271-60/+60
* avcodec/speedhq: Check buf_size to be big enough for DCMichael Niedermayer2023-03-271-0/+2
* avcodec/ffv1dec: Fail earlier if prior context is corruptedMichael Niedermayer2023-03-271-1/+4
* avfilter/vf_untile: swap the chroma shift values used for plane offsetsJames Almer2023-03-161-2/+2
* hwcontext_vulkan: remove optional encode/decode extensions from the listLynne2023-02-061-8/+0
* avcodec/nvenc: fix vbv buffer size in cq modeTimo Rothenpieler2022-12-081-1/+2
* avcodec/mjpegenc: take into account component count when writing the SOF head...James Almer2022-11-281-1/+1
* Changelog: updaten5.0.2Michael Niedermayer2022-11-041-0/+5
* swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö2022-11-041-4/+4
* avcodec/atrac3plusdec: fix compilation failure after last commitJames Almer2022-11-041-1/+1
* avcodec/atrac3plus: reorder channels to match the output layoutJames Almer2022-11-041-1/+15
* avcodec/aacdec: fix parsing streams with channel configuration 11James Almer2022-11-042-5/+3
* Changelog: updateMichael Niedermayer2022-11-041-0/+42
* avcodec/speexdec: Check channels > 2Michael Niedermayer2022-11-031-1/+1
* avformat/vividas: Check packet sizeMichael Niedermayer2022-11-031-0/+7
* avcodec/dstdec: Check for overflow in build_filter()Michael Niedermayer2022-11-031-3/+8
* avformat/spdifdec: Use 64bit to compute bit rateMichael Niedermayer2022-11-031-1/+1
* avformat/rpl: Use 64bit for duration computationMichael Niedermayer2022-11-031-1/+1