Kieran Kunhya via ffmpeg-devel (HE12025-10-15):
> FFmpeg should move to an LTS and development version like Ubuntu.
>
> Then companies can pay for older versions to have backports of security
> fixes (like Ubuntu).
Absolutely not. Quite the opposite: we should stop making releas
00644
--- a/libavutil/side_data.c
+++ b/libavutil/side_data.c
@@ -151,7 +151,7 @@ static AVFrameSideData
*add_side_data_from_buf_ext(AVFrameSideData ***sd,
if ((unsigned)*nb_sd >= FFMIN(INT_MAX, SIZE_MAX))
return NULL;
-tmp = av_realloc_array(*sd, sizeof(**sd), *nb_sd + 1);
+tmp = av_realloc_array(*sd, *nb_sd + 1, sizeof(**sd));
if (!tmp)
return NULL;
*sd = tmp;
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Hi
On Thu, Oct 09, 2025 at 07:21:09PM +0800, ZhangXu via ffmpeg-devel wrote:
> From: zhangxu
>
> Refer to Advanced Systems Format (ASF) Specification
>
> Parse AverageTimePerFrame from ExtendedStreamPropertiesObject
>
> Signed-off-by: ZhangXu
> ---
>
Michael Niedermayer via ffmpeg-devel (HE12025-10-13):
> theres also:
> https://lists.ffmpeg.org/lore/ffmpeg-devel/
This is a lot better. I do not find how to get a threaded index like we
used to have, but it looks usable.
Thanks.
Could we have a link to this version in the information p
> On Oct 14, 2025, at 14:30, Gyan Doshi via ffmpeg-devel
> wrote:
>
>
>
> On 2025-07-25 10:36 am, Jack Lau wrote:
>>
>>> On Jul 25, 2025, at 12:18, Gyan Doshi wrote:
>>>
>>>
>>>
>>> On 2025-07-25 03:29 am, Jack
Description: PGP signature
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Nicolas George via ffmpeg-devel (HE12025-10-17):
> > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20715
My answer did not reach there. The promised ability to reply by mail is
still missing.
Regards,
--
Nicolas George
___
ffmpeg-devel m
Nicolas George via ffmpeg-devel (HE12025-10-13):
> Thanks. It sucks a little less than the first impression. But it still
> sucks. The fact that it defaults to a non-monospace font, for starters,
> and tries to “pretty print” the mail is terrible for our use.
Also: threading. For exam
fmpeg -i
> http://play.global.audio/city.ogg -c copy -f null -
> ```
>
> I left a question in the PR, but no other concerns.
> Note I had found the above input stream from
> https://dir.xiph.org/codecs/Vorbis
>
> Thank you!
> Yalda
>
_________
On 10/3/25 12:39 PM, Rémi Denis-Courmont via ffmpeg-devel wrote:
Le perjantaina 3. lokakuuta 2025, 18.11.55 Itä-Euroopan kesäaika Martin
Storsjö a écrit :
Wanting to use the libav* libraries in a hybrid x86_64/arm64ec process
seems like something quite plausible though. Not something I'd g
On Fri, 3 Oct 2025, Rémi Denis-Courmont wrote:
Le 3 octobre 2025 15:44:56 GMT+03:00, "Martin Storsjö via ffmpeg-devel"
a écrit :
First off, calling a C function, which turns out to be in x86_64 mode,
will clobber those registers.
Will it? I thought code JITed from x86_64 to AAr
ption, field, action) do { \
AVDictionaryEntry *en = av_dict_get(options, option, NULL, 0); \
if (en) { \
--
2.49.1
_______
ffmpeg-devel mailing list -- ffmpeg-devel@f
On Mon, 13 Oct 2025, 14:28 michaelni via ffmpeg-devel, <
[email protected]> wrote:
> PR #20698 opened by michaelni
> URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20698
> Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20698.pa
GSoC 2025
What's the status on this?
Regards,
Gyan
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
nst double stream_start = av_q2d(st->time_base) * st->start_time;
-av_log(NULL, AV_LOG_INFO, ", start %.6f", stream_start);
+ av_log(NULL, log_level, ", start %.6f", stream_start);
}
dump_disposition(st->disposition, log_level);
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
extend_af(buf, write_pcr_bits(q, pcr));
q = get_ts_payload_start(buf);
--
2.34.1
___________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Michael Niedermayer via ffmpeg-devel (HE12025-10-14):
> As we are now looking for sponsors, we also should look for tasks to fund.
> PS: once we have enough yearly income we can look at hiring / funding
> people fulltime.
I will step into it:
This is severely misguided.
FFmpeg i
Hi
so many great awnsers, thanks everyone!!!
please keep the ideas comming, we already ordered fast SSD disks to handle the
load of ideas
On Tue, Oct 14, 2025 at 04:40:06AM +0200, Michael Niedermayer via ffmpeg-devel
wrote:
> Hi Everyone
>
> As we are now looking for sponsors, we al
On Tue, 14 Oct 2025, 23:53 Michael Niedermayer via ffmpeg-devel, <
[email protected]> wrote:
> Hi Timo
>
> On Wed, Oct 15, 2025 at 12:28:20AM +0200, Timo Rothenpieler via
> ffmpeg-devel wrote:
> > On 14.10.2025 04:40, Michael Niedermayer via ffmpeg-devel
pt + track->video.pixel_cropb) >=
track->video.pixel_height + !track->video.pixel_height)
return AVERROR_INVALIDDATA;
track->video.cropped_width = track->video.pixel_width -
track->video.pixel_cropl -
t
On 23.09.2025 22:44, Stefano Sabatini via ffmpeg-devel wrote:
On Tue, Sep 16, 2025 at 12:41 AM Michael Niedermayer via ffmpeg-devel
wrote:
Hi Timo
On Mon, Sep 15, 2025 at 10:20:30PM +0200, Timo Rothenpieler via ffmpeg-devel
wrote:
These are the hosting costs for code.ffmpeg.org so far
-
-pthread_mutex_unlock(&sch->schedule_lock);
}
+pthread_mutex_unlock(&sch->schedule_lock);
+
if (*in_idx == fg->nb_inputs) {
int terminate = waiter_wait(sch, &fg->waiter);
return terminate ? AVERROR_EOF : AVERROR(EAGAIN);
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
On Mon, 29 Sept 2025, 16:04 Lynne via ffmpeg-devel,
wrote:
> PR #20627 opened by Lynne
> URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20627
> Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20627.patch
>
> Nothing major.
>
>
> >From 485939f5ba2051d3091bb130
On 2025-10-14 12:13 pm, Jack Lau via ffmpeg-devel wrote:
On Oct 14, 2025, at 14:30, Gyan Doshi via ffmpeg-devel
wrote:
On 2025-07-25 10:36 am, Jack Lau wrote:
On Jul 25, 2025, at 12:18, Gyan Doshi wrote:
On 2025-07-25 03:29 am, Jack Lau wrote:
Signed-off-by: Jack Lau
PR #20626 opened by Ramiro Polla (ramiro)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20626
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20626.patch
This patchset is in preparation to add error recovery and multi-threaded
decoding using restart markers.
The most important changes
Hello,
Looking for a review for this patch, as it currently breaks WebP decoding and
is a 1-line fix.
Thanks,
RZ
On 8/22/25 13:38, rzumer via ffmpeg-devel wrote:
> PR #20316 opened by rzumer
> URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20316
> Patch URL: https://code.ffmpeg.o
nsert SPS/PPS before
IDR\n");
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
quot; only works if the folks in power share the values of
you and everyone you know entirely and always will -- Tom Scott
signature.asc
Description: PGP signature
_______
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listi
Hi all
On Sun, Aug 24, 2025 at 12:59:29PM +0200, Michael Niedermayer via ffmpeg-devel
wrote:
[...]
> > Option M:
> > This would be a merge of pauls last revission before files where
> > switched to GPL and the command line tool to AGPL
[...]
> > Option C:
&g
looks like av_clip_int16 would
downcast that long to int anyway so the possibility of overflow already
existed there. I've put it back to int just to match the existing
behavior.
_______
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.o
4];
av_log(avctx, AV_LOG_DEBUG, "BOX event emitted\n");
@@ -587,7 +617,7 @@ static int libjxl_receive_frame(AVCodecContext *avctx,
AVFrame *frame)
continue;
}
default:
- av_log(avctx, AV_LOG_ERROR, "Bad libjxl event: %d\n", jret);
+ av_log(avctx, AV_LOG_ERROR, "Bad libjxl event: %d\n", ctx->jret);
return AVERROR_EXTERNAL;
}
}
--
2.49.1
___
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
> On Aug 24, 2025, at 4:11 AM, Kieran Kunhya via ffmpeg-devel
> wrote:
>
> On Sun, 24 Aug 2025, 11:56 Michael Niedermayer via ffmpeg-devel, <
> [email protected]> wrote:
>
>> Hi Kieran
>>
>> On Sun, Aug 24, 2025 at 07:53:45AM +0100, Kieran Ku
On Mon, 25 Aug 2025, 05:38 Baptiste Coudurier,
wrote:
>
> > On Aug 24, 2025, at 4:11 AM, Kieran Kunhya via ffmpeg-devel <
> [email protected]> wrote:
> >
> > On Sun, 24 Aug 2025, 11:56 Michael Niedermayer via ffmpeg-devel, <
> > ffmpeg-deve
y be. I am also happy to do nothing.
> > >
> > > This activity is completely voluntary, there is no guarantee that all
> > > (or any) proposals will be accepted by SPI and/or STF, and the chances
> > > of success are unknown (to me). The activity was reasonably successf
> On Jul 31, 2025, at 17:05, yangsen5 via ffmpeg-devel
> wrote:
>
> From: yangsen5 <[email protected]>
>
> Signed-off-by: yangsen5 <[email protected]>
> ---
> libavformat/file.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
>
lid size: %"PRIu32"\n", au_size);
return AVERROR_INVALIDDATA;
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
also adjust the version criteria per
architecture.)
// Martin
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
if (received_nb_signals)
+ break;
+
/* if 'q' pressed, exits */
if (stdin_interaction)
if (check_keyboard_interaction(cur_time) < 0)
--
2.51.0
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscr
;: "v1.0.0",
+
+"entity": {
+"type": "group",
+"role": "owner",
+"name": "FFmpeg",
+"email": "[email protected]",
+"description": "FFmpeg is the lea
< 0) {
+av_bprint_finalize(&filename, NULL);
return ret;
+}
memset(header + ret, 0, sizeof(header) - ret);
avio_skip(f[0], -ret);
pd.buf = header;
pd.buf_size = ret;
-pd.filename = filename;
+pd.filename = filename.str;
ifmt = ffifmt(av_probe_input_format3(&pd, 1, &score));
if (ifmt && ifmt->read_packet == ff_img_read_packet &&
ifmt->raw_codec_id)
@@ -457,7 +465,7 @@ int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt)
if (s->ts_from_file) {
struct stat img_stat;
av_assert0(!s->is_pipe); // The ts_from_file option is not supported
by piped input demuxers
-if (stat(filename, &img_stat)) {
+if (stat(filename.str, &img_stat)) {
res = AVERROR(EIO);
goto fail;
}
@@ -480,10 +488,11 @@ int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt)
* as packet side_data.
*/
if (!s->is_pipe && s->export_path_metadata == 1) {
-res = add_filename_as_pkt_side_data(filename, pkt);
+res = add_filename_as_pkt_side_data(filename.str, pkt);
if (res < 0)
goto fail;
}
+av_bprint_finalize(&filename, NULL);
pkt->size = 0;
for (i = 0; i < 3; i++) {
@@ -522,6 +531,7 @@ int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt)
}
fail:
+av_bprint_finalize(&filename, NULL);
if (!s->is_pipe) {
for (i = 0; i < 3; i++) {
if (f[i] != s1->pb)
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
On Thu, Aug 28, 2025 at 10:11 PM Michael Niedermayer via ffmpeg-devel
wrote:
> +
> +"funding": {
> +"channels": [{
> +"guid": "ffmpeg-spi",
> +"type": "other",
> +"ad
On Tue, 26 Aug 2025, Nicolas George via ffmpeg-devel wrote:
Marton Balint via ffmpeg-devel (HE12025-08-24):
From f8e83bce6269c95fbad90f34434ceb641bf753d5 Mon Sep 17 00:00:00 2001
From: Marton Balint
Date: Sun, 24 Aug 2025 21:42:54 +0200
Subject: [PATCH 1/2] avutil/bprint: make av_bprintf
Marton Balint via ffmpeg-devel (HE12025-08-24):
> >From 4532caf820dcb2bc2cbac3d4e782ad27cf9fd76b Mon Sep 17 00:00:00 2001
> From: Marton Balint
> Date: Sun, 24 Aug 2025 21:35:41 +0200
> Subject: [PATCH 2/2] avutil/bprint: fix av_bprint_strftime with %p format
> string reportin
On 8/25/2025 4:59 PM, Raphael Zumer via ffmpeg-devel wrote:
> Looking for a review for this patch, as it currently breaks WebP decoding and
> is a 1-line fix
Reviewed and merged.
This needs to be backported to 8.0 as it is a major regression in WebP decoding.
-
On Tue, 26 Aug 2025, Nicolas George via ffmpeg-devel wrote:
Marton Balint via ffmpeg-devel (HE12025-08-24):
From 4532caf820dcb2bc2cbac3d4e782ad27cf9fd76b Mon Sep 17 00:00:00 2001
From: Marton Balint
Date: Sun, 24 Aug 2025 21:35:41 +0200
Subject: [PATCH 2/2] avutil/bprint: fix
Marton Balint via ffmpeg-devel (HE12025-08-24):
> >From f8e83bce6269c95fbad90f34434ceb641bf753d5 Mon Sep 17 00:00:00 2001
> From: Marton Balint
> Date: Sun, 24 Aug 2025 21:42:54 +0200
> Subject: [PATCH 1/2] avutil/bprint: make av_bprintf use av_vbprintf
>
> No reason
uint16_t*, ctx->frm0, ctx->frm2);
}
@@ -1436,8 +1432,7 @@ static int old_codec47(SANMVideoContext *ctx, int width,
int height)
}
if (seq == ctx->prev_seq + 1)
ctx->rotate_code = new_rot;
-else
-ctx->rotate_code = 0;
+
ctx->prev_seq = seq;
return 0;
@@ -1691,7 +1686,7 @@ static int old_codec48(SANMVideoContext *ctx, int width,
int height)
"Subcodec 48 compression %d", compr);
return AVERROR_PATCHWELCOME;
}
-ctx->rotate_code = 1;// swap frm[0] and frm[2]
+ctx->rotate_code = 1;// swap frm0 and frm2
ctx->prev_seq = seq;
return 0;
}
@@ -2496,7 +2491,7 @@ static int decode_frame(AVCodecContext *avctx, AVFrame
*frame,
}
if (ctx->rotate_code)
rotate_bufs(ctx, ctx->rotate_code);
-
+ctx->rotate_code = 0;
return pkt->size;
}
--
2.49.1
>From 33d7d6cf050e9d8c7acdafaa7fd9b14e622813fd Mon Sep 17 00:00:00 2001
From: Manuel Lauss
Date: Tue, 26 Aug 2025 22:52:26 +0200
Subject: [PATCH 11/11] Revert "avcodec/sanm: Check w,h,left,top"
This reverts commit 134fbfd1dcb59441e38d870ddd231772f4e8e127.
As it breaks valid uses of this in Rebel Assault 1 videos.
---
libavcodec/sanm.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/libavcodec/sanm.c b/libavcodec/sanm.c
index 1bdbca3aa3..3c012a87bf 100644
--- a/libavcodec/sanm.c
+++ b/libavcodec/sanm.c
@@ -1793,11 +1793,6 @@ static int process_frame_obj(SANMVideoContext *ctx,
GetByteContext *gb,
memset(ctx->fbuf, 0, ctx->frm0_size);
}
-if (w + FFMAX(left, 0) > ctx->avctx->width || h + FFMAX(top, 0) >
ctx->avctx->height) {
-avpriv_request_sample(ctx->avctx, "overly large frame\n");
-return AVERROR_PATCHWELCOME;
-}
-
switch (codec) {
case 1:
case 3:
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
file references (e.g.
https://docs.fileformat.com/video/srt/).
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
e.dpx
812672 tests/data/images/rgba64le.dpx/02.rgba64le.dpx
tests/data/images/rgba64le.dpx/%02d.rgba64le.dpx CRC=0xe72ce131
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
(start_t / 6) % 60, (start_t / 1000) % 60,
start_t % 1000, end_t / 360, (end_t / 6) % 60,
--
2.49.1
_______________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
___
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
On 20/08/2025 08:28, Ingo Oppermann via ffmpeg-devel wrote:
>
>> On 20 Aug 2025, at 00:27, Jacob Lifshay via ffmpeg-devel
>> wrote:
>>
>>
>>
>> On August 19, 2025 2:27:12 PM PDT, Michael Niedermayer via ffmpeg-devel
>> wrote:
>>> Hi all
&g
On 20/08/2025 10:47, Frank Plowman via ffmpeg-devel wrote:
> Some people who haven't yet had one:
> * Fourier
Sorry, seems a release was named Fourier all the way back in 2013.
> * Shannon
> * Kolmogorov
> * Dirac
> * Kronecker
> * Huffman
> * Hamming
> *
On 2025-08-20 03:17 pm, Frank Plowman via ffmpeg-devel wrote:
On 20/08/2025 08:28, Ingo Oppermann via ffmpeg-devel wrote:
On 20 Aug 2025, at 00:27, Jacob Lifshay via ffmpeg-devel
wrote:
On August 19, 2025 2:27:12 PM PDT, Michael Niedermayer via ffmpeg-devel
wrote:
Hi all
what name
On 8/20/2025 1:26 AM, Michael Niedermayer via ffmpeg-devel wrote:
Hi
It seems the forgejo CI takes about
13min to do fate on aarch64 and x86-64 and build on win64
Locally i run
fate + install on x86-64
build on x86-32, mingw64, arm32, mips, ppc, x86-64 + shared libs
testprogs
< sps->pixel_shift)]
: NULL
const HEVCContext *const s = lc->parent;
--
2.49.1
___
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
ary, there is no guarantee that all
> > (or any) proposals will be accepted by SPI and/or STF, and the chances
> > of success are unknown (to me). The activity was reasonably successful
> > last year.
> >
> > Best,
> >
> > -- Pierre
> ___
alue.uint[0] = 1;
+av_exif_remove_entry(avctx, cloned, orient->id, 0);
+ifd = cloned;
}
}
-ret = av_exif_ifd_to_dict(avctx, cloned ? cloned : ifd, &frame->metadata);
+ ret = av_exif_ifd_to_dict(avctx, ifd, &frame->metadata);
if (ret < 0)
return ret;
if (cloned || !og) {
-ret = av_exif_write(avctx, cloned ? cloned : ifd, &written,
AV_EXIF_TIFF_HEADER);
+ret = av_exif_write(avctx, ifd, &written, AV_EXIF_TIFF_HEADER);
if (ret < 0)
goto end;
}
--
2.49.1
___
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
,
Marton
___
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
Hi,
On Wed, Jul 23, 2025 at 10:51 AM Nil Fons Miret via ffmpeg-devel
wrote:
> Pinging this patch from a couple weeks ago. To be clear, I am not sure
> how people typically use ffmpeg's ID3v2 support, so please let me know
> if the patch is missing something and I'm happy to
ret = av_exif_ifd_to_dict(logctx, cloned ? cloned : ifd, &frame->metadata);
if (ret < 0)
-return ret;
+goto end;
if (cloned || !og) {
ret = av_exif_write(logctx, cloned ? cloned : ifd, &written,
AV_EXIF_TIFF_HEADER);
--
2.49.1
________
Hi
On Wed, Aug 20, 2025 at 05:56:27PM +0200, Timo Rothenpieler via ffmpeg-devel
wrote:
> On 8/20/2025 1:26 AM, Michael Niedermayer via ffmpeg-devel wrote:
> > Hi
> >
> > It seems the forgejo CI takes about
> > 13min to do fate on aarch64 and x86-64 and build on w
On 8/20/2025 9:25 PM, Michael Niedermayer via ffmpeg-devel wrote:
Hi
On Wed, Aug 20, 2025 at 05:56:27PM +0200, Timo Rothenpieler via ffmpeg-devel
wrote:
On 8/20/2025 1:26 AM, Michael Niedermayer via ffmpeg-devel wrote:
Hi
It seems the forgejo CI takes about
13min to do fate on aarch64 and
On Wed, 20 Aug 2025, 11:37 Michael Niedermayer via ffmpeg-devel, <
[email protected]> wrote:
> Hi Pierre
>
> On Wed, Aug 20, 2025 at 09:28:26AM -0700, Pierre-Anthony Lemieux via
> ffmpeg-devel wrote:
> > On Wed, Aug 20, 2025 at 9:24 AM Niklas Haas via ffmpeg-devel
&g
> On 20 Aug 2025, at 00:27, Jacob Lifshay via ffmpeg-devel
> wrote:
>
>
>
> On August 19, 2025 2:27:12 PM PDT, Michael Niedermayer via ffmpeg-devel
> wrote:
>> Hi all
>>
>> what name should we give 8.0 ?
>
> IDK if it's a very good su
Gyan Dochi wrote:
>>* Huffman
>
>+1
+1
Best regards, Reto
___
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected]
On Wed, 20 Aug 2025, 19:47 Lynne via ffmpeg-devel,
wrote:
> ---
> src/index | 42 ++
> 1 file changed, 42 insertions(+)
>
> diff --git a/src/index b/src/index
> index 52829e1..a07f4b8 100644
> --- a/src/index
> +++ b/src
On Thu, 21 Aug 2025 13:32:02 +0200 Michael Niedermayer via ffmpeg-devel
wrote:
> Hi
>
> Should we use a Merge or Cherry picks for integrating Pauls work ?
>
> Following are 2 plans, as we execute either we may run into issues
> and of course adapt them as needed. (or even sw
On 2025-08-21 11:17 am, Lynne via ffmpeg-devel wrote:
---
src/index | 42 ++
1 file changed, 42 insertions(+)
This should be pushed now that the release is tagged (with the date
corrected)
Regards,
Gyan
diff --git a/src/index b/src/index
index
On 22/08/2025 07:00, Kieran Kunhya via ffmpeg-devel wrote:
On Thu, 21 Aug 2025, 11:33 Michael Niedermayer via ffmpeg-devel, <
[email protected]> wrote:
Hi
On Thu, Aug 21, 2025 at 12:31:46AM +0200, Timo Rothenpieler via
ffmpeg-devel wrote:
On 8/20/2025 9:25 PM, Michael Niedermay
On Thu, 21 Aug 2025 14:47:03 +0900 Lynne via ffmpeg-devel
wrote:
> ---
> src/index | 42 ++
> 1 file changed, 42 insertions(+)
>
> diff --git a/src/index b/src/index
> index 52829e1..a07f4b8 100644
> --- a/src/index
> +++ b/src
Hi Niklas
On Fri, Aug 22, 2025 at 02:29:56PM +0200, Niklas Haas via ffmpeg-devel wrote:
> On Thu, 21 Aug 2025 13:32:02 +0200 Michael Niedermayer via ffmpeg-devel
> wrote:
> > Hi
> >
> > Should we use a Merge or Cherry picks for integrating Pauls work ?
> >
&g
On Thu, 21 Aug 2025, 11:33 Michael Niedermayer via ffmpeg-devel, <
[email protected]> wrote:
> Hi
>
> On Thu, Aug 21, 2025 at 12:31:46AM +0200, Timo Rothenpieler via
> ffmpeg-devel wrote:
> > On 8/20/2025 9:25 PM, Michael Niedermayer via ffmpeg-devel wrote:
> >
On Fri, 22 Aug 2025 15:47:04 +0200 Nicolas George via ffmpeg-devel
wrote:
> The filters that do not even touch the alpha plane are the most likely
> to produce invalid garbage with premultiplied alpha. They should NOT
> enable support.
Quod non sequitur.
Filters which do not touch
On 22/08/2025 16:54, Michael Niedermayer via ffmpeg-devel wrote:
Hi Timo
On Fri, Aug 22, 2025 at 02:13:14PM +0200, Timo Rothenpieler via ffmpeg-devel
wrote:
[...]
But then again, GitHub/MS gives us 20 parallel runners for free, and we can
freely pick if they're running on x86_64 or aa
Hi Niklas
On Fri, Aug 22, 2025 at 02:29:56PM +0200, Niklas Haas via ffmpeg-devel wrote:
> On Thu, 21 Aug 2025 13:32:02 +0200 Michael Niedermayer via ffmpeg-devel
> wrote:
> > Hi
> >
> > Should we use a Merge or Cherry picks for integrating Pauls work ?
> >
&g
Hi.
Niklas Haas via ffmpeg-devel (HE12025-08-20):
> I accidentally deleted a line too many here, the text was supposed to read:
>
> Do you expect filter authors to remember to enable support for
> premultiplied alpha, even if they don't even touch the alpha plane?
Hi. It is a
On Fri, Aug 22, 2025 at 02:13:14PM +0200, Timo Rothenpieler via ffmpeg-devel
wrote:
> On 22/08/2025 07:00, Kieran Kunhya via ffmpeg-devel wrote:
> > On Thu, 21 Aug 2025, 11:33 Michael Niedermayer via ffmpeg-devel, <
> > [email protected]> wrote:
> >
> >
Hi Timo
On Fri, Aug 22, 2025 at 02:13:14PM +0200, Timo Rothenpieler via ffmpeg-devel
wrote:
[...]
> But then again, GitHub/MS gives us 20 parallel runners for free, and we can
> freely pick if they're running on x86_64 or aarch64, Linux, Windows or even
> OSX.
> As long as they
xtradata_size = av_calloc(1, sizeof(*track->extradata_size));
+}
+
track->extradata[0] = av_memdup(stub_header, sizeof(stub_header));
if (!track->extradata[0])
return AVERROR(ENOMEM);
--
2.49.1
___________
ffmpeg-devel mailing lis
e,
vcodec_name,
whip->video_payload_type,
- profile,
+ profile_idc,
profile_iop,
level,
whip->video_ssrc,
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
s,
Desmond Liu
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
ny centralized document in the ffmpeg repo
on where to find external libraries. The README.md file in the ffmpeg
repo doesn't seem appropriate.
If you could point to a place, I'd be happy to make the change.
Regards,
Desmond Liu
_______
ffmpe
, pkt->data + 4, size);
+
+pkt->pos = pos;
+pkt->stream_index = 0;
+pkt->duration = duration;
+
+return 0;
+}
+
+const FFInputFormat ff_ueba_demuxer = {
+.p.name = "ueba",
+ .p.long_name= NULL_IF_CONFIG_SMALL("Unreal Engine Bink Audio"),
+.p.flags= AVFMT_GENERIC_INDEX,
+.read_probe = ueba_probe,
+.read_header= ueba_read_header,
+.read_packet= ueba_read_packet,
+};
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
x27;num=101'
Setting options string 'unum=bogus'
Setting entry with key 'unum' to value 'bogus'
Undefined constant or missing '(' in 'bogus'
-Unable to parse option value "bogus"
+Unable to parse "unum" option value "bogus"
Error 'unum=bogus'
Setting options string 'unum=44'
Setting entry with key 'unum' to value '44'
@@ -396,7 +396,7 @@ Error 'unum=2147483649'
Setting options string 'num64=bogus'
Setting entry with key 'num64' to value 'bogus'
Undefined constant or missing '(' in 'bogus'
-Unable to parse option value "bogus"
+Unable to parse "num64" option value "bogus"
Error 'num64=bogus'
Setting options string 'num64=44'
Setting entry with key 'num64' to value '44'
@@ -421,7 +421,7 @@ Error 'num64=4294967297'
Setting options string 'flt=bogus'
Setting entry with key 'flt' to value 'bogus'
Undefined constant or missing '(' in 'bogus'
-Unable to parse option value "bogus"
+Unable to parse "flt" option value "bogus"
Error 'flt=bogus'
Setting options string 'flt=2'
Setting entry with key 'flt' to value '2'
@@ -440,7 +440,7 @@ Error 'flt=101'
Setting options string 'dbl=bogus'
Setting entry with key 'dbl' to value 'bogus'
Undefined constant or missing '(' in 'bogus'
-Unable to parse option value "bogus"
+Unable to parse "dbl" option value "bogus"
Error 'dbl=bogus'
Setting options string 'dbl=2'
Setting entry with key 'dbl' to value '2'
@@ -496,7 +496,7 @@ Error '5:size=pal:hello'
Setting options string ':'
Setting 'num' to value ''
Undefined constant or missing '(' in ''
-Unable to parse option value ""
+Unable to parse "num" option value ""
Error ':'
Setting options string '='
Setting '' to value ''
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
ek = rtsp_read_seek,
.read_play = rtsp_read_play,
.read_pause = rtsp_read_pause,
+.handle_command = rtsp_handle_command,
+ .read_command_reply = rtsp_read_command_reply,
};
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
bably should be mentioned in the ffmpeg fork README.md
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
ED_MORE_INPUT:
av_log(avctx, AV_LOG_DEBUG, "NEED_MORE_INPUT event emitted\n");
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
ter
> - libavcodec/nicodec.h includes ni_device_api.h, so
> https://github.com/NETINT-Technologies/netint_libxcoder is a prerequisite
> ... that probably should be mentioned in the ffmpeg fork README.md
>
>
>
also, netint_libxcoder README docs url returns a 404 Not Found:
https://docs.neti
Hi Remi
On Sun, Aug 24, 2025 at 04:46:09PM +0300, Rémi Denis-Courmont via ffmpeg-devel
wrote:
> Le sunnuntai 24. elokuuta 2025, 13.47.49 Itä-Euroopan kesäaika Michael
> Niedermayer via ffmpeg-devel a écrit :
[...]
> > And you simply posted thilos street address in public.
>
On 8/27/2025 12:54 PM, Michael Niedermayer via ffmpeg-devel wrote:
> Here:
> https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2024-November/336263.html
>
> You wrote this:
> "I also do not believe STF and SPI are being used appropriately, and
> I believe Thilo is recie
On Wed, Aug 27, 2025 at 6:03 PM Michael Niedermayer via ffmpeg-devel
wrote:
>
> Hi Remi
>
> On Sun, Aug 24, 2025 at 04:46:09PM +0300, Rémi Denis-Courmont via
> ffmpeg-devel wrote:
> > Le sunnuntai 24. elokuuta 2025, 13.47.49 Itä-Euroopan kesäaika Michael
> > Niedermay
ration);
}
-ret = init_legacy_subpass(graph, sws, input, output);
-if (ret < 0) {
-sws_free_context(&sws);
-return ret;
-}
-
-return 0;
+ return init_legacy_subpass(graph, sws, input, output);
}
/******
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Hi Derek
On Sun, Aug 24, 2025 at 03:33:32PM +0100, Derek Buitenhuis via ffmpeg-devel
wrote:
> On 8/24/2025 2:46 PM, Rémi Denis-Courmont via ffmpeg-devel wrote:
> > Le sunnuntai 24. elokuuta 2025, 13.47.49 Itä-Euroopan kesäaika Michael
> > Niedermayer via ffmpeg-devel a écrit :
e_anchors=410/1023
> > +bezier_curve_anchors=512/1023
> > +bezier_curve_anchors=614/1023
> > +bezier_curve_anchors=717/1023
> > +bezier_curve_anchors=819/1023
> > +bezier_curve_anchors=922/1023
> > +[/SIDE_DATA]
> > +[/FRAME]
> > \ No newline at end of file
> > --
> > 2.50.1.703.g449372360f-goog
>
> Note that this is a simplified version of v2 now that ffprobe supports
> the -codec:v flag.
> This allows testing reading and writing of HDR10+ metadata in a single test,
> and
> removes the need for a new test file.
Friendly ping.
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
; 0)
av_log(avctx, AV_LOG_WARNING, "unable to process EXIF frame
data\n");
+av_exif_free(&ifd);
} else {
sd = av_frame_get_side_data(frame, AV_FRAME_DATA_DISPLAYMATRIX);
if (sd)
--
2.49.1
___
ffmpeg
variable in array access
libavfilter/vf_minterpolate.c | 21 -
1 file changed, 12 insertions(+), 9 deletions(-)
--
2.51.0
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to ffmpeg-devel-le
51.0
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
}
-
-val += pixel_weights->weights[i] *
frame->avf->data[plane][x_mv + y_mv * frame->avf->linesize[plane]];
}
val = ROUNDED_DIV(val, weight_sum);
--
2.51.0
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
2801 - 2900 of 3586 matches
Mail list logo