[FFmpeg-cvslog] fate/matroska: Add test for remuxing DVB subtitles to Matroska

2022-05-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue May 10 11:13:33 2022 +0200| [cf9e470d05e69dd7e534dda59ad91dd8a0337670] | committer: Andreas Rheinhardt fate/matroska: Add test for remuxing DVB subtitles to Matroska Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avcodec/texturedspenc: Fix invalid shift

2022-05-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue May 10 18:00:56 2022 +0200| [e92e74b89766146869f2ffe44b85b63fd39a3b66] | committer: Andreas Rheinhardt avcodec/texturedspenc: Fix invalid shift Left shifts of signed types are UB unless the results fit into the type. (Furthermore the value to

[FFmpeg-cvslog] configure: extend SDL check to accept all 2.x versions

2022-05-11 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Wed May 11 15:11:04 2022 -0500| [e5163b1d34381a3319214a902ef1df923dd2eeba] | committer: Gyan Doshi configure: extend SDL check to accept all 2.x versions sdl2 recently changed their versioning, moving the patch level to minor level https://github.

[FFmpeg-cvslog] avformat/http: remove unused function ff_http_get_shutdown_status

2022-05-11 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun May 8 07:46:57 2022 +0800| [1d6e9a7a3083ce07c8431f7b93958d8496531fcf] | committer: Steven Liu avformat/http: remove unused function ff_http_get_shutdown_status ff_http_get_shutdown_status is unused after ticket 9010 fixed. Signed-off-by: Steven Liu

[FFmpeg-cvslog] avfilter/af_biquads: add zdf transform type

2022-05-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed May 11 21:23:59 2022 +0200| [cbc1b8adad80dd433aeda575f4c5873dfecb7c6f] | committer: Paul B Mahol avfilter/af_biquads: add zdf transform type > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cbc1b8adad80dd433aeda575f4c5873dfecb7c6f --- do

[FFmpeg-cvslog] lavc: drop a confusing message about "thread emulation"

2022-05-11 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Mar 23 16:43:55 2022 +0100| [80162194728e3da3262db8d1bdc9f39e6cde9e51] | committer: Anton Khirnov lavc: drop a confusing message about "thread emulation" There is no such thing. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=801621947

[FFmpeg-cvslog] lavc/pthread_frame: do not copy AVCodecInternal contents

2022-05-11 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Mar 23 16:30:01 2022 +0100| [28b8b41e5acecdb0c2e5f7a3b69c14706548aa0a] | committer: Anton Khirnov lavc/pthread_frame: do not copy AVCodecInternal contents None of its fields have meaningful values at that point that would need to be copied to frame

[FFmpeg-cvslog] lavc/encode: add an encoder-specific get_buffer() variant

2022-05-11 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Mar 23 16:17:20 2022 +0100| [c954cf1e1b766a0d1992d5be0a8be0055a8e1a6a] | committer: Anton Khirnov lavc/encode: add an encoder-specific get_buffer() variant Several encoders (roqvideo, svq1, snow, and the mpegvideo family) currently call ff_get_buff

[FFmpeg-cvslog] lavc/avcodec: only allocate decoding packets for decoders

2022-05-11 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Mar 23 14:25:24 2022 +0100| [2cb86cd00c64ff16b16920eec37ec5b25a59b284] | committer: Anton Khirnov lavc/avcodec: only allocate decoding packets for decoders > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2cb86cd00c64ff16b16920eec37ec5b2

[FFmpeg-cvslog] lavc/snow: only allocate mconly_picture for decoding

2022-05-11 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Mar 23 16:15:06 2022 +0100| [a4ce3706595edd9b537861f0e5447e31babf2100] | committer: Anton Khirnov lavc/snow: only allocate mconly_picture for decoding It is not used in the encoder. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a4ce3