summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* avcodec/apedec: fix a integer overflow in long_filter_high_3800()Michael Niedermayer2022-04-041-1/+1
* avcodec/vp9_superframe_split_bsf: Don't read inexistent dataAndreas Rheinhardt2022-04-011-0/+4
* avcodec/vp9_superframe_split_bsf: Discard invalid zero-sized framesAndreas Rheinhardt2022-04-011-1/+1
* avcodec/vp9_superframe_bsf: Check for existence of data before reading itAndreas Rheinhardt2022-04-011-0/+9
* avcodec/vp9_raw_reorder_bsf: Check for existence of data before reading itAndreas Rheinhardt2022-04-011-0/+5
* avcodec/av1: only set the private context pix_fmt field if get_pixel_format()...James Almer2022-03-281-3/+3
* avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn()Michael Niedermayer2022-03-281-2/+2
* avcodec/sonic: Use unsigned for predictor_k to avoid undefined behaviorMichael Niedermayer2022-03-281-1/+1
* avcodec/libuavs3d: Check ff_set_dimensions() for failureMichael Niedermayer2022-03-281-1/+3
* avcodec/speexdec: Align some commentsMichael Niedermayer2022-03-281-20/+20
* avcodec/speexdec: Use correct doxygen commentsMichael Niedermayer2022-03-281-5/+5