[FFmpeg-cvslog] avcodec/vulkan: Add support for generating GLSL strings from comp shaders

2024-10-05 Thread IndecisiveTurtle
ffmpeg | branch: master | IndecisiveTurtle | Sat Oct 5 23:44:01 2024 +0300| [f456522e32ec2577745d4669dc333be298d85907] | committer: Lynne avcodec/vulkan: Add support for generating GLSL strings from comp shaders > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f456522e32ec2577745d4

[FFmpeg-cvslog] Revert "x86/tx_float: add missing preprocessor wrapper for AVX2 functions"

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 3 15:27:09 2024 +0200| [bf643f989bea51233c24a646208d330667d2ea5c] | committer: Lynne Revert "x86/tx_float: add missing preprocessor wrapper for AVX2 functions" This reverts commit 750f378becf15c0552c45a66a66aca7cc506d490. > http://git.videolan.org/git

[FFmpeg-cvslog] libavutil/vulkan: Prevent crash on shaders with no descriptors

2024-10-05 Thread IndecisiveTurtle
ffmpeg | branch: master | IndecisiveTurtle | Sat Oct 5 03:51:42 2024 +0300| [d80676117a80e8759c4f2ee44b613d2bf9e27d0b] | committer: Lynne libavutil/vulkan: Prevent crash on shaders with no descriptors Needed to prevent crashes on vc2 vulkan encoder patch > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] Revert "x86/tx_float: set all operands for shufps"

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 3 15:27:33 2024 +0200| [b17a240c8d7280c78aba041cbb7a77d9493206d9] | committer: Lynne Revert "x86/tx_float: set all operands for shufps" This reverts commit 74f5fb6db899dbc4fde9ccf77f37256ddcb9. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] x86/lpc: remove HAVE_AVX2_EXTERNAL checks

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Oct 6 01:12:30 2024 +0200| [969c271a5a7bd7681a1f775097cf9039f75768f6] | committer: Lynne x86/lpc: remove HAVE_AVX2_EXTERNAL checks > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=969c271a5a7bd7681a1f775097cf9039f75768f6 --- libavcodec/x86/lpc

[FFmpeg-cvslog] Revert "x86/tx_float: change a condition in a preprocessor check"

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 3 15:27:01 2024 +0200| [b890482d052d584513f760bbc28f50a51c969e04] | committer: Lynne Revert "x86/tx_float: change a condition in a preprocessor check" This reverts commit 0d8f43c74d0b1039ba70aacb4c9c7768e8bebf9f. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] Revert "x86/tx_float: add missing check for AVX2"

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 3 15:27:24 2024 +0200| [24c5a58e55f2d7776eba266b2d2c17604f8b5750] | committer: Lynne Revert "x86/tx_float: add missing check for AVX2" This reverts commit f4097e4c1f1bb244cae78c363a69d5e84495b616. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] x86/tx_float: remove HAVE_AVX2_EXTERNAL checks

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Oct 6 01:09:22 2024 +0200| [892f64ad9bce6333dd876038b97ca6324dbe247e] | committer: Lynne x86/tx_float: remove HAVE_AVX2_EXTERNAL checks It'll always be enabled. Thanks, nasm. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=892f64ad9bce6333dd87

[FFmpeg-cvslog] configure: drop yasm support

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 3 15:25:37 2024 +0200| [2f888fb99eef07a259879273bcc5e86620ca] | committer: Lynne configure: drop yasm support We started defauling to nasm 8 years ago. We are still compatible with yasm 0.8.0, released in 2009. **15 years ago**. The time has more t

[FFmpeg-cvslog] libavfilter/Makefile: fix tag for Vulkan .comp files

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Oct 6 01:28:38 2024 +0200| [6756136c92b8a30008b4f777b32bc2d1023fca3b] | committer: Lynne libavfilter/Makefile: fix tag for Vulkan .comp files > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6756136c92b8a30008b4f777b32bc2d1023fca3b --- libavfi

[FFmpeg-cvslog] vulkan_encode: do not align DPB buffer size

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Oct 4 17:20:09 2024 +0200| [4a557baaa1fa150663f20117b4a781392f65143e] | committer: Lynne vulkan_encode: do not align DPB buffer size Per subsection B stroke 165 of Chapter 56, drivers are required to do the aligning, not users. > http://git.videolan.org/g

[FFmpeg-cvslog] nlmeans_vulkan: remove unused forward declaration

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Oct 5 04:29:02 2024 +0200| [73d2cb1c2b2ecac7081782bfd14a4df6051475ff] | committer: Lynne nlmeans_vulkan: remove unused forward declaration > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73d2cb1c2b2ecac7081782bfd14a4df6051475ff --- libavfilte

[FFmpeg-cvslog] bwdif_vulkan: split off main shader code as a separate file

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Oct 5 04:22:02 2024 +0200| [e3d3ee516a727314b1a06a734c7879ed9a2ce2a6] | committer: Lynne bwdif_vulkan: split off main shader code as a separate file The code to support this was still there, may as well use it. > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] lavc/vulkan: remove redundant header

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Oct 4 11:17:47 2024 +0200| [fcd1cdcb7b749abc97d3f2252d843ca1730a6e24] | committer: Lynne lavc/vulkan: remove redundant header > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fcd1cdcb7b749abc97d3f2252d843ca1730a6e24 --- libavcodec/Makefile

[FFmpeg-cvslog] lavfi/vulkan: remove redundant header

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Oct 4 11:16:53 2024 +0200| [4c88186d5d8983d5a03a16409310b59e2b90eeaa] | committer: Lynne lavfi/vulkan: remove redundant header > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c88186d5d8983d5a03a16409310b59e2b90eeaa --- libavfilter/Makefile

[FFmpeg-cvslog] lavc/vulkan: add SPIR-V compilation support

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Oct 4 11:28:06 2024 +0200| [893f3fde4cdeb4a28fce3833193b0c1c8f9fd33d] | committer: Lynne lavc/vulkan: add SPIR-V compilation support This is the same as with libavfilter. We will need SPIR-V compilation for at least three different things, like the VC-2 e

[FFmpeg-cvslog] vulkan: move SPIR-V compilation code to libavutil

2024-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Oct 4 11:22:02 2024 +0200| [0a1f8107bb78e0db5e0e8d3041f377416102bdea] | committer: Lynne vulkan: move SPIR-V compilation code to libavutil The code is not currently used by libavutil, its just where our common Vulkan code is. Since SPIR-V compilation will

[FFmpeg-cvslog] avcodec/aac/aacdec: add a missing wrapper to an AAC USAC function call

2024-10-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 5 18:06:22 2024 -0300| [57d7ba4c4fe3d1956d9a14d8dd7f4acecf3fe1a1] | committer: James Almer avcodec/aac/aacdec: add a missing wrapper to an AAC USAC function call Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avcodec/hevc/ps: print the correct unsupported scalability value found

2024-10-05 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 3 14:47:30 2024 -0300| [32e34692fb779844a11d7be2d9b6114e93af67a5] | committer: James Almer avcodec/hevc/ps: print the correct unsupported scalability value found With multilayer001.heic, which signals Spatial scalability: Before: [hevc @ ...] Sc

[FFmpeg-cvslog] avformat/mov: split off heif item initialization to its own function

2024-10-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 5 10:32:14 2024 -0300| [d5eb0e7fb334b83849a8515d83f8a3acb5a762c6] | committer: James Almer avformat/mov: split off heif item initialization to its own function Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avcodec/hevc/ps: print a more accurate message when parsing an SPS for an unsupported layer

2024-10-05 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 3 14:35:23 2024 -0300| [4a098eabf9597f32d637b983f988f46612ae335c] | committer: James Almer avcodec/hevc/ps: print a more accurate message when parsing an SPS for an unsupported layer With multilayer001.heic: Before: [hevc @ ...] Scalability typ

[FFmpeg-cvslog] avformat/mov: split off lcevc stream group initialization to its own function

2024-10-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 5 10:36:30 2024 -0300| [e907bf677a6bf50de2fe30c8674162bf26e4e83d] | committer: James Almer avformat/mov: split off lcevc stream group initialization to its own function Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avcodec/packet: fix doxy references in AVPacketSideData

2024-10-05 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 3 16:58:21 2024 -0300| [cdda4c4d50d0d45ae7452e7faff370246a9667e1] | committer: James Almer avcodec/packet: fix doxy references in AVPacketSideData Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdda4c4d50

[FFmpeg-cvslog] avcodec/libx265: unbreak build for X265_BUILD >= 213

2024-10-05 Thread Gyan Doshi
ffmpeg | branch: release/7.1 | Gyan Doshi | Sat Oct 5 10:26:31 2024 +0530| [63f5c007a7da69248f664c988398204c21eac7cf] | committer: Gyan Doshi avcodec/libx265: unbreak build for X265_BUILD >= 213 Earlier, x265 made an API change to support alpha and other multiple layer pictures. We added guar

[FFmpeg-cvslog] avcodec/libx265: unbreak build for X265_BUILD >= 213

2024-10-05 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Oct 5 10:26:31 2024 +0530| [099f88b8641dfc299f3896d17d9addc5b9ae7799] | committer: Gyan Doshi avcodec/libx265: unbreak build for X265_BUILD >= 213 Earlier, x265 made an API change to support alpha and other multiple layer pictures. We added guards to