aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dstdec: Check for overflow in build_filter()Michael Niedermayer2022-09-241-3/+8
* avcodec/mjpegdec: Check for unsupported bayer caseMichael Niedermayer2022-09-241-0/+2
* avcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer2022-09-241-1/+1
* avcodec/tta: Check 24bit scaling for overflowMichael Niedermayer2022-09-241-2/+9
* avcodec/mobiclip: Check quantizer for overflowMichael Niedermayer2022-09-241-2/+2
* avcodec/exr: Check preview psizeMichael Niedermayer2022-09-241-2/+5
* avcodec/tiff: Fix loop detectionMichael Niedermayer2022-09-241-2/+2
* avcodec/fmvc: Move frame allocation to a later stageMichael Niedermayer2022-09-241-6/+15
* avcodec/speedhq: Check widthMichael Niedermayer2022-09-241-1/+1
* avcodec/bink: disallow odd positioned scaled blocksMichael Niedermayer2022-09-241-1/+1
* lavc/videotoolbox: do not pass AVCodecContext to decoder output callbackAnton Khirnov2022-09-232-4/+8
* lavc/pthread_frame: always transfer stashed hwaccel stateAnton Khirnov2022-09-231-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-12/+35
* libavcodec/8bps: Check that line lengths fit within the bufferMichael Niedermayer2022-08-281-0/+3
* avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer()Michael Niedermayer2022-08-281-7/+6
* avcodec/h263dec: Sanity check against minimal I/P frame sizeMichael Niedermayer2022-08-281-0/+2
* avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccelMichael Niedermayer2022-08-281-1/+1
* avcodec/mpegaudiodec_template: use unsigned shift in handle_crc()Michael Niedermayer2022-08-281-1/+1
* avcodec/mjpegdec: bayer and rct are incompatibleMichael Niedermayer2022-08-281-0/+6
* avcodec/pngdec: Fix APNG_DISPOSE_OP_BACKGROUNDAndreas Rheinhardt2022-08-261-50/+48
* avcodec/libvpx: fix assembling vp9 packets with alpha channelJames Almer2022-08-241-43/+40
* avcodec/libsvtav1: properly initialize the flush EbBufferHeaderType structJames Almer2022-08-241-5/+2
* avcodec/libspeexdec: Fix use of uninitialized valueAndreas Rheinhardt2022-08-101-1/+1
* avcodec/alac: don't fail if channels aren't set during init() when extradata ...James Almer2022-07-301-3/+5
* avcodec/hevc_filter: copy_CTB() only within width&heightn5.1Michael Niedermayer2022-07-221-1/+12
* avcodec/tiff: Check tile_length and tile_widthMichael Niedermayer2022-07-221-0/+3
* avcodec/mss4: Check image size with av_image_check_size2()Michael Niedermayer2022-07-221-0/+4
* avcodec/exr: Check x/ysizeMichael Niedermayer2022-07-221-2/+4
* avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size checkMichael Niedermayer2022-07-221-2/+6
* avcodec/ffv1dec: consider run increase in minimal golomb frame sizeMichael Niedermayer2022-07-201-1/+4
* avcodec/lagarith: Check dst/src in zero run codeMichael Niedermayer2022-07-161-0/+3
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-131-1/+1
* avcodec/h264dec: Skip late SEIMichael Niedermayer2022-07-121-0/+4
* avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c()Michael Niedermayer2022-07-121-2/+2
* avcodec/pixlet: consider minimum plane header in the minimal packet sizeMichael Niedermayer2022-07-121-1/+1
* avcodec/hevcdsp_template: stay within tables in sao_band_filter()Michael Niedermayer2022-07-121-1/+1
* avcodec/tiff: Check pixel format types for dngMichael Niedermayer2022-07-121-0/+3
* avcodec/qpeldsp: copy less for the mc0x casesMichael Niedermayer2022-07-121-6/+6
* avcodec/ffv1dec: Check for min packet sizeMichael Niedermayer2022-07-121-0/+8
* avcodec/ffv1dec: Limit golomb rice coded slices to width 8MMichael Niedermayer2022-07-121-0/+3
* avcodec/wnv1: Check for width =1Michael Niedermayer2022-07-121-0/+3
* avcodec/ffv1dec_template: fix indentionMichael Niedermayer2022-07-121-5/+5
* lavc/aarch64: Hook up the existing ff_pix_abs16_neon to the sad[0] function p...Hubert Mazur2022-07-111-0/+2
* avcodec/pcm-dvdenc: Fix encoding 24bit samplesAndreas Rheinhardt2022-07-101-6/+6
* avcodec/pcm-dvdenc: Remove unused extra_sample(s|_count)Andreas Rheinhardt2022-07-101-2/+0
* avcodec/mpegvideo_enc: Unify the code styleWenbin Chen2022-07-091-6/+9
* avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb()Wenbin Chen2022-07-091-6/+14
* avcodec/hevc_cabac: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-091-3/+3
* avcodec/hevc_refs: Constify ff_hevc_get_ref_list()Andreas Rheinhardt2022-07-094-17/+18