summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/speexdec: Check channels > 2Michael Niedermayer2022-11-031-1/+1
* avcodec/dstdec: Check for overflow in build_filter()Michael Niedermayer2022-11-031-3/+8
* avcodec/mjpegdec: Check for unsupported bayer caseMichael Niedermayer2022-11-031-0/+2
* avcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer2022-11-031-1/+1
* avcodec/tta: Check 24bit scaling for overflowMichael Niedermayer2022-11-031-2/+9
* avcodec/mobiclip: Check quantizer for overflowMichael Niedermayer2022-11-031-2/+2
* avcodec/exr: Check preview psizeMichael Niedermayer2022-11-031-2/+5
* avcodec/tiff: Fix loop detectionMichael Niedermayer2022-11-031-2/+2
* avcodec/fmvc: Move frame allocation to a later stageMichael Niedermayer2022-11-031-6/+15
* avcodec/speedhq: Check widthMichael Niedermayer2022-11-031-1/+1
* avcodec/bink: disallow odd positioned scaled blocksMichael Niedermayer2022-11-031-1/+1
* lavc/videotoolbox: do not pass AVCodecContext to decoder output callbackAnton Khirnov2022-09-252-4/+8
* lavc/pthread_frame: always transfer stashed hwaccel stateAnton Khirnov2022-09-251-6/+6
* avcodec/arm/sbcenc: avoid callee preserved vfp registersJames Cowgill2022-09-201-110/+110
* lavc/pthread_frame: avoid leaving stale hwaccel state in worker threadsAnton Khirnov2022-09-061-11/+35
* libavcodec/8bps: Check that line lengths fit within the bufferMichael Niedermayer2022-09-011-0/+3
* avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer()Michael Niedermayer2022-09-011-7/+6
* avcodec/h263dec: Sanity check against minimal I/P frame sizeMichael Niedermayer2022-09-011-0/+2
* avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccelMichael Niedermayer2022-09-011-1/+1
* avcodec/mpegaudiodec_template: use unsigned shift in handle_crc()Michael Niedermayer2022-09-011-1/+1
* avcodec/mjpegdec: bayer and rct are incompatibleMichael Niedermayer2022-09-011-0/+6
* avcodec/hevc_filter: copy_CTB() only within width&heightMichael Niedermayer2022-09-011-1/+12
* avcodec/tiff: Check tile_length and tile_widthMichael Niedermayer2022-09-011-0/+3
* avcodec/mss4: Check image size with av_image_check_size2()Michael Niedermayer2022-09-011-0/+4
* avcodec/exr: Check x/ysizeMichael Niedermayer2022-09-011-2/+4
* avcodec/lagarith: Check dst/src in zero run codeMichael Niedermayer2022-09-011-0/+3
* avcodec/h264dec: Skip late SEIMichael Niedermayer2022-09-011-0/+4
* avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c()Michael Niedermayer2022-09-011-2/+2
* avcodec/hevcdsp_template: stay within tables in sao_band_filter()Michael Niedermayer2022-09-011-1/+1
* avcodec/tiff: Check pixel format types for dngMichael Niedermayer2022-09-011-0/+3
* avcodec/qpeldsp: copy less for the mc0x casesMichael Niedermayer2022-09-011-6/+6
* avcodec/ffv1dec: Limit golomb rice coded slices to width 8MMichael Niedermayer2022-09-011-0/+3
* avcodec/wnv1: Check for width =1Michael Niedermayer2022-09-011-0/+3
* avcodec/ffv1dec_template: fix indentionMichael Niedermayer2022-09-011-5/+5
* avcodec/aasc: Fix indentionMichael Niedermayer2022-09-011-17/+17
* avcodec/qdrw: adjust max colors to array sizeMichael Niedermayer2022-09-011-1/+1
* avcodec/alacdsp: Make intermediates unsignedMichael Niedermayer2022-09-011-2/+2
* avcodec/jpeglsdec: fix end check for xfrmMichael Niedermayer2022-09-011-4/+4
* avcodec/cdgraphics: limit scrolling to the lineMichael Niedermayer2022-09-011-1/+1
* avcodec/texturedspenc: Fix indexing in color distribution determinationMichael Niedermayer2022-09-011-3/+3
* avcodec/libxavs2: Improve r redundancy in occuredMichael Niedermayer2022-09-011-1/+1
* avcodec/cuviddec: fix null pointer dereferenceZhao Zhili2022-06-261-9/+11
* avcodec/cuviddec: fix AV1 decoding errorZhao Zhili2022-06-261-0/+10
* avcodec/libdav1d: don't depend on the event flags API to init sequence params...James Almer2022-04-071-1/+2
* avcodec/exr: Avoid signed overflow in displayWindowMichael Niedermayer2022-04-041-2/+2
* avcodec/diracdec: avoid signed integer overflow in global mvMichael Niedermayer2022-04-041-2/+2
* avcodec/takdsp: Fix integer overflow in decorrelate_sf()Michael Niedermayer2022-04-041-1/+1