Re: [FFmpeg-devel] [PATCH v1] avcodec/vp9_superframe_split_bsf: Fix for possible null pointer dereference

2023-10-10 Thread Dawid Kozinski/Multimedia (PLT) /SRPOL/Staff Engineer/Samsung Electronics
Oops, you're absolutely right. I can't believe I missed ff_bsf_get_packet_ref. My apologies for the false alarm. It's a lesson for me to be more attentive. Dawid > -Original Message- > From: ffmpeg-devel On Behalf Of > Andreas Rheinhardt > Sent: piątek, 6 października 2023 15:11 > To:

Re: [FFmpeg-devel] [PATCH v2] lavc/libaribcaption.c: add MSZ characters related options

2023-10-10 Thread TADANO Tokumei
ping! On 2023/09/29 19:31, TADANO Tokumei wrote: On 2023/09/23 11:15, TADANO Tokumei wrote: This is updated patch to "[PATCH] lavc/libaribcaption.c: add -replace_fullwidth_japanese option" (Message-Id: <20230908130050.85688-1-aiming...@pc.nifty.jp>). If specified fonts contain half-width gly

Re: [FFmpeg-devel] [REFUND-REQUEST]] VDD23 Travel

2023-10-10 Thread Michael Niedermayer
On Sun, Oct 08, 2023 at 10:09:03AM +0800, Steven Liu wrote: > Nice to see you all after so long. > My request is for my flights, 9750,00 CNY Beijing from/to Abu Dhabi, > Abu Dhabi from/to Dublin this looks ok, ive quickly checked what prices are for this trip currently and the prices are similar

Re: [FFmpeg-devel] libavc/libx264: add support to propagate SSE values through encoder stats

