[FFmpeg-cvslog] libavfilter/Makefile: add a makefile for Vulkan shaders

2024-10-15 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Oct 14 05:56:43 2024 +0200| [4d19be287faa9c4d4dde2caa187c8a28f886b0a3] | committer: Lynne libavfilter/Makefile: add a makefile for Vulkan shaders > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d19be287faa9c4d4dde2caa187c8a28f886b0a3 --- liba

[FFmpeg-cvslog] vulkan: keep track of mapped memory in the buffer structure

2024-10-15 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Oct 15 07:43:04 2024 +0200| [98f6d43146a0a7c7c42d33ed9deb54987508025c] | committer: Lynne vulkan: keep track of mapped memory in the buffer structure Can/could be useful to know which buffers are mapped. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] vulkan: add support for AV_PIX_FMT_RGB96

2024-10-15 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Oct 12 00:59:55 2024 +0200| [3afdfe830f97efde396d2e2b97d561b9e3618f36] | committer: Lynne vulkan: add support for AV_PIX_FMT_RGB96 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3afdfe830f97efde396d2e2b97d561b9e3618f36 --- libavutil/hwcontext

[FFmpeg-cvslog] vulkan: add support for AV_PIX_FMT_RGBA128

2024-10-15 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Oct 12 00:58:32 2024 +0200| [903f7f053a4054d1e1f79a6caff5a7cad6077f9e] | committer: Lynne vulkan: add support for AV_PIX_FMT_RGBA128 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=903f7f053a4054d1e1f79a6caff5a7cad6077f9e --- libavutil/hwconte

[FFmpeg-cvslog] lavu: bump minor and add APIChanges entries for new 32bpc pixfmts

2024-10-15 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Oct 15 09:53:41 2024 +0200| [2336e6856572f640cbf4906c6dabbdea26f91611] | committer: Lynne lavu: bump minor and add APIChanges entries for new 32bpc pixfmts > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2336e6856572f640cbf4906c6dabbdea26f91611

[FFmpeg-cvslog] lavu/pixfmt: add AV_PIX_FMT_RGB96

2024-10-15 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 10 07:17:21 2024 +0200| [4f387a1c4ef66aa550c5009b125f038751b27499] | committer: Lynne lavu/pixfmt: add AV_PIX_FMT_RGB96 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f387a1c4ef66aa550c5009b125f038751b27499 --- libavutil/pixdesc.c

[FFmpeg-cvslog] libavcodec/Makefile: add a makefile for Vulkan shaders

2024-10-15 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Oct 11 09:30:03 2024 +0200| [4e861ad8e02c941361e5b1fe4a290155270d23d0] | committer: Lynne libavcodec/Makefile: add a makefile for Vulkan shaders > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4e861ad8e02c941361e5b1fe4a290155270d23d0 --- libav

[FFmpeg-cvslog] lavu/pixfmt: add AV_PIX_FMT_RGBA128

2024-10-15 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 10 06:50:06 2024 +0200| [281bba1d26a4e98ea7848a402588d9c2e9934bf6] | committer: Lynne lavu/pixfmt: add AV_PIX_FMT_RGBA128 This format is useful for doing certain lossless transforms on images, RCT in particular, which require you to escalate the size fr

[FFmpeg-cvslog] lavc/avcodec: fix global/private option precendence

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: release/7.1 | Anton Khirnov | Sun Oct 13 14:11:39 2024 +0200| [020d9f2b4886aa620252da4db7a4936378d6eb3a] | committer: Anton Khirnov lavc/avcodec: fix global/private option precendence Broken after 7753a9d62725d5bd8313e2d249acbe1c8af79ab1. Apply only the whitelist early, and th

[FFmpeg-cvslog] fftools/ffmpeg_filter: treat apad filter as a source

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: release/7.1 | Anton Khirnov | Sat Oct 12 19:08:55 2024 +0200| [87ccf995cb855f0baced9916928b7b48d8b6ed9d] | committer: Anton Khirnov fftools/ffmpeg_filter: treat apad filter as a source Ideally lavfi should have a dedicated API for detecting this. Fixes #11168 and #11061 (che

[FFmpeg-cvslog] avfilter/framesync: fix forward EOF pts

2024-10-15 Thread Nicolas Gaullier
ffmpeg | branch: release/7.1 | Nicolas Gaullier | Fri Oct 4 11:02:49 2024 +0200| [32d3e677171e46828c2bf585fa25ae733ace6d0e] | committer: Anton Khirnov avfilter/framesync: fix forward EOF pts Note1: when the EOF pts is not accurate enough, the last frame can be dropped by vf_fps with default r

