summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vdpau_mpeg4: fix order of quant matrix coefficientsrelease/6.0Hendrik 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_filter: fix leak of AVIOContext in read_binary()James Almer2023-04-281-3/+5
* fftools/ffmpeg: avoid possible invalid reads with short -tag valuesAnton Khirnov2023-04-172-4/+11
* 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/+2
* avcodec/vorbisdec: export skip_samples instead of dropping framesJames Almer2023-03-221-8/+3
* fftools/ffmpeg_mux_init: avoid invalid reads in forced keyframe parsingAnton Khirnov2023-03-201-1/+1
* lavfi/vf_vpp_qsv: set the right timestamp for AVERROR_EOFHaihao Xiang2023-03-201-0/+1
* avfilter/vf_untile: swap the chroma shift values used for plane offsetsJames Almer2023-03-161-2/+2
* lavc/decode: stop mangling last_pkt_props->opaqueAnton Khirnov2023-03-111-3/+3
* avcodec/nvenc: avoid failing b_ref_mode check when unsetTimo Rothenpieler2023-03-101-4/+6
* lavu/vulkan: fix handle type for 32-bit targetsKacper Michajłow2023-03-102-1/+5
* vulkan: Fix win/i386 calling conventionMartin Storsjö2023-03-101-4/+4
* avfilter/graphparser: fix filter instance name when an id is providedJames Almer2023-03-061-3/+4
* avcodec/aacps_tablegen: fix build error after avutil bumpZhao Zhili2023-03-021-1/+1
* avcodec/nvenc: fix potential NULL pointer dereferenceZhao Zhili2023-02-281-2/+7
* RELEASE_NOTES: Based on the version from 5.1n6.0Michael Niedermayer2023-02-261-0/+15
* avcodec/motionpixels: Mask pixels to valid valuesMichael Niedermayer2023-02-251-1/+1
* avcodec/xpmdec: Check size before allocation to avoid truncationMichael Niedermayer2023-02-251-0/+3
* avcodec/bink: Avoid undefined out of array end pointers in binkb_decode_plane()Michael Niedermayer2023-02-251-4/+4
* avcodec/bink: Fix off by 1 error in ref endMichael Niedermayer2023-02-251-1/+1
* avcodec/utils: Ensure linesize for SVQ3Michael Niedermayer2023-02-251-0/+3
* avcodec/utils: allocate a line more for VC1 and WMV3Michael Niedermayer2023-02-251-0/+1
* avcodec/videodsp_template: Adjust pointers to avoid undefined pointer thingsMichael Niedermayer2023-02-251-2/+2
* avcodec/pngdec: dont skip/read chunk twiceMichael Niedermayer2023-02-251-0/+1
* avcodec/pngdec: Check deloco index more exactlyMichael Niedermayer2023-02-251-1/+1
* avformat/wavarc: Check if extradata has been fully readMichael Niedermayer2023-02-251-1/+4
* avcodec/wavarc: Check kMichael Niedermayer2023-02-251-0/+4
* avcodec/ffv1dec: Check that num h/v slices is supportedMichael Niedermayer2023-02-251-0/+5
* avcodec/rka: avoid undefined doubling sum overflowMichael Niedermayer2023-02-251-1/+1
* avcodec/rka: avoid negative value shiftMichael Niedermayer2023-02-251-1/+1
* avcodec/rka: check for size 1 filterMichael Niedermayer2023-02-251-1/+1
* avcodec/rka: Fix some integer anomaliesMichael Niedermayer2023-02-251-3/+3
* avformat/rka: Fix 1/0 with bps=1Michael Niedermayer2023-02-251-1/+1
* avformat/mov: Check samplesize and offset to avoid integer overflowMichael Niedermayer2023-02-251-0/+7
* avformat/mpegtsenc: re-emit extradata ahead of IDR pictures even if AUD is al...John Coiner2023-02-191-7/+41
* doc: remove docs for options removed at the bumpMarton Balint2023-02-193-27/+0
* avfilter/af_pan: use the new swr used channel layout optionJames Almer2023-02-191-1/+1
* swresample/swresample: add a used channel layout option using the new APIJames Almer2023-02-196-29/+46
* doc/resampler.texi: add missing swr channel layout optionsJames Almer2023-02-191-12/+2
* Update things for 6.0Michael Niedermayer2023-02-192-2/+2
* doc/APIchanges: Add 6.0 cut pointMichael Niedermayer2023-02-191-0/+2
* version.h: Bump minor for 6.0 branchMichael Niedermayer2023-02-198-8/+8
* doc/APIchange: fill in missing thingsMichael Niedermayer2023-02-191-28/+28