2023-10-10 Thread Anton Khirnov
Quoting Carotti, Elias via ffmpeg-devel (2023-10-02 19:35:09) > diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c > index 77a9f173b4..4c643c9066 100644 > --- a/libavcodec/libx264.c > +++ b/libavcodec/libx264.c > @@ -129,6 +129,8 @@ typedef struct X264Context { > int roi_warned; > >

Re: [FFmpeg-devel] [PATCH 2/7] avformat/dump: print Frame Cropping side data info

2023-10-10 Thread Anton Khirnov
Quoting James Almer (2023-10-07 18:24:58) > Signed-off-by: James Almer > --- > libavformat/dump.c | 21 + > 1 file changed, 21 insertions(+) > > diff --git a/libavformat/dump.c b/libavformat/dump.c > index c0868a1bb3..8986e7c32a 100644 > --- a/libavformat/dump.c > +++ b/libav

Re: [FFmpeg-devel] [PATCH 4/7] avformat/avformat: add a flag to signal muxers that support storing cropping values

2023-10-10 Thread Anton Khirnov
Quoting James Almer (2023-10-07 18:25:00) > Signed-off-by: James Almer > --- > libavformat/avformat.h | 1 + > libavformat/mux.c | 8 > 2 files changed, 9 insertions(+) > > diff --git a/libavformat/avformat.h b/libavformat/avformat.h > index 9e7eca007e..c099ca8a01 100644 > --- a/li

Re: [FFmpeg-devel] [PATCH 6/7] fftools/ffmpeg: support applying container level cropping

2023-10-10 Thread Anton Khirnov
Quoting James Almer (2023-10-07 18:25:02) > Signed-off-by: James Almer > --- > fftools/ffmpeg.h| 3 +++ > fftools/ffmpeg_demux.c | 6 ++ > fftools/ffmpeg_enc.c| 24 +--- > fftools/ffmpeg_filter.c | 23 +++ > fftools/ffmpeg_opt.c| 3 +

Re: [FFmpeg-devel] [PATCH 4/7] avformat/avformat: add a flag to signal muxers that support storing cropping values

2023-10-10 Thread James Almer
On 10/10/2023 8:09 AM, Anton Khirnov wrote: Quoting James Almer (2023-10-07 18:25:00) Signed-off-by: James Almer --- libavformat/avformat.h | 1 + libavformat/mux.c | 8 2 files changed, 9 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 9e7eca

Re: [FFmpeg-devel] [PATCH 4/7] avformat/avformat: add a flag to signal muxers that support storing cropping values

2023-10-10 Thread Anton Khirnov
Quoting James Almer (2023-10-10 13:13:46) > On 10/10/2023 8:09 AM, Anton Khirnov wrote: > > Quoting James Almer (2023-10-07 18:25:00) > >> Signed-off-by: James Almer > >> --- > >> libavformat/avformat.h | 1 + > >> libavformat/mux.c | 8 > >> 2 files changed, 9 insertions(+) > >>

Re: [FFmpeg-devel] [PATCH 0/7] Container level frame cropping parameters

2023-10-10 Thread Anton Khirnov
Quoting James Almer (2023-10-07 18:24:56) > This is a simple set to add support to stream wide, container level cropping > parameters, as featured in formats like Matroska and ISOBMFF. It's needed for > things like AV1 streams generated by certain hardware encoders that produce > dimension aligned

Re: [FFmpeg-devel] [PATCH 4/7] avformat/avformat: add a flag to signal muxers that support storing cropping values

2023-10-10 Thread James Almer
On 10/10/2023 8:16 AM, Anton Khirnov wrote: Quoting James Almer (2023-10-10 13:13:46) On 10/10/2023 8:09 AM, Anton Khirnov wrote: Quoting James Almer (2023-10-07 18:25:00) Signed-off-by: James Almer --- libavformat/avformat.h | 1 + libavformat/mux.c | 8 2 files changed,

Re: [FFmpeg-devel] [PATCH 2/5] avformat/usmdec: do not return 0 when no packet was produced

2023-10-10 Thread Anton Khirnov
Quoting Michael Niedermayer (2023-10-05 21:44:37) > Fixes: Assertion pkt->stream_index < (unsigned)s->nb_streams && "Invalid > stream index.\n" failed at libavformat/demux.c:617 > Fixes: > 62498/clusterfuzz-testcase-minimized-ffmpeg_dem_USM_fuzzer-4734740995112960 > > Found-by: continuous fuzzin

Re: [FFmpeg-devel] [PATCH 4/7] avformat/avformat: add a flag to signal muxers that support storing cropping values

2023-10-10 Thread Anton Khirnov
Quoting James Almer (2023-10-10 13:21:42) > On 10/10/2023 8:16 AM, Anton Khirnov wrote: > > Quoting James Almer (2023-10-10 13:13:46) > >> On 10/10/2023 8:09 AM, Anton Khirnov wrote: > >>> Quoting James Almer (2023-10-07 18:25:00) > Signed-off-by: James Almer > --- > libavformat/

Re: [FFmpeg-devel] [PATCH 1/7] avcodec/packet: add a decoded frame cropping side data type

2023-10-10 Thread Andreas Rheinhardt
James Almer: > Signed-off-by: James Almer > --- > libavcodec/packet.h | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/libavcodec/packet.h b/libavcodec/packet.h > index b19409b719..6053d43c44 100644 > --- a/libavcodec/packet.h > +++ b/libavcodec/packet.h > @@ -299,6 +299,

Re: [FFmpeg-devel] [PATCH 0/7] Container level frame cropping parameters

2023-10-10 Thread James Almer
On 10/10/2023 8:17 AM, Anton Khirnov wrote: Quoting James Almer (2023-10-07 18:24:56) This is a simple set to add support to stream wide, container level cropping parameters, as featured in formats like Matroska and ISOBMFF. It's needed for things like AV1 streams generated by certain hardware e

Re: [FFmpeg-devel] [PATCH 5/7] fftools/ffmpeg_demux: Don't use fake object with av_opt_eval

2023-10-10 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2023-10-07 02:40:29) > The av_opt_eval family of functions emits errors messages on error > and can therefore not be used with fake objects when the AVClass > has a custom item_name callback. The AVClass for AVCodecContext > has such a custom callback (it searches whethe

Re: [FFmpeg-devel] [PATCH 6/7] fftools/ffmpeg_demux: Fix leak on error

2023-10-10 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2023-10-07 02:40:30) > An AVFormatContext leaks on errors that happen before it is attached > to its permanent place (an InputFile). Fix this by attaching > it earlier. > > Given that it is not documented that avformat_close_input() is usable > with an AVFormatContext t

Re: [FFmpeg-devel] [PATCH 0/7] Container level frame cropping parameters

2023-10-10 Thread Anton Khirnov
Quoting James Almer (2023-10-10 13:44:19) > On 10/10/2023 8:17 AM, Anton Khirnov wrote: > > Quoting James Almer (2023-10-07 18:24:56) > >> This is a simple set to add support to stream wide, container level > >> cropping > >> parameters, as featured in formats like Matroska and ISOBMFF. It's neede

[FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Michael Niedermayer
Hi all a vote on the General Assembly composition was apparently initiated with a duration of 6 days, i saw this in my inbox: "1009 23:49 Jean-Baptiste K (3,4K) Poll: FFmpeg AG members rules" There was no real prior discussion on the mailing list about this. There are 2 choices which are similar

Re: [FFmpeg-devel] [PATCH 0/7] Container level frame cropping parameters

2023-10-10 Thread James Almer
On 10/10/2023 8:54 AM, Anton Khirnov wrote: Quoting James Almer (2023-10-10 13:44:19) On 10/10/2023 8:17 AM, Anton Khirnov wrote: Quoting James Almer (2023-10-07 18:24:56) This is a simple set to add support to stream wide, container level cropping parameters, as featured in formats like Matro

Re: [FFmpeg-devel] [PATCH 0/7] Container level frame cropping parameters

2023-10-10 Thread Anton Khirnov
Quoting James Almer (2023-10-10 13:58:00) > On 10/10/2023 8:54 AM, Anton Khirnov wrote: > > Quoting James Almer (2023-10-10 13:44:19) > >> On 10/10/2023 8:17 AM, Anton Khirnov wrote: > >>> Quoting James Almer (2023-10-07 18:24:56) > This is a simple set to add support to stream wide, container

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Anton Khirnov
Quoting Michael Niedermayer (2023-10-10 13:56:45) > Hi all > > a vote on the General Assembly composition was apparently initiated with > a duration of 6 days, i saw this in my inbox: > "1009 23:49 Jean-Baptiste K (3,4K) Poll: FFmpeg AG members rules" > > There was no real prior discussion on the

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Jean-Baptiste Kempf
Hello, On Tue, 10 Oct 2023, at 13:56, Michael Niedermayer wrote: > a vote on the General Assembly composition was apparently initiated with > a duration of 6 days, i saw this in my inbox: > "1009 23:49 Jean-Baptiste K (3,4K) Poll: FFmpeg AG members rules" > > There was no real prior discussion on

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Jean-Baptiste Kempf
On Tue, 10 Oct 2023, at 14:42, Jean-Baptiste Kempf wrote: >> There was no real prior discussion on the mailing list about this. > http://ffmpeg.org/pipermail/ffmpeg-devel/2023-September/314772.html -- Jean-Baptiste Kempf - President +33 672 704 734 ___

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Michael Niedermayer
On Tue, Oct 10, 2023 at 02:32:57PM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2023-10-10 13:56:45) > > Hi all > > > > a vote on the General Assembly composition was apparently initiated with > > a duration of 6 days, i saw this in my inbox: > > "1009 23:49 Jean-Baptiste K (3,4K) Po

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Michael Niedermayer
On Tue, Oct 10, 2023 at 02:42:38PM +0200, Jean-Baptiste Kempf wrote: > Hello, > > On Tue, 10 Oct 2023, at 13:56, Michael Niedermayer wrote: > > a vote on the General Assembly composition was apparently initiated with > > a duration of 6 days, i saw this in my inbox: > > "1009 23:49 Jean-Baptiste K

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Michael Niedermayer
On Tue, Oct 10, 2023 at 02:32:57PM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2023-10-10 13:56:45) > > Hi all > > > > a vote on the General Assembly composition was apparently initiated with > > a duration of 6 days, i saw this in my inbox: > > "1009 23:49 Jean-Baptiste K (3,4K) Po

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Anton Khirnov
Quoting Michael Niedermayer (2023-10-10 14:58:53) > On Tue, Oct 10, 2023 at 02:32:57PM +0200, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2023-10-10 13:56:45) > > > Hi all > > > > > > a vote on the General Assembly composition was apparently initiated with > > > a duration of 6 days, i s

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Anton Khirnov
Quoting Michael Niedermayer (2023-10-10 15:21:42) > On Tue, Oct 10, 2023 at 02:32:57PM +0200, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2023-10-10 13:56:45) > > > Hi all > > > > > > a vote on the General Assembly composition was apparently initiated with > > > a duration of 6 days, i s

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Derek Buitenhuis
On 10/10/2023 12:56 PM, Michael Niedermayer wrote: > a vote on the General Assembly composition was apparently initiated with > a duration of 6 days, i saw this in my inbox: > "1009 23:49 Jean-Baptiste K (3,4K) Poll: FFmpeg AG members rules" Without commenting on anything else, I thought it was im

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread James Almer
On 10/10/2023 11:05 AM, Derek Buitenhuis wrote: On 10/10/2023 12:56 PM, Michael Niedermayer wrote: a vote on the General Assembly composition was apparently initiated with a duration of 6 days, i saw this in my inbox: "1009 23:49 Jean-Baptiste K (3,4K) Poll: FFmpeg AG members rules" Without co

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Derek Buitenhuis
On 10/10/2023 3:09 PM, James Almer wrote: > The email was sent from ffc...@gmx.de, a domain that some email > providers apparently dislike? Google at least is fine with it. I did not get it, not even in my spam. Neither did Vittorio. - Derek ___ ffmpeg

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Nicolas George
James Almer (12023-10-10): > The email was sent from ffc...@gmx.de, a domain that some email providers > apparently dislike? Google at least is fine with it. I do not know if I am on the voting list, but I can attest that no mail with that origin address reached the MX for my address. Regards, -

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread James Almer
On 10/10/2023 11:42 AM, Nicolas George wrote: James Almer (12023-10-10): The email was sent from ffc...@gmx.de, a domain that some email providers apparently dislike? Google at least is fine with it. I do not know if I am on the voting list, but I can attest that no mail with that origin addre

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Zhao Zhili
> From: ffmpeg-devel On Behalf Of James Almer > Sent: 2023年10月10日 22:55 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE > > On 10/10/2023 11:42 AM, Nicolas George wrote: > > James Almer (12023-10-10): > >> The email was sent from ffc...@gmx.de, a domain that some e