[FFmpeg-cvslog] lavc/avcodec: fix global/private option precendence

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Oct 13 14:11:39 2024 +0200| [9ce63e65d65b303813d4ae677228226d7cd232b9] | committer: Anton Khirnov lavc/avcodec: fix global/private option precendence Broken after 7753a9d62725d5bd8313e2d249acbe1c8af79ab1. Apply only the whitelist early, and the res

[FFmpeg-cvslog] lavfi/vf_mergeplanes: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:41:20 2024 +0200| [dcd5a51e0ad5595f5109f2e1e2c19ef058cc9a1e] | committer: Anton Khirnov lavfi/vf_mergeplanes: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dcd5a51e0ad5595f5109f2e1e2c19ef058cc9a1e ---

[FFmpeg-cvslog] lavfi/vf_mergeplanes: remove redundant assignment

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:42:54 2024 +0200| [989bc256a370471d53ea5c3c9f0596ddf36f1b84] | committer: Anton Khirnov lavfi/vf_mergeplanes: remove redundant assignment It is already done in init. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=989bc256a37

[FFmpeg-cvslog] lavfi/vf_scale: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:41:20 2024 +0200| [c961a7292629fa30515eafcc435ef22365205dec] | committer: Anton Khirnov lavfi/vf_scale: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c961a7292629fa30515eafcc435ef22365205dec --- lib

[FFmpeg-cvslog] lavfi/vf_remap: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:41:20 2024 +0200| [4d69398ddac3ec6040fd7a6500c8907336758c2a] | committer: Anton Khirnov lavfi/vf_remap: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d69398ddac3ec6040fd7a6500c8907336758c2a --- lib

[FFmpeg-cvslog] lavfi/vf_quirc: use FILTER_PIXFMTS_ARRAY() instead of query_formats()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:41:20 2024 +0200| [c19f3fe61bd42f227316d2c227e6e0c1f064258f] | committer: Anton Khirnov lavfi/vf_quirc: use FILTER_PIXFMTS_ARRAY() instead of query_formats() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c19f3fe61bd42f227316

[FFmpeg-cvslog] lavfi/vf_palettegen: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:28:12 2024 +0200| [18e43c2d3961e9bf2ab818a13a703aa1cc3902c8] | committer: Anton Khirnov lavfi/vf_palettegen: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18e43c2d3961e9bf2ab818a13a703aa1cc3902c8 ---

[FFmpeg-cvslog] lavfi/vf_premultiply: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:28:12 2024 +0200| [d83d8a1643e3160945dcb29b1ef0e9cfa7eabca3] | committer: Anton Khirnov lavfi/vf_premultiply: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d83d8a1643e3160945dcb29b1ef0e9cfa7eabca3 ---

[FFmpeg-cvslog] lavfi/vf_paletteuse: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:28:12 2024 +0200| [4faf6c6f0d653263189d844528974d82359675ce] | committer: Anton Khirnov lavfi/vf_paletteuse: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4faf6c6f0d653263189d844528974d82359675ce ---

[FFmpeg-cvslog] lavfi/vf_overlay_qsv: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:28:12 2024 +0200| [64035fe2069a2cccaa47393c0b6d4b1f7cfc805d] | committer: Anton Khirnov lavfi/vf_overlay_qsv: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64035fe2069a2cccaa47393c0b6d4b1f7cfc805d ---

[FFmpeg-cvslog] lavfi/vf_lut2: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 8 12:59:37 2024 +0200| [4b2580c18457707e2c95dc36b60b56bc22def935] | committer: Anton Khirnov lavfi/vf_lut2: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b2580c18457707e2c95dc36b60b56bc22def935 --- liba

[FFmpeg-cvslog] lavfi/vf_pad: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:28:12 2024 +0200| [c8344737b61e8117556d519c829909d59dec0716] | committer: Anton Khirnov lavfi/vf_pad: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8344737b61e8117556d519c829909d59dec0716 --- libav

[FFmpeg-cvslog] lavfi/vf_noise: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:28:12 2024 +0200| [d50a63b04ec64931d2f98a0a25e64074adc60445] | committer: Anton Khirnov lavfi/vf_noise: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d50a63b04ec64931d2f98a0a25e64074adc60445 --- lib

[FFmpeg-cvslog] lavfi/vf_overlay: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:28:12 2024 +0200| [0c86bc32aa71a214e7de53690b2992d9758a4f4f] | committer: Anton Khirnov lavfi/vf_overlay: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c86bc32aa71a214e7de53690b2992d9758a4f4f --- l

[FFmpeg-cvslog] lavfi/vf_mix: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:28:12 2024 +0200| [271ec2ab2869a930566cd0cc87f1e01e7d574771] | committer: Anton Khirnov lavfi/vf_mix: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=271ec2ab2869a930566cd0cc87f1e01e7d574771 --- libav

