[FFmpeg-cvslog] avfilter/vf_[color/chroma]key: lower lower limit for similarity option

2022-10-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Oct 27 10:20:09 2022 +0200| [0e5e3b37c0a653c2f08a4e83db1c225e335f0037] | committer: Paul B Mahol avfilter/vf_[color/chroma]key: lower lower limit for similarity option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e5e3b37c0a653c2f08a4e

[FFmpeg-cvslog] avfilter/vf_threshold: fix handling of zero threshold

2022-10-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Oct 20 19:38:55 2022 +0200| [00b03331a018cf59740153a20c762b714253dd10] | committer: Paul B Mahol avfilter/vf_threshold: fix handling of zero threshold > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=00b03331a018cf59740153a20c762b714253dd1

[FFmpeg-cvslog] libavcodec: Fix a comment typo

2022-10-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Oct 3 13:17:43 2022 +0300| [4bc79769f90534dfeb1d36aac4ab2bbef80a4efd] | committer: Martin Storsjö libavcodec: Fix a comment typo Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4bc79769f90534dfeb1d36aac

[FFmpeg-cvslog] avcodec/mpeg12dec: Remove redundant function call

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 23 14:29:47 2022 +0200| [495d738b1b07fd25198760bd932a83fbb17a96b9] | committer: Andreas Rheinhardt avcodec/mpeg12dec: Remove redundant function call Redundant since dcb29d37d4ffedc84e44df99f8d22ecf27e0f2cd. Signed-off-by: Andreas Rheinhar

[FFmpeg-cvslog] avformat/mux: Constify validate_codec_tag()

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 23 14:45:57 2022 +0200| [9aa7397db13e649b3d2d04cdb33920d7a9000d87] | committer: Andreas Rheinhardt avformat/mux: Constify validate_codec_tag() Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avformat/mux: Don't call ff_toupper4() unnecessarily

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 23 14:42:24 2022 +0200| [5da8b522c85c2fb877917c1df6388312803fb36e] | committer: Andreas Rheinhardt avformat/mux: Don't call ff_toupper4() unnecessarily Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/mpeg12: Avoid indirection when accessing rl_vlc tables

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 21 23:17:07 2022 +0200| [11dfa4d15963a7ad71b763261d6d7e3dcded9965] | committer: Andreas Rheinhardt avcodec/mpeg12: Avoid indirection when accessing rl_vlc tables Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avcodec/mpeg12enc: Pass tables explicitly in ff_mpeg1_init_uni_ac_vlc

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 01:33:11 2022 +0200| [178dcbb96fd9fe11896e468e42e68559ea01d92f] | committer: Andreas Rheinhardt avcodec/mpeg12enc: Pass tables explicitly in ff_mpeg1_init_uni_ac_vlc This will allow to remove ff_rl_mpeg2 soon and remove all uses of RLTa

[FFmpeg-cvslog] avcodec/mpeg12data: Remove unused ff_rl_mpeg2

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 02:03:29 2022 +0200| [6bb0760a91576d53de960f8377d3ee341f14ec28] | committer: Andreas Rheinhardt avcodec/mpeg12data: Remove unused ff_rl_mpeg2 Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avcodec/mpeg12enc: Don't initialize ff_rl_mpeg2 unnecessarily

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 01:39:09 2022 +0200| [06fafbe01e2a07dd636f512101d95caaa58302b1] | committer: Andreas Rheinhardt avcodec/mpeg12enc: Don't initialize ff_rl_mpeg2 unnecessarily ff_rl_mpeg1 and ff_rl_mpeg2 differ only in RLTable.table_vlc, which ff_rl_init

[FFmpeg-cvslog] avcodec/mpeg12enc: Avoid unnecessary indirection

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 21 23:49:55 2022 +0200| [19ede649a00c10baef68216bbf72609e2ba2ab9b] | committer: Andreas Rheinhardt avcodec/mpeg12enc: Avoid unnecessary indirection Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avcodec/speedhqenc: Avoid unnecessary indirection

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 00:39:13 2022 +0200| [18412c76e6f087d15a26864999fd2d63df72cdc6] | committer: Andreas Rheinhardt avcodec/speedhqenc: Avoid unnecessary indirection Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/mpeg12enc: Don't initialize unused parts of RLTable

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 02:54:15 2022 +0200| [a89b9d155b0657906e07bf9fac89f7eb203c30de] | committer: Andreas Rheinhardt avcodec/mpeg12enc: Don't initialize unused parts of RLTable ff_rl_init() initializes RLTable.(max_level|max_run|index_run); max_run is unuse

