[FFmpeg-cvslog] ffbuild: add METALCC and METALLIB to BRIEF

2024-09-25 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Fri Jul 12 20:38:11 2024 +0200| [f43916e217e253f902d2dddaa1287f7822396748] | committer: Marvin Scholz ffbuild: add METALCC and METALLIB to BRIEF > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f43916e217e253f902d2dddaa1287f7822396748 ---

[FFmpeg-cvslog] avfilter/vf_coreimage: simplify list_filters code

2024-09-25 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Fri Jul 12 19:19:37 2024 +0200| [799503f4bb8318733aeaf2e707ad4df8e8e0da96] | committer: Marvin Scholz avfilter/vf_coreimage: simplify list_filters code Use fast-enumeration and get rid of unnecessary intermediate variables. > http://git.videolan.org/g

[FFmpeg-cvslog] avfilter/vf_coreimage: silence AVFrame deprecation warnings

2024-09-25 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Fri Jul 12 19:30:32 2024 +0200| [10b3edbe24c403973b7910054f104eeef5909707] | committer: Marvin Scholz avfilter/vf_coreimage: silence AVFrame deprecation warnings Deprecation warning need to be disabled here as we set deprecated fields. > http://git.vi

[FFmpeg-cvslog] avfilter/yadif_videotoolbox: remove unused variable

2024-09-25 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Fri Jul 12 19:36:57 2024 +0200| [8d674e604c4025c7cc2ece969486196d180817e3] | committer: Marvin Scholz avfilter/yadif_videotoolbox: remove unused variable > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d674e604c4025c7cc2ece969486196d180817

[FFmpeg-cvslog] avdevice/avfoundation: remove write-only variable

2024-09-25 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Fri Jul 12 18:09:43 2024 +0200| [399bf3f0407998410e9a169b26d9d56292158810] | committer: Marvin Scholz avdevice/avfoundation: remove write-only variable The block_buffer was only ever written to but then never used in the following code, making it unnec

[FFmpeg-cvslog] lavfi/metal: simplify fallback

2024-09-25 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Fri Jul 12 18:21:21 2024 +0200| [7857ba97ac556ccd1f4357fe5284b8e8d1c75f35] | committer: Marvin Scholz lavfi/metal: simplify fallback Instead of using a fallback variable, just do an early return. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] tests/fate/vcodec: Add 10bit 2pass FFv1 test

2024-09-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 24 23:48:01 2024 +0200| [ea6734e1fa8d64b163ac80ea5f6736f708d4cb2e] | committer: Michael Niedermayer tests/fate/vcodec: Add 10bit 2pass FFv1 test (this covers ticket5405) Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermaye

[FFmpeg-cvslog] avcodec/ffv1enc: Fix >8bit context size

2024-09-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 24 23:43:09 2024 +0200| [a9c83e43f2fc9128e20851291b0270add1a6b95f] | committer: Michael Niedermayer avcodec/ffv1enc: Fix >8bit context size Fixes: Ticket5405 Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer > http:/

[FFmpeg-cvslog] avcodec/ffv1dec: Blow up if user asks for explosion

2024-09-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 24 22:19:31 2024 +0200| [747e1a26afbb2b4eb367dce8ae186f776706f02c] | committer: Michael Niedermayer avcodec/ffv1dec: Blow up if user asks for explosion Fixes: Ticket8403 Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermaye