summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/motionpixels: Mask pixels to valid valuesMichael Niedermayer2023-04-151-1/+1
* avcodec/xpmdec: Check size before allocation to avoid truncationMichael Niedermayer2023-04-151-0/+3
* avcodec/bink: Avoid undefined out of array end pointers in binkb_decode_plane()Michael Niedermayer2023-04-151-4/+4
* avcodec/bink: Fix off by 1 error in ref endMichael Niedermayer2023-04-151-1/+1
* avcodec/utils: Ensure linesize for SVQ3Michael Niedermayer2023-04-151-0/+3
* avcodec/utils: allocate a line more for VC1 and WMV3Michael Niedermayer2023-04-151-0/+1
* avcodec/videodsp_template: Adjust pointers to avoid undefined pointer thingsMichael Niedermayer2023-04-151-2/+2
* avcodec/pngdec: Check deloco index more exactlyMichael Niedermayer2023-04-151-1/+1
* avcodec/ffv1dec: Check that num h/v slices is supportedMichael Niedermayer2023-04-151-0/+5
* avcodec/pictordec: Remove mid exit branchMichael Niedermayer2023-04-151-2/+0
* avcodec/eac3dec: avoid float noise in fixed mode addition to overflowMichael Niedermayer2023-04-152-1/+5
* avcodec/utils: use 32pixel alignment for binkMichael Niedermayer2023-04-151-0/+2
* avcodec/scpr3: Check bxMichael Niedermayer2023-04-151-0/+3
* avcodec/012v: Order operations for odd size handlingMichael Niedermayer2023-04-151-2/+2
* avcodec/eatgq: : Check index increments in tgq_decode_block()Michael Niedermayer2023-04-151-3/+11
* avcodec/scpr: Test bx before useMichael Niedermayer2023-04-151-0/+3
* avcodec/sunrast: Fix maplength checkMichael Niedermayer2023-04-151-2/+17
* avcodec/wavpack: Avoid undefined shift in get_tail()Michael Niedermayer2023-04-151-1/+1
* avcodec/wavpack: Check for end of input in wv_unpack_dsd_high()Michael Niedermayer2023-04-151-0/+4
* avcodec/tiff: Ignore tile_countMichael Niedermayer2023-04-151-4/+2
* avcodec/ffv1dec: restructure slice coordinate reading a bitMichael Niedermayer2023-04-151-27/+38
* avcodec/mlpdec: Check max matrix instead of max channel in noise checkMichael Niedermayer2023-04-151-1/+1
* avcodec/alsdec: The minimal block is at least 7 bitsMichael Niedermayer2023-04-151-1/+1
* avcodec/speedhq: Check buf_size to be big enough for DCMichael Niedermayer2023-04-151-0/+2
* avcodec/ffv1dec: Fail earlier if prior context is corruptedMichael Niedermayer2023-04-151-1/+4
* avcodec/vp3: Add missing check for av_mallocJiasheng Jiang2022-12-181-1/+6
* 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
* avcodec/dstdec: Check for overflow in build_filter()Michael Niedermayer2022-09-261-3/+8
* avcodec/mjpegdec: Check for unsupported bayer caseMichael Niedermayer2022-09-261-0/+2
* avcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer2022-09-261-1/+1
* avcodec/tta: Check 24bit scaling for overflowMichael Niedermayer2022-09-261-2/+9
* avcodec/tiff: Fix loop detectionMichael Niedermayer2022-09-261-2/+2
* avcodec/fmvc: Move frame allocation to a later stageMichael Niedermayer2022-09-261-6/+15
* avcodec/speedhq: Check widthMichael Niedermayer2022-09-261-1/+1
* avcodec/bink: disallow odd positioned scaled blocksMichael Niedermayer2022-09-261-1/+1
* libavcodec/8bps: Check that line lengths fit within the bufferMichael Niedermayer2022-09-261-0/+3
* avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer()Michael Niedermayer2022-09-261-7/+6
* avcodec/h263dec: Sanity check against minimal I/P frame sizeMichael Niedermayer2022-09-261-0/+2
* avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccelMichael Niedermayer2022-09-261-1/+1
* avcodec/mjpegdec: bayer and rct are incompatibleMichael Niedermayer2022-09-261-0/+6
* avcodec/hevc_filter: copy_CTB() only within width&heightMichael Niedermayer2022-09-261-1/+12
* avcodec/lagarith: Check dst/src in zero run codeMichael Niedermayer2022-09-261-0/+3
* avcodec/h264dec: Skip late SEIMichael Niedermayer2022-09-261-0/+4
* avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c()Michael Niedermayer2022-09-261-2/+2
* avcodec/hevcdsp_template: stay within tables in sao_band_filter()Michael Niedermayer2022-09-261-1/+1
* avcodec/tiff: Check pixel format types for dngMichael Niedermayer2022-09-261-0/+3
* avcodec/qpeldsp: copy less for the mc0x casesMichael Niedermayer2022-09-261-6/+6
* avcodec/ffv1dec: Limit golomb rice coded slices to width 8MMichael Niedermayer2022-09-261-0/+3
* avcodec/wnv1: Check for width =1Michael Niedermayer2022-09-261-0/+3