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
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".
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
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
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
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
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(-)
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
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
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
10 matches
Mail list logo