Re: [FFmpeg-devel] [PATCH v3] lavfi/vf_libplacebo: allow operation without avhwdevice

2023-05-13 Thread Lynne
May 13, 2023, 17:42 by ffm...@haasn.xyz: > From: Niklas Haas > > Recent versions of libplacebo have required Vulkan versions incompatible > with lavu Vulkan hwcontexts. While this is expected to change > eventually, breaking vf_libplacebo every time there is such a transition > period is obviousl

Re: [FFmpeg-devel] [PATCH] avfilter/formats: fix format negotiation when multiple channel_layouts are provided

2023-05-13 Thread Paul B Mahol
LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avformat/hls: look for trailing GET headers with m3u8 extension check

2023-05-13 Thread Leo Izen
On 5/13/23 10:54, Michael Niedermayer wrote: On Fri, May 12, 2023 at 04:26:22PM -0400, Leo Izen wrote: After commit 6b1f68ccb04d791f0250e05687c346a99ff47ea1 we refuse to use URLs of the form https://foo.bar/baz.m3u8?foo=bar because it fails the file extension check. This commit strips the ?fo

[FFmpeg-devel] [PATCH v3] lavfi/vf_libplacebo: allow operation without avhwdevice

2023-05-13 Thread Niklas Haas
From: Niklas Haas Recent versions of libplacebo have required Vulkan versions incompatible with lavu Vulkan hwcontexts. While this is expected to change eventually, breaking vf_libplacebo every time there is such a transition period is obviously undesired behavior, as the following sea of bug rep

Re: [FFmpeg-devel] [PATCH] swresample: misc improvements

2023-05-13 Thread Michael Niedermayer
On Sat, May 13, 2023 at 08:29:37AM +0200, Paul B Mahol wrote: > On Sat, May 13, 2023 at 1:37 AM Michael Niedermayer > wrote: > > > On Thu, May 11, 2023 at 07:13:19PM +0200, Paul B Mahol wrote: > > > Attached. > > [...] > > > @@ -33,64 +33,86 @@ > > > > > > > > > #define CONV_FUNC_NAME(dst_fmt, s

Re: [FFmpeg-devel] [PATCH] avformat/hls: look for trailing GET headers with m3u8 extension check

2023-05-13 Thread Michael Niedermayer
On Fri, May 12, 2023 at 04:26:22PM -0400, Leo Izen wrote: > After commit 6b1f68ccb04d791f0250e05687c346a99ff47ea1 we refuse to use > URLs of the form https://foo.bar/baz.m3u8?foo=bar because it fails the > file extension check. This commit strips the ?foo=bar at the end before > checking the file e

[FFmpeg-devel] [PATCH] avfilter/formats: fix format negotiation when multiple channel_layouts are provided

2023-05-13 Thread James Almer
e.g. ffmpeg -f lavfi -i sine -af "aformat=cl=stereo|5.1|7.1,lowpass,aformat=cl=7.1|5.1|stereo" -f null - Signed-off-by: James Almer --- libavfilter/avfiltergraph.c | 2 +- libavfilter/formats.c | 39 - 2 files changed, 31 insertions(+), 10 deletions(-)

Re: [FFmpeg-devel] [PATCH] avfilter/avfiltergraph: fix illogical flaws in code

2023-05-13 Thread Anton Khirnov
Quoting Paul B Mahol (2023-05-12 22:49:07) > Attached. > > From 11907ee612b0440faeb3804e8f9af5e36a63db89 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Fri, 12 May 2023 21:01:41 +0200 > Subject: [PATCH] avfilter/avfiltergraph: fix illogical flaws in code This commit message is useless. It

Re: [FFmpeg-devel] [PATCH v3 1/2] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-05-13 Thread Paul B Mahol
On Mon, May 8, 2023 at 7:49 PM Roy Funderburk wrote: > Hi, > > If there is anything I could do to improve this submission, please tell me. > > How to test this additions, any samples available? > Thanks, > -Roy > > On 4/16/23 9:12 PM, Roy Funderburk wrote: > > Parsing of DTS-UHD input files per

Re: [FFmpeg-devel] [PATCH] avfilter/avfiltergraph: fix illogical flaws in code

2023-05-13 Thread Paul B Mahol
Will apply, as it makes less frustrated filtergraphs with no excessive aformat filters for cases that can negotiate formats fully. Addresses #6638 ticket too. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg