[FFmpeg-cvslog] avformat/movenc: explicitly support V30XLE and not the host native endian version

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 17 21:19:58 2024 -0300| [1edc748effbdbaac5c200ed0df0b22ea0c8e6638] | committer: James Almer avformat/movenc: explicitly support V30XLE and not the host native endian version Should fix fate-vsynth*-v410 on BE targets. Signed-off-by: James Almer

[FFmpeg-cvslog] fate/vcodec: update reference files for v410 vsynth tests

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 17 17:04:57 2024 -0300| [6cf4186d1bf1d71975438ad19d7a2ed9d475d14b] | committer: James Almer fate/vcodec: update reference files for v410 vsynth tests Forgotten in 601a3479466f4f03d27487dfc6fcb9430efb8fc6. Found-by: ramiro Signed-off-by: James Alm

[FFmpeg-cvslog] swscale/output: fix alpha endianness in XV36

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 17 12:18:35 2024 -0300| [f0e6296ddeaf5c5077f4787080712f8e26a34d77] | committer: James Almer swscale/output: fix alpha endianness in XV36 Mistakenly written in native endianness in 42098f92662c47659df85173d8076b62a23269aa. Signed-off-by: James Al

[FFmpeg-cvslog] swscale/output: add AYUV64BE output support

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 15 14:48:15 2024 -0300| [08c632ec0f0c36affd2edad2e0add6e046d6c8be] | committer: James Almer swscale/output: add AYUV64BE output support Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=08c632ec0f0c36affd2eda

[FFmpeg-cvslog] swscale/output: fill the xv30le alpha bits

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Oct 16 12:48:25 2024 -0300| [601a3479466f4f03d27487dfc6fcb9430efb8fc6] | committer: James Almer swscale/output: fill the xv30le alpha bits As with other pixel formats, set the undefined alpha bits to opaque. Signed-off-by: James Almer > http://git.

[FFmpeg-cvslog] avfilter/vsrc_testsrc: fill the xv30le alpha bits

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Oct 16 12:51:29 2024 -0300| [062fcacc8ff65a53a21139e1a9132660c9a5abd3] | committer: James Almer avfilter/vsrc_testsrc: fill the xv30le alpha bits As with other pixel formats, set the undefined alpha bits to opaque. Signed-off-by: James Almer > http

[FFmpeg-cvslog] swscale/output: add X36VBE output support

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 15 14:34:11 2024 -0300| [42098f92662c47659df85173d8076b62a23269aa] | committer: James Almer swscale/output: add X36VBE output support Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42098f92662c47659df85173

[FFmpeg-cvslog] swscale/output: fill all the xv36le alpha bits

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 15 14:23:14 2024 -0300| [2137346324437cab8f40b1134e0e17361e307546] | committer: James Almer swscale/output: fill all the xv36le alpha bits The format is 10 bit per component, not 8. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] swscale/input: add AYUV64BE input support

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 15 14:38:22 2024 -0300| [5a699c8db95d31985bb8514e7c9038b0b610eded] | committer: James Almer swscale/input: add AYUV64BE input support Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a699c8db95d31985bb8514e

[FFmpeg-cvslog] avfilter/vsrc_testsrc: add support for XV36 and AYUV64

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 15 14:50:38 2024 -0300| [5601c5bb2e70fb6f12d5ee42c1f70e05217d93e3] | committer: James Almer avfilter/vsrc_testsrc: add support for XV36 and AYUV64 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5601c5bb2e7

[FFmpeg-cvslog] swscale/input: add X36VBE input support

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 15 14:29:43 2024 -0300| [e012a7a24aa4e84bf59da6f9b247ba42c1d92fba] | committer: James Almer swscale/input: add X36VBE input support Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e012a7a24aa4e84bf59da6f9b2

[FFmpeg-cvslog] avdevice/dshow: fix unused variable warning

2024-10-17 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Mon Sep 9 12:58:37 2024 +0200| [d2ed52dc02926f8d4d7baf819fa40c3d6d790730] | committer: Ramiro Polla avdevice/dshow: fix unused variable warning The acaps variable was used outside of the #if DSHOWDEBUG block with a1c4929f, but it is no longer used outs

