[FFmpeg-cvslog] avfilter/af_afftdn: fix invalid duplicated use of sizeof()

2022-12-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 3 21:25:32 2022 +0100| [7bf74f909dccbf49012d9c66adfdec4913065ef5] | committer: Paul B Mahol avfilter/af_afftdn: fix invalid duplicated use of sizeof() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7bf74f909dccbf49012d9c66adfdec4913

[FFmpeg-cvslog] lavu/tx: zero-out imaginary of last coefficient in forward RDFTs

2022-12-03 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Dec 3 20:16:19 2022 +0100| [710d83bdde6d598c88e9696bc4b9f6ea4b84f541] | committer: Lynne lavu/tx: zero-out imaginary of last coefficient in forward RDFTs We didn't do this, because it's zero anyway, but it prevents users from using uninitialized memory in

[FFmpeg-cvslog] avcodec/cfhdenc: stop crashing on heights not multiple of 8

2022-12-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 2 09:00:55 2022 +0100| [0c6e40c17497f74a5a8e8df4aa71515135153e1b] | committer: Paul B Mahol avcodec/cfhdenc: stop crashing on heights not multiple of 8 Fixes overreads and artifacts for some heights not multiple of 16. > http://git.videolan.org

[FFmpeg-cvslog] fate: add QOI/XBM/XWD image2pipe tests

2022-12-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 3 19:30:34 2022 +0100| [1ba4f3c8668502957e15496fc8950f259da365ae] | committer: Paul B Mahol fate: add QOI/XBM/XWD image2pipe tests > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ba4f3c8668502957e15496fc8950f259da365ae --- tests/f

[FFmpeg-cvslog] avcodec/ass: specify a permissive encoding

2022-12-03 Thread Oneric
ffmpeg | branch: master | Oneric | Sat Nov 12 18:59:04 2022 +0100| [b6f5a7ce0c4d6d45e6c1013cabddeb99af541970] | committer: Paul B Mahol avcodec/ass: specify a permissive encoding The Encoding field (and the \fe tag) allows to limit font selection to only those fonts declaring support for the sp

[FFmpeg-cvslog] avcodec/ass: accurately preserve colours

2022-12-03 Thread Oneric
ffmpeg | branch: master | Oneric | Sun Nov 13 20:57:17 2022 +0100| [95115fcc184db6217ce01632a0fbdff3e253183f] | committer: Paul B Mahol avcodec/ass: accurately preserve colours Colour values used in ASS files without a "YCbCr Matrix" header set to "None" are subject to colour mangling, due to h

[FFmpeg-cvslog] avcodec/ass: fix comment

2022-12-03 Thread Oneric
ffmpeg | branch: master | Oneric | Sun Nov 13 20:57:16 2022 +0100| [d82e30d0d18b665634d7ae441727a54082465a8c] | committer: Paul B Mahol avcodec/ass: fix comment There is no v4 ASS. There are versions 1 to 4 of SSA (with only v4 being supported by softsub renderers), ASS which declares itself as

[FFmpeg-cvslog] avfilter/af_astats: accessing outlink in uninit is not valid

2022-12-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 3 17:29:48 2022 +0100| [754fa305faac1afa472d59e1a5bf24aacbe8ed77] | committer: Paul B Mahol avfilter/af_astats: accessing outlink in uninit is not valid > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=754fa305faac1afa472d59e1a5bf24aa

[FFmpeg-cvslog] lavc/videotoolboxenc: fix warnings

2022-12-03 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Sat Dec 3 11:12:04 2022 -0500| [33e70dc0b8cba157c3da234a858bfa743e862b4a] | committer: Rick Kern lavc/videotoolboxenc: fix warnings This handles an unhandled error, and removes an unnecessary variable. Signed-off-by: Rick Kern > http://git.videolan.org/

[FFmpeg-cvslog] avcodec/x86/v210enc: change '0b' binary constant prefix to 'b' suffix

2022-12-03 Thread James Darnley
ffmpeg | branch: master | James Darnley | Sat Dec 3 16:44:24 2022 +0100| [5dfb4f9690692409a4090cb9c3b05872627b267f] | committer: James Darnley avcodec/x86/v210enc: change '0b' binary constant prefix to 'b' suffix For compatability with yasm from 0.7.0 > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avfilter/avf_showcwt: fix logic mistake

2022-12-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 3 12:38:51 2022 +0100| [e69909342e068814c27e7c9a97a5de838c5f5f92] | committer: Paul B Mahol avfilter/avf_showcwt: fix logic mistake > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e69909342e068814c27e7c9a97a5de838c5f5f92 --- libavf