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:
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
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
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;
>
>
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
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
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 +
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
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(+)
> >>
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
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,
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
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/
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,
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
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
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
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
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
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
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
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
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
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
___
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
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
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
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
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
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
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
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
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,
-
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
> 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
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
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
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
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
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
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
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
42 matches
Mail list logo