[FFmpeg-cvslog] tests/checkasm/sw_rgb: don't write random data past the end of the buffer

2024-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Sep 11 13:37:10 2024 -0300| [e1d1ba4cbc67ba9a227a1457904f50a305cf1158] | committer: Ramiro Polla tests/checkasm/sw_rgb: don't write random data past the end of the buffer Should fix fate-checkasm-sw_rgb under gcc-ubsan. Signed-off-by: James Almer Si

[FFmpeg-cvslog] lavfi/vsrc_perlin: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [c03421308337cc989ef1fad5ad630526c90b024c] | committer: Anton Khirnov lavfi/vsrc_perlin: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c03421308337cc989ef1fad5ad630526c90b024c ---

[FFmpeg-cvslog] lavfi/vsrc_life: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [e0aa644978a1da06962c06e90ba91390adbf4490] | committer: Anton Khirnov lavfi/vsrc_life: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0aa644978a1da06962c06e90ba91390adbf4490 --- l

[FFmpeg-cvslog] lavfi/vsrc_life: avoid modifying the context in query_formats()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:43:03 2024 +0200| [2094a7256cc02ee4431349d2aa48989c5ee76355] | committer: Anton Khirnov lavfi/vsrc_life: avoid modifying the context in query_formats() It is supposed to be free of side effects. Do it in init instead. > http://git.videol

[FFmpeg-cvslog] lavfi/vf_zscale: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [d08feb900348e448c0b8f3271b4719034da70dd2] | committer: Anton Khirnov lavfi/vf_zscale: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d08feb900348e448c0b8f3271b4719034da70dd2 --- l

[FFmpeg-cvslog] lavfi/vf_vpp_qsv: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [ab01f0522bb79ec69a0b1f488a9896158e2a86ce] | committer: Anton Khirnov lavfi/vf_vpp_qsv: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab01f0522bb79ec69a0b1f488a9896158e2a86ce ---

[FFmpeg-cvslog] lavfi/vf_weave: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [6bff95be033211c53399c1f7e4fd4d5861e75a4b] | committer: Anton Khirnov lavfi/vf_weave: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6bff95be033211c53399c1f7e4fd4d5861e75a4b --- li

[FFmpeg-cvslog] lavfi/vf_tile: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [ce5aa740451c5069b85fff04d591e2c4ba61a24a] | committer: Anton Khirnov lavfi/vf_tile: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce5aa740451c5069b85fff04d591e2c4ba61a24a --- lib

[FFmpeg-cvslog] lavfi/vf_vmafmotion: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [e5b530f13751ca46bbfb883bca1102d6334cc12d] | committer: Anton Khirnov lavfi/vf_vmafmotion: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5b530f13751ca46bbfb883bca1102d6334cc12d ---

[FFmpeg-cvslog] lavfi/vf_v360: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [73c863fad888a8f8d2069e96cb0bc28f8b2dc6fb] | committer: Anton Khirnov lavfi/vf_v360: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73c863fad888a8f8d2069e96cb0bc28f8b2dc6fb --- lib

[FFmpeg-cvslog] lavfi/vf_telecine: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [14ece0bf589e60e05f8a07c7e42cd0b43724f139] | committer: Anton Khirnov lavfi/vf_telecine: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14ece0bf589e60e05f8a07c7e42cd0b43724f139 ---

[FFmpeg-cvslog] lavfi/vf_transpose: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [5d0fbd714543ca6da7301a671fc459dc175638d4] | committer: Anton Khirnov lavfi/vf_transpose: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d0fbd714543ca6da7301a671fc459dc175638d4 ---

[FFmpeg-cvslog] lavfi/vf_swapuv: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [a18418f39d2e5fcf69fadcabc37203fcb7cff765] | committer: Anton Khirnov lavfi/vf_swapuv: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a18418f39d2e5fcf69fadcabc37203fcb7cff765 --- l