[FFmpeg-cvslog] avcodec/mpeg12: Use ff_rl_mpeg1.table_(run|level) directly

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 02:12:44 2022 +0200| [a12abf59a9255eef50324245f079a6687c7b4a98] | committer: Andreas Rheinhardt avcodec/mpeg12: Use ff_rl_mpeg1.table_(run|level) directly Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avcodec/mpeg12: Pass parameters explicitly in ff_init_2d_vlc_rl()

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 01:58:49 2022 +0200| [4a8fe21ab4390affc8da9ff51103d9d32fad0044] | committer: Andreas Rheinhardt avcodec/mpeg12: Pass parameters explicitly in ff_init_2d_vlc_rl() This allows to exploit that ff_rl_mpeg1 and ff_rl_mpeg2 only differ in the

[FFmpeg-cvslog] avcodec/mpeg12data: Remove ff_rl_mpeg1

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 18:48:40 2022 +0200| [92b81a7c99ef82d8d8810f4432c46fc6ccffb59d] | committer: Andreas Rheinhardt avcodec/mpeg12data: Remove ff_rl_mpeg1 No longer used anywhere. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avcodec/speedhqdec: Use ff_rl_speedhq.table_(run|level) directly

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 02:26:52 2022 +0200| [65beba7889982468c8c4e2add66ff0d3a790aaa8] | committer: Andreas Rheinhardt avcodec/speedhqdec: Use ff_rl_speedhq.table_(run|level) directly Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avcodec/rl: Add analogue for ff_rl_init() without RLTable

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 20:46:19 2022 +0200| [0486f0f5d25099f4fce2638cd0388acae2a7afa1] | committer: Andreas Rheinhardt avcodec/rl: Add analogue for ff_rl_init() without RLTable Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avcodec/speedhqenc: Don't initialize unused parts of RLTable

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 18:55:04 2022 +0200| [4190019ff4672f38835fc0d03206bdf4278a8cb4] | committer: Andreas Rheinhardt avcodec/speedhqenc: Don't initialize unused parts of RLTable ff_rl_init() initializes RLTable.(max_level|max_run|index_run); max_run is unus

[FFmpeg-cvslog] avcodec/speedhq: Remove unused ff_rl_speedhq

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 22 18:56:28 2022 +0200| [e59e14eee11e2efd8b2c58ee1033682ddfe22845] | committer: Andreas Rheinhardt avcodec/speedhq: Remove unused ff_rl_speedhq Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarily

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Oct 24 03:20:22 2022 +0200| [938c62b368e90e5686d08caf9e2b5d12f06ab884] | committer: Andreas Rheinhardt avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarily It is only used by the decoders' lowres code, so only initialize it for dec

[FFmpeg-cvslog] configure: Remove unnecessary mpeg[12]video_enc->h263dsp dependencies

2022-10-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Oct 24 03:31:15 2022 +0200| [22fc0375e87b7a5395c87ac1ee2a4c795f68f565] | committer: Andreas Rheinhardt configure: Remove unnecessary mpeg[12]video_enc->h263dsp dependencies This effectively reverts 9b78abae19aa18e8427848f4d4367da3822ed627. The

[FFmpeg-cvslog] configure: Remove a leftover comment about MSVC C99 support

2022-10-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Oct 19 11:52:55 2022 +0300| [2eb601e86552e215305ad68679a9a4c35de21a9d] | committer: Martin Storsjö configure: Remove a leftover comment about MSVC C99 support Support for building with older versions of MSVC (with the c99wrap/c99conv frontend) was

[FFmpeg-cvslog] swscale: aarch64: Fix yuv2rgb with negative strides

2022-10-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Oct 25 13:13:34 2022 +0300| [cb803a0072cb98945dcd3f1660bd2a975650ce42] | committer: Martin Storsjö swscale: aarch64: Fix yuv2rgb with negative strides Treat the 32 bit stride registers as signed. Alternatively, we could make the stride arguments

[FFmpeg-cvslog] Tag n3.4.12 : FFmpeg 3.4.12 release

2022-10-27 Thread git
[ffmpeg] [branch: refs/tags/n3.4.12] Tag:601780b8e4d6c4cf172ed304d01c7e5c1914d7c6 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=601780b8e4d6c4cf172ed304d01c7e5c1914d7c6 Tagger: Michael Niedermayer Date: Thu Oct 27 22:26:03 2022 +0200 FFmpeg 3.4.12 release

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 10606f1 web/download: Add FFmpeg 3.4.12

2022-10-27 Thread ffmpeg-git
The branch, master has been updated via 10606f1d0191d6c264529fa89942c899b81cab03 (commit) from fa42194856f8e4545e19d8f2e4ad71933b53fcdb (commit) - Log - commit 10606f1d0191d6c264529fa89942c899b81cab03 Author: Micha