[FFmpeg-cvslog] avfilter/vf_blackdetect: support full-range YUV

2022-12-20 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Thu Dec 8 23:38:55 2022 +0100| [8e2f61ef0467a4b9cf564ca18ebe2c493b80a676] | committer: Niklas Haas avfilter/vf_blackdetect: support full-range YUV This filter currently makes the distinction between limited and full range by testing for the deprecated YU

[FFmpeg-cvslog] avfilter/vf_tinterlace: support full-range YUV

2022-12-20 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Dec 9 01:22:44 2022 +0100| [a69b08790be95fbe943bc5385a5dadbc9dd431ec] | committer: Niklas Haas avfilter/vf_tinterlace: support full-range YUV This filter, when used in the "pad" mode, currently makes the distinction between limited and full range sol

[FFmpeg-cvslog] configure: support lsan as toolchain

2022-12-20 Thread James Darnley
ffmpeg | branch: master | James Darnley | Wed Dec 7 17:04:55 2022 +0100| [f1f41d6ff5fdfc993e69972c074584efa56012ee] | committer: James Darnley configure: support lsan as toolchain > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1f41d6ff5fdfc993e69972c074584efa56012ee --- config

[FFmpeg-cvslog] avcodec/x86/v210: add some comments to the improved avx2 function

2022-12-20 Thread James Darnley
ffmpeg | branch: master | James Darnley | Thu Dec 15 11:19:30 2022 +0100| [f30b4c2f47ab689a570a9b36b2e96e78bb462691] | committer: James Darnley avcodec/x86/v210: add some comments to the improved avx2 function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f30b4c2f47ab689a570a9b36

[FFmpeg-cvslog] avcodec/x86: add avx512icl function for v210dec

2022-12-20 Thread James Darnley
ffmpeg | branch: master | James Darnley | Wed Dec 14 17:16:28 2022 +0100| [6af453ca389c56cb113876628cb173577faa9464] | committer: James Darnley avcodec/x86: add avx512icl function for v210dec Ice Lake (Xeon Silver 4316): 2.01x faster (1147±36.8 vs. 571±38.2 decicycles) compared with avx2 > h

[FFmpeg-cvslog] avcodec/apac: Sanity check bits_per_coded_sample

2022-12-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 18 17:04:27 2022 +0100| [b7d063951d774db5833b7d65162a11dde8bcaeaf] | committer: Michael Niedermayer avcodec/apac: Sanity check bits_per_coded_sample Fixes: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int' Fixes

[FFmpeg-cvslog] avcodec/wavpack: Avoid undefined shift in get_tail()

2022-12-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 18 17:55:09 2022 +0100| [8374a747af247d45eb466fcb4aee90f3ae798aad] | committer: Michael Niedermayer avcodec/wavpack: Avoid undefined shift in get_tail() Fixes: left shift of 1208485947 by 1 places cannot be represented in type 'int' Fixes

[FFmpeg-cvslog] checkasm/v210dec: add extra space to the destination arrays

2022-12-20 Thread James Darnley
ffmpeg | branch: master | James Darnley | Wed Dec 21 00:36:49 2022 +0100| [eef763c7057a7f5f4b7dae7855d07b2a6da8b537] | committer: James Darnley checkasm/v210dec: add extra space to the destination arrays > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eef763c7057a7f5f4b7dae7855d07b