[FFmpeg-cvslog] lavfi/vf_il: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 7 16:02:15 2024 +0200| [c488b0de47eddac93b4d4e2b2a9c457b2f80] | committer: Anton Khirnov lavfi/vf_il: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c488b0de47eddac93b4d4e2b2a9c457b2f80 --- libavf

[FFmpeg-cvslog] lavfi/vf_hwupload: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 7 16:02:15 2024 +0200| [848256677d5cc7bdf67f466e871df6c76ef46209] | committer: Anton Khirnov lavfi/vf_hwupload: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=848256677d5cc7bdf67f466e871df6c76ef46209 ---

[FFmpeg-cvslog] lavfi/vf_lut: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 7 16:02:15 2024 +0200| [57e81f36a4ff6b1d4094114355e68fe9bf49a2ac] | committer: Anton Khirnov lavfi/vf_lut: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57e81f36a4ff6b1d4094114355e68fe9bf49a2ac --- libav

[FFmpeg-cvslog] lavfi/vf_libplacebo: move vulkan initialization to init

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 7 16:17:17 2024 +0200| [8160178dfc0e6bdaacf80dec58e595a9d595eedc] | committer: Anton Khirnov lavfi/vf_libplacebo: move vulkan initialization to init avfilter API requires all the filter parameters, including hw context (if present) to be avail

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

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 18:26:50 2024 +0200| [92981320b37417e24232f00ece742481b788a2d1] | committer: Anton Khirnov lavfi/vf_libplacebo: convert to query_func2() Drop a redundant error message for out_format, as it is already validated in init. > http://git.videola

[FFmpeg-cvslog] lavfi/vf_hwupload_cuda: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 7 16:02:15 2024 +0200| [6929fc88455390285645df70df058b0675b758db] | committer: Anton Khirnov lavfi/vf_hwupload_cuda: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6929fc88455390285645df70df058b0675b758db -

[FFmpeg-cvslog] lavfi/vf_frei0r: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 7 11:01:13 2024 +0200| [d26ef934f35065a3d041584176954335d8aa34ba] | committer: Anton Khirnov lavfi/vf_frei0r: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d26ef934f35065a3d041584176954335d8aa34ba --- li

[FFmpeg-cvslog] fftools/ffmpeg_filter: treat apad filter as a source

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 12 19:08:55 2024 +0200| [9e2a231236428c4682c77858c6aabfd74f459b17] | committer: Anton Khirnov fftools/ffmpeg_filter: treat apad filter as a source Ideally lavfi should have a dedicated API for detecting this. Fixes #11168 and #11061 > http://

[FFmpeg-cvslog] lavfi/vf_hwdownload: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 7 11:01:13 2024 +0200| [01458a0c8fa3e51d16d737a57dfef231521b60d2] | committer: Anton Khirnov lavfi/vf_hwdownload: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01458a0c8fa3e51d16d737a57dfef231521b60d2 ---

[FFmpeg-cvslog] lavfi/vf_hflip: switch to query_func2()

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 7 11:01:13 2024 +0200| [6db8279325a473a8649a2c524cdd5177a5a76cee] | committer: Anton Khirnov lavfi/vf_hflip: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6db8279325a473a8649a2c524cdd5177a5a76cee --- lib

[FFmpeg-cvslog] lavfi/vf_hwupload: validate the hw device in init

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Oct 7 12:47:32 2024 +0200| [036336296c5eccdbab2539342f0056d24d322752] | committer: Anton Khirnov lavfi/vf_hwupload: validate the hw device in init Rather than query_formats(). Init is a more appropriate place, as query_formats() is supposed to be

[FFmpeg-cvslog] lavc/hevcdec: unbreak WPP/progress2 code

2024-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Oct 10 16:01:21 2024 +0200| [79c47dfd25f101b6842bbec8c6ffef8d5077c3ae] | committer: Anton Khirnov lavc/hevcdec: unbreak WPP/progress2 code The "progress2" API in pthread_slice.c currently associates a progress value with a thread rather than a job,

[FFmpeg-cvslog] doc/APIchanges: add missing entry for adding RGBF16

2024-10-15 Thread Martin Schitter
ffmpeg | branch: master | Martin Schitter | Tue Oct 15 03:18:19 2024 +0200| [c50f79a0dc4c4e29f3a8b759b031178d5ed57516] | committer: Anton Khirnov doc/APIchanges: add missing entry for adding RGBF16 The missing APIchanges entry requested by A.Khirnov. Signed-off-by: Anton Khirnov > http://gi