Lynne
Lynne
Just an FYI, ffmpeg 4.3 got Vulkan filtering support, along with linking to libglslang to allow GLSL to be compiled during runtime. If someone is up for writing something upstreamable,...
I know, I'm working on https://github.com/cyanreg/FFmpeg/tree/vulkan_decode It has the necessary locking callbacks and supports decoding. libplacebo and mpv still have to be updated to use multiplane images.
I won't object to this being added. The code is already almost modular to make cyanrip a library, which a GUI application could use. But I'm far too busy to...
It's a good idea, but patches welcome - I'm trying to get replaygain to work so I can release 1.0. Would be nice to reuse that code to support config...
> For example, > > > -Q | Eject CD tray if ripping has been successfully completed > > It might be helpful to have a similar option Eject option...
Not really. But I wouldn't say adding a line or two when adding files is a high maintenance burden.
@aufkrawall AMD currently needs https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23227 to avoid crashes, which also fixes quite a lot of bugs
Yeah, I've reported to nvidia months ago that their descriptor buffer implementation is broken, but they haven't fixed it yet. If you want filters working, ask nvidia to fix it.
Ah, hasvk (old Intel GPUs) has a PR to implement video decoding that hasn't been merged yet: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21183
The Sony swordsmith sample got fixed on radv with the following mesa PR: https://gitlab.freedesktop.org/airlied/mesa/-/commits/radv-video-fix-hevc-wip There was also a bug in ffmpeg, fixed with https://github.com/FFmpeg/FFmpeg/commit/65a1e8ee2c4a9c2f325e1921daab915689d9c9fd. Could anyone check if that fixed...