Re: [FFmpeg-devel] [PATCH] avfilter/vf_libvmaf: update filter for libvmaf v2.0.0

2021-06-30 Thread Moritz Barsnick
Hi, > -enabled libvmaf && require_pkg_config libvmaf "libvmaf >= 1.5.2" > libvmaf.h compute_vmaf > +enabled libvmaf && require_pkg_config libvmaf "libvmaf >= 2.0.0" > libvmaf.h vmaf_init General question: Is it acceptable to drop support for libvmaf 1.x? I saw that Fedora 33

Re: [FFmpeg-devel] ffmpeg configure fails inside bazel sandbox

2021-06-30 Thread Šimon Tóth
Thanks, moving this to the users mailing list. However, I did actually manage to narrow this down. It seems that the ffmpeg configure does not follow CC and CXX environment variables and seems to insist on GCC. On Wed, Jun 30, 2021 at 11:49 AM Nicolas George wrote: > Šimon Tóth (12021-06-30): >

Re: [FFmpeg-devel] ffmpeg configure fails inside bazel sandbox

2021-06-30 Thread Nicolas George
Šimon Tóth (12021-06-30): > clang: error: no such file or directory: 'DEBUG_PREFIX_MAP_PWD=.' > > Any pointers would be greatly appreciated. The bug seems in the environment you give to the configure script: ASFLAGS='... -DDEBUG DEBUG_PREFIX_MAP_PWD=. -isysroot...' For further help, please ask

Re: [FFmpeg-devel] [PATCH v3] hwcontext_vaapi: Use PRIME_2 memory type for modifiers.

2021-06-30 Thread Xiang, Haihao
On Sat, 2021-05-15 at 17:53 +0200, Bas Nieuwenhuizen wrote: > This way we can pass explicit modifiers in. Sometimes the > modifier matters for the number of memory planes that > libva accepts, in particular when dealing with > driver-compressed textures. Furthermore the driver might > not actually

Re: [FFmpeg-devel] [PATCH] fate/ffprobe: Verify ffprobe XML output against schema file

2021-06-30 Thread Tobias Rapp
On 16.04.2021 10:58, Tobias Rapp wrote: Adds schema validation for ffprobe XML output so that updating the ffprobe.xsd file upon changes to ffprobe is not forgotten. This was suggested by Marton Balint in: http://ffmpeg.org/pipermail/ffmpeg-devel/2021-March/278428.html The schema FATE test is on