summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vdpau_mpeg4: fix order of quant matrix coefficientsrelease/5.1Hendrik Leppkes2023-05-151-2/+3
* avcodec/vdpau_mpeg12: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* avcodec/nvdec_mpeg4: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* avcodec/nvdec_mpeg2: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* fftools/ffmpeg: avoid possible invalid reads with short -tag valuesAnton Khirnov2023-04-171-4/+10
* avcodec/mp_cmp: reject invalid comparison function valuesJames Almer2023-04-166-12/+26
* avcodec/aacpsy: clip global_quality within the psy_vbr_map array boundariesJames Almer2023-04-161-1/+1
* avutil/wchar_filename: propagate MultiByteToWideChar() and WideCharToMultiByt...James Almer2023-04-161-2/+4
* avformat/concatf: check if any nodes were allocatedJames Almer2023-04-161-0/+2
* avcodec/nvenc: fix b-frame DTS behavior with fractional frameratesKyle Manning2023-04-031-1/+1
* Changelog: updaten5.1.3Michael Niedermayer2023-03-261-0/+5
* avcodec/tests/snowenc: Fix 2nd testMichael Niedermayer2023-03-261-2/+2
* avcodec/tests/snowenc: return a failure if DWT/IDWT mismatchesMichael Niedermayer2023-03-261-3/+10
* avcodec/snowenc: Fix visual weight calculationMichael Niedermayer2023-03-268-40/+44
* avcodec/tests/snowenc: unbreak DWT testsMichael Niedermayer2023-03-261-9/+14
* avfilter/vf_untile: swap the chroma shift values used for plane offsetsJames Almer2023-03-161-2/+2
* update for 5.1.3Michael Niedermayer2023-03-163-2/+62
* avcodec/mpeg12dec: Check input sizeMichael Niedermayer2023-03-161-0/+4
* avcodec/escape124: Fix some return codesMichael Niedermayer2023-03-161-7/+7
* avcodec/escape124: fix signdness of end of input checkMichael Niedermayer2023-03-161-1/+1
* Use https for repository linksMichael Niedermayer2023-03-163-5/+5
* avcodec/rpzaenc: stop accessing out of bounds framePaul B Mahol2023-03-161-7/+15
* avcodec/smcenc: stop accessing out of bounds framePaul B Mahol2023-03-161-4/+14
* avcodec/motionpixels: Mask pixels to valid valuesMichael Niedermayer2023-03-161-1/+1
* avcodec/xpmdec: Check size before allocation to avoid truncationMichael Niedermayer2023-03-161-0/+3
* avcodec/bink: Avoid undefined out of array end pointers in binkb_decode_plane()Michael Niedermayer2023-03-161-4/+4
* avcodec/bink: Fix off by 1 error in ref endMichael Niedermayer2023-03-161-1/+1
* avcodec/utils: Ensure linesize for SVQ3Michael Niedermayer2023-03-161-0/+3
* avcodec/utils: allocate a line more for VC1 and WMV3Michael Niedermayer2023-03-161-0/+1
* avcodec/videodsp_template: Adjust pointers to avoid undefined pointer thingsMichael Niedermayer2023-03-161-2/+2
* avcodec/pngdec: dont skip/read chunk twiceMichael Niedermayer2023-03-161-0/+1
* avcodec/pngdec: Check deloco index more exactlyMichael Niedermayer2023-03-161-1/+1
* avcodec/ffv1dec: Check that num h/v slices is supportedMichael Niedermayer2023-03-161-0/+5
* avformat/mov: Check samplesize and offset to avoid integer overflowMichael Niedermayer2023-03-161-0/+7
* lavu/vulkan: fix handle type for 32-bit targetsKacper Michajłow2023-03-092-1/+5
* vulkan: Fix win/i386 calling conventionMartin Storsjö2023-03-091-4/+4
* avcodec/pictordec: Remove mid exit branchMichael Niedermayer2023-02-221-2/+0
* avcodec/eac3dec: avoid float noise in fixed mode addition to overflowMichael Niedermayer2023-02-222-1/+5
* avcodec/utils: use 32pixel alignment for binkMichael Niedermayer2023-02-221-0/+2
* avcodec/scpr3: Check bxMichael Niedermayer2023-02-221-0/+3
* avcodec/012v: Order operations for odd size handlingMichael Niedermayer2023-02-221-2/+2
* avcodec/eatgq: : Check index increments in tgq_decode_block()Michael Niedermayer2023-02-221-3/+11
* avcodec/h274: fix includeMichael Niedermayer2023-02-221-1/+1
* avcodec/scpr: Test bx before useMichael Niedermayer2023-02-221-0/+3
* avformat/mxfdec: Use 64bit in remainderMichael Niedermayer2023-02-221-2/+2
* avcodec/sunrast: Fix maplength checkMichael Niedermayer2023-02-211-2/+17
* avcodec/wavpack: Avoid undefined shift in get_tail()Michael Niedermayer2023-02-211-1/+1
* avcodec/wavpack: Check for end of input in wv_unpack_dsd_high()Michael Niedermayer2023-02-211-0/+4
* avformat/id3v2: Check taglen in read_uslt()Michael Niedermayer2023-02-211-2/+2
* avcodec/tiff: Ignore tile_countMichael Niedermayer2023-02-211-4/+2