[FFmpeg-cvslog] lavfi/vf_tpad: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [ef4913e30d0ca5d0ff31f292ca0738fe9e8e1c10] | committer: Anton Khirnov lavfi/vf_tpad: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef4913e30d0ca5d0ff31f292ca0738fe9e8e1c10 --- lib

[FFmpeg-cvslog] lavfi/vf_untile: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [223327d51a3602963585981470644156431ea9a1] | committer: Anton Khirnov lavfi/vf_untile: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=223327d51a3602963585981470644156431ea9a1 --- l

[FFmpeg-cvslog] lavfi/vf_stereo3d: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [6ed357ce77c2581f4a51d2591312d8592dba31e6] | committer: Anton Khirnov lavfi/vf_stereo3d: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ed357ce77c2581f4a51d2591312d8592dba31e6 ---

[FFmpeg-cvslog] lavfi/vf_swaprect: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [06292d34dee04b093b3520dfbef163953de05c1b] | committer: Anton Khirnov lavfi/vf_swaprect: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=06292d34dee04b093b3520dfbef163953de05c1b ---

[FFmpeg-cvslog] lavfi/vf_stack: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [bdaaddb65c7e779ac377cd1ac5c7be90145c6a8b] | committer: Anton Khirnov lavfi/vf_stack: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bdaaddb65c7e779ac377cd1ac5c7be90145c6a8b --- li

[FFmpeg-cvslog] lavfi/vf_subtitles: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [05aad90c69bd5e6377a2b6d9e498ff4076015bde] | committer: Anton Khirnov lavfi/vf_subtitles: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=05aad90c69bd5e6377a2b6d9e498ff4076015bde ---

[FFmpeg-cvslog] lavfi/vf_shuffleplanes: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [e2f4c69779dd6158aabd74eba1c045d9ffd1095b] | committer: Anton Khirnov lavfi/vf_shuffleplanes: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e2f4c69779dd6158aabd74eba1c045d9ffd1095b

[FFmpeg-cvslog] lavfi/vf_showpalette: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [965e9b646ed050f6767fa2e1fc7156ea8e67f943] | committer: Anton Khirnov lavfi/vf_showpalette: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=965e9b646ed050f6767fa2e1fc7156ea8e67f943 --

[FFmpeg-cvslog] lavfi/vf_setparams: convert to query_func2()

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 15 11:24:35 2024 +0200| [a96244df77fec557e27aca5d7c9de00cb2414ba3] | committer: Anton Khirnov lavfi/vf_setparams: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a96244df77fec557e27aca5d7c9de00cb2414ba3 ---

[FFmpeg-cvslog] fftools/opt_common: stop accessing a private field

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 14 12:50:19 2024 +0200| [6d6bd86f2b977b415fb46bd9232290499edbb167] | committer: Anton Khirnov fftools/opt_common: stop accessing a private field Stops printing the 'C' flag in -filters output, but it carries no actionable information anyway. >

[FFmpeg-cvslog] fftools/ffmpeg_demux: use proper logging contexts everywhere

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 14 12:16:31 2024 +0200| [ad50254ee1bccfdb67e4d8443c6c11712f0da755] | committer: Anton Khirnov fftools/ffmpeg_demux: use proper logging contexts everywhere > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad50254ee1bccfdb67e4d8443c6c1

[FFmpeg-cvslog] fftools/ffmpeg_sched: be smarter about flushing the pre-muxing queues

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 14 13:12:42 2024 +0200| [242ee7b0a23fdd116869c0556001f67102d6b049] | committer: Anton Khirnov fftools/ffmpeg_sched: be smarter about flushing the pre-muxing queues These per-stream FIFOs hold the packets before every stream is initialized and t

[FFmpeg-cvslog] fftools/ffmpeg_filter: use proper logging contexts

2024-10-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 14 12:16:31 2024 +0200| [e79ac9312f02292566f116f656ae67948a9c5d81] | committer: Anton Khirnov fftools/ffmpeg_filter: use proper logging contexts > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e79ac9312f02292566f116f656ae67948a9c5d8