summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changelog: mark 6.0Michael Niedermayer2023-02-191-1/+1
* fate/imfdec: add audio testPierre-Anthony Lemieux2023-02-182-0/+210
* avformat/flvenc: fix EOS tagZhao Zhili2023-02-191-3/+6
* configure: select subordinate formats for HLSGyan Doshi2023-02-181-2/+2
* avformat/cdg: add probePaul B Mahol2023-02-181-0/+17
* avfilter/vf_libplacebo: add SMPTE ST2094 tone-mappersNiklas Haas2023-02-172-10/+32
* libavcodec/qsvenc: Flush cached frames before reset encoderWenbin Chen2023-02-161-56/+66
* libavcodec/qsvenc: Do not pass RGB solorspace to VPL/MSDKWenbin Chen2023-02-161-1/+6
* libavfilter/qsvvpp: check the return valueWenbin Chen2023-02-161-1/+4
* avfilter: add QSV variants of the stack filtersHaihao Xiang2023-02-167-1/+356
* lavfi/vf_stack_vaapi: factor out the common code for stack settingHaihao Xiang2023-02-163-358/+452
* avformat: deprecate AVFormatContext io_close callbackMarton Balint2023-02-1611-0/+46
* avcodec/libx265: fix else clause when zeroing reordered_opaqueMarton Balint2023-02-161-1/+2
* avcodec/rka: fix long_namePaul B Mahol2023-02-151-1/+1
* avcodec/rka: fix channel value initializationPaul B Mahol2023-02-151-1/+2
* avcodec/rka: fix decoding uncorrelated stereoPaul B Mahol2023-02-151-26/+31
* avcodec/rka: fix array overflowPaul B Mahol2023-02-151-2/+5
* avformat/rka: improve probingPaul B Mahol2023-02-141-1/+1
* avcodec/rka: fix lossy mode decodingPaul B Mahol2023-02-141-5/+7
* avformat/movenc: allow writing out channel count in MP4 and 3GPJan Ekström2023-02-142-8/+2
* vf_yadif: Remove unused emms_cKieran Kunhya2023-02-141-2/+0
* avcodec/rka: add u8 sample format supportPaul B Mahol2023-02-131-35/+54