Re: [FFmpeg-devel] [RFC] Release 6.1

2023-10-10 Thread Neal Gompa
On Mon, Oct 9, 2023 at 1:42 PM Michael Niedermayer wrote: > > On Mon, Oct 09, 2023 at 05:37:42AM +0200, Lynne wrote: > > Jul 6, 2023, 18:04 by d...@lynne.ee: > > > > > It's been a while since we've had a release, and we've had > > > a lot of new features in. > > > We did say we would make releases

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Michael Niedermayer
On Tue, Oct 10, 2023 at 03:33:21PM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2023-10-10 14:58:53) > > On Tue, Oct 10, 2023 at 02:32:57PM +0200, Anton Khirnov wrote: > > > Quoting Michael Niedermayer (2023-10-10 13:56:45) > > > > Hi all > > > > > > > > a vote on the General Assembl

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Michael Niedermayer
On Tue, Oct 10, 2023 at 03:38:22PM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2023-10-10 15:21:42) > > On Tue, Oct 10, 2023 at 02:32:57PM +0200, Anton Khirnov wrote: > > > Quoting Michael Niedermayer (2023-10-10 13:56:45) > > > > Hi all > > > > > > > > a vote on the General Assembl

Re: [FFmpeg-devel] [PATCH] avfilter/libvmaf: remove deprecated options

2023-10-10 Thread Kyle Swanson
Hi, On Mon, Oct 9, 2023 at 10:17 AM Kyle Swanson wrote: > On Thu, Oct 5, 2023 at 1:19 PM Kyle Swanson wrote: > > Removal of deprecated libvmaf filter options. These options have been > > deprecated since 3d29724c008d8f27fecf85757152789b074e8ef9 (Jan 23, > > 2022). Patch attached. > > I'll push t

[FFmpeg-devel] [PATCH] avfilter/libvmaf: update pix_fmts

2023-10-10 Thread Kyle Swanson
Hi, This patch adds 12/16-bit support to the libvmaf filter. Unless there are questions/reviews, I'll push tomorrow. Patch attached. Thanks, Kyle 0001-avfilter-libvmaf-update-pix_fmts.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg

Re: [FFmpeg-devel] [PATCH] libavformat/hlsenc: set HTTP options before writing WebVTT HLS playlists

2023-10-10 Thread Steven Liu
Léon Spaans 于2023年10月7日周六 05:41写道: > > Fixes: Erroneous HTTP POST instead of HTTP PUT for WebVTT HLS variant > playlists. > > Signed-off-by: Léon Spaans > --- > libavformat/hlsenc.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > > diff --git a/libavformat/hlsenc.c b/libavforma

Re: [FFmpeg-devel] [PATCH 3/3] nlmeans_vulkan: parallelize workgroup invocations

2023-10-10 Thread Lynne
Oct 7, 2023, 17:08 by d...@lynne.ee: > Removes the clever subgroup parallel prefix computation, > and instead just computes the prefix inline. > Cuts down the number of dispatches by a huge amount. > > Provides a ~12x speedup (2.5fps to 30fps on a 7900XTX, > 2.1fps to 24fps on an Ada). > > Patch a