[FFmpeg-cvslog] lavfi/vf_signature: use av_err2str to simplify code

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 20:56:38 2024 +0200| [e7126d96489bbfe4164550cb1253839ae63d724c] | committer: Marvin Scholz lavfi/vf_signature: use av_err2str to simplify code No need to explicitly specify the buffer here as it is only ever passed to av_log, so av_err2str c

[FFmpeg-cvslog] avformat/crypto: fix variable shadowing

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 21:38:12 2024 +0200| [074bf9faf7a0960b0e879b024121ae7230cefb75] | committer: Marvin Scholz avformat/crypto: fix variable shadowing > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=074bf9faf7a0960b0e879b024121ae7230cefb75 --- lib

[FFmpeg-cvslog] avutil/file: use av_err2str to simplify code

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 21:43:39 2024 +0200| [5dfc547f257ac13c16d8103ecb473996944bd25f] | committer: Marvin Scholz avutil/file: use av_err2str to simplify code No need to explicitly specify the buffer here as it is only ever passed to av_log, so av_err2str can be u

[FFmpeg-cvslog] fftools/ffmpeg_mux_init: remove unused variable

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 22:20:42 2024 +0200| [bb91425eb89affd45dfcdb004bd361e0630a7ece] | committer: Marvin Scholz fftools/ffmpeg_mux_init: remove unused variable This dict is declared and freed but nothing is ever written to it. > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avdevice/jack: use av_err2str to simplify code

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 21:45:24 2024 +0200| [0c84b977a9ecdec02424fd6766d05b83bfb00a31] | committer: Marvin Scholz avdevice/jack: use av_err2str to simplify code No need to explicitly specify the buffer here as it is only ever passed to av_log, so av_err2str can be

[FFmpeg-cvslog] lavfi/f_metadata: use av_err2str to simplify code

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 20:53:11 2024 +0200| [8fac5beaf8177a3bbb4df9c845413ceaf70ea1f6] | committer: Marvin Scholz lavfi/f_metadata: use av_err2str to simplify code No need to explicitly specify the buffer here as it is only ever passed to av_log, so av_err2str can

[FFmpeg-cvslog] lavfi/vf_ssim: use av_err2str to simplify code

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 20:13:45 2024 +0200| [3f8061afe8632cd8e55227281761211ba20e04f4] | committer: Marvin Scholz lavfi/vf_ssim: use av_err2str to simplify code No need to explicitly specify the buffer here as it is only ever passed to av_log, so av_err2str can be

[FFmpeg-cvslog] avformat/network: use av_err2str to simplify code

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 21:16:45 2024 +0200| [24711b00c687d6df175d4fd5bea0b66d6450c7e3] | committer: Marvin Scholz avformat/network: use av_err2str to simplify code No need to explicitly specify the buffer here as it is only ever passed to av_log, so av_err2str can

[FFmpeg-cvslog] fftools/ffmpeg_opt: fix variable shadowing

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 19:14:10 2024 +0200| [990b80c004baa921212ee6b900d4a56c86cd9e8d] | committer: Marvin Scholz fftools/ffmpeg_opt: fix variable shadowing > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=990b80c004baa921212ee6b900d4a56c86cd9e8d ---

[FFmpeg-cvslog] lavfi/vf_ssim: narrow variable scopes

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 20:51:47 2024 +0200| [59244a0c50b6dd3c69518aa5ccf69304106eb5f4] | committer: Marvin Scholz lavfi/vf_ssim: narrow variable scopes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59244a0c50b6dd3c69518aa5ccf69304106eb5f4 --- libav

[FFmpeg-cvslog] fftools/cmdutils: fix variable shadowing

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 19:58:16 2024 +0200| [4c6d07dd286562a78ac0c74a68bdb85a8e218423] | committer: Marvin Scholz fftools/cmdutils: fix variable shadowing > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c6d07dd286562a78ac0c74a68bdb85a8e218423 --- ff

[FFmpeg-cvslog] lavfi/vf_vmafmotion: use av_err2str to simplify code

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 20:02:34 2024 +0200| [e93f20c0173d811246943b9078209609734ca3a2] | committer: Marvin Scholz lavfi/vf_vmafmotion: use av_err2str to simplify code No need to explicitly specify the buffer here as it is only ever passed to av_log, so av_err2str

[FFmpeg-cvslog] lavfi/vf_vmafmotion: fix variable shadowing

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 20:05:57 2024 +0200| [bd3038b28c2669379bfaff6673b21a6f98934705] | committer: Marvin Scholz lavfi/vf_vmafmotion: fix variable shadowing > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd3038b28c2669379bfaff6673b21a6f98934705 ---

[FFmpeg-cvslog] lavfi/vf_ssim360: use av_err2str to simplify code

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 19:50:46 2024 +0200| [c6ab95d009f080a8f0beea5149ae8335186adbe1] | committer: Marvin Scholz lavfi/vf_ssim360: use av_err2str to simplify code No need to explicitly specify the buffer here as it is only ever passed to av_log, so av_err2str can

[FFmpeg-cvslog] lavfi/vf_psnr: use av_err2str to simplify code

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 20:01:15 2024 +0200| [29d7ed089eb3bba470ca6aa7b5005c59c5ddf8d7] | committer: Marvin Scholz lavfi/vf_psnr: use av_err2str to simplify code No need to explicitly specify the buffer here as it is only ever passed to av_log, so av_err2str can be

[FFmpeg-cvslog] lavfi/vf_ssim360: fix variable shadowing

2024-09-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8 19:54:47 2024 +0200| [bbde886b6373795c304506e1692a9851acdd1ea1] | committer: Marvin Scholz lavfi/vf_ssim360: fix variable shadowing > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bbde886b6373795c304506e1692a9851acdd1ea1 --- li

[FFmpeg-cvslog] avfilter: fix YUV colorspace negotiation for YUVJ

2024-09-12 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Mar 25 14:37:15 2024 +0100| [ca77fc21774daac141664818db871d9df493eb3a] | committer: Niklas Haas avfilter: fix YUV colorspace negotiation for YUVJ Ironically, despite being introduced to make YUVJ unnecessary, the new YUV negotiation logic failed to ac

[FFmpeg-cvslog] tests/fate: force MPEG range for rawvideo tests

2024-09-12 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Thu Oct 12 14:49:01 2023 +0200| [da80ee21ca91f4d9a09cac91c05bb242b7c7a9af] | committer: Niklas Haas tests/fate: force MPEG range for rawvideo tests The input file is MPEG range, so we should also encode to MPEG range before comparing against it. This bug

[FFmpeg-cvslog] lavc/hevc: check framerate num/den to be strictly positive

2024-09-12 Thread Anton Khirnov
ffmpeg | branch: release/6.0 | Anton Khirnov | Sun Sep 1 15:41:24 2024 +0200| [c22db2bcf239efb2b9dfd8150df0273d98aec03f] | committer: Anton Khirnov lavc/hevc: check framerate num/den to be strictly positive Rather than just != 0. These values are read as uint32 and can become negative when ca

[FFmpeg-cvslog] lavc/hevc: check framerate num/den to be strictly positive

2024-09-12 Thread Anton Khirnov
ffmpeg | branch: release/6.1 | Anton Khirnov | Sun Sep 1 15:41:24 2024 +0200| [86c595cc1b63cda75ba752330b3d1a66db104f7c] | committer: Anton Khirnov lavc/hevc: check framerate num/den to be strictly positive Rather than just != 0. These values are read as uint32 and can become negative when ca

[FFmpeg-cvslog] lavc/hevc: check framerate num/den to be strictly positive

2024-09-12 Thread Anton Khirnov
ffmpeg | branch: release/7.0 | Anton Khirnov | Sun Sep 1 15:41:24 2024 +0200| [9cadadb9a12aaf30b196c896073c473d91a2bdf0] | committer: Anton Khirnov lavc/hevc: check framerate num/den to be strictly positive Rather than just != 0. These values are read as uint32 and can become negative when ca