[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-17 Thread Nicolas George via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] general: fix warning 'av_malloc_array' sizes specified with 'sizeof' (PR #20663)

2025-10-17 Thread Baptiste Coudurier via ffmpeg-devel
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]

[FFmpeg-devel] Re: [PATCH] libavformat/asfdec_f: add asf video average framerate support

2025-10-17 Thread Michael Niedermayer via ffmpeg-devel
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 > --- >

[FFmpeg-devel] Re: New mailing-list archive

2025-10-17 Thread Nicolas George via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH v2] Changlog: mention add WHIP muxer (experimental)

2025-10-17 Thread Jack Lau via ffmpeg-devel
> 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

[FFmpeg-devel] Re: [PATCH] doc/infra: More details about hosting and security

2025-10-17 Thread Michael Niedermayer via ffmpeg-devel
Description: PGP signature _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] avfilter: add raw PCM dump between AVFilter links (PR #20715)

2025-10-17 Thread Nicolas George via ffmpeg-devel
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

[FFmpeg-devel] Re: New mailing-list archive

2025-10-17 Thread Nicolas George via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH v2] ogg/vorbis: implement header packet skip in chained ogg bitstreams.

2025-10-17 Thread Romain Beauxis via ffmpeg-devel
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 > _________

[FFmpeg-devel] Re: [DISCUSSION] Adding ARM64EC support to FFmpeg

2025-10-17 Thread Stephen Hutchinson via ffmpeg-devel
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

[FFmpeg-devel] Re: [DISCUSSION] Adding ARM64EC support to FFmpeg

2025-10-17 Thread Martin Storsjö via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] abformat/tee: fixing the default options setting (PR #20710)

2025-10-17 Thread Artem Smorodin via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] swscale/output: Fix unsigned cast position in yuv2* (PR #20698)

2025-10-13 Thread Kieran Kunhya via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH v2] Changlog: mention add WHIP muxer (experimental)

2025-10-13 Thread Gyan Doshi via ffmpeg-devel
GSoC 2025 What's the status on this? Regards, Gyan ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avformat/dump: fix log level passed to av_log when printing stream group side data (PR #20701)

2025-10-13 Thread James Almer via ffmpeg-devel
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]

[FFmpeg-devel] [PATCH] avformat/mpegtsenc: Limit TS invalid messages

2025-10-02 Thread David Dominguez via ffmpeg-devel
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]

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-15 Thread Nicolas George via ffmpeg-devel
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

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-14 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-14 Thread Kieran Kunhya via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat/matroskadec: relax the check for cropped dimensions (PR #20653)

2025-10-18 Thread James Almer 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

[FFmpeg-devel] Re: [REFUND-REQUEST] code.ffmpeg.org hosting cost

2025-10-18 Thread Timo Rothenpieler via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] fftools: silence coverity race condition warning (PR #20638)

2025-10-18 Thread Niklas Haas via ffmpeg-devel
- -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]

[FFmpeg-devel] Re: [PATCH] Miscellaneous aacdec_usac cleanups (PR #20627)

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH v2] Changlog: mention add WHIP muxer (experimental)

2025-10-18 Thread Gyan Doshi via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] Various avcodec/mjpegdec improvements (PR #20626)

2025-10-18 Thread Ramiro Polla via ffmpeg-devel
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

Re: [FFmpeg-devel] [PATCH] avcodec/webp: fix incorrectly returning AVERROR_INVALIDDATA when building Huffman reader (PR #20316)

2025-08-25 Thread Raphael Zumer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat/whip: simplify the udp read in whip_write_packet (PR #20339)

2025-08-25 Thread Jack Lau via ffmpeg-devel
nsert SPS/PPS before IDR\n"); -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] fate runners/clients

2025-08-25 Thread Michael Niedermayer via ffmpeg-devel
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

Re: [FFmpeg-devel] [POLL][RFC] Merge vs Cherry pick for integration of changes

2025-08-25 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] vf_colorspace: Add an option to clamp trc LUT output

2025-08-25 Thread Drew Dunne via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/libjxldec: submit frame after file is complete (PR #20337)

2025-08-25 Thread Leo Izen via ffmpeg-devel
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".

Re: [FFmpeg-devel] Legal Advice Was: [POLL][RFC] Merge vs Cherry pick for integration of changes

2025-08-24 Thread Baptiste Coudurier via ffmpeg-devel
> 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

Re: [FFmpeg-devel] Legal Advice Was: [POLL][RFC] Merge vs Cherry pick for integration of changes

2025-08-24 Thread Kieran Kunhya via ffmpeg-devel
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

Re: [FFmpeg-devel] STF 2025 grant request (2025-09-01 target)

2025-08-25 Thread Niklas Haas via ffmpeg-devel
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

Re: [FFmpeg-devel] [PATCH] add option in file.c: pkt_size to set max_packet_size

2025-08-25 Thread Zhao Zhili via ffmpeg-devel
> 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(-) > >

[FFmpeg-devel] [PATCH] avformat/apv: fix range of au_size (PR #20340)

2025-08-25 Thread Dariusz Frankiewicz via ffmpeg-devel
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]

[FFmpeg-devel] Re: [PATCH] gcc:Allow RISC-V port with '-ftree-vectorize'.

2025-08-26 Thread Martin Storsjö via ffmpeg-devel
also adjust the version criteria per architecture.) // Martin _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] fftools/ffmpeg: fix gracefully shutdown

2025-08-28 Thread Patrick Wang via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] web: Add funding.json

2025-08-28 Thread Michael Niedermayer via ffmpeg-devel
;: "v1.0.0", + +"entity": { +"type": "group", +"role": "owner", +"name": "FFmpeg", +"email": "[email protected]", +"description": "FFmpeg is the lea

[FFmpeg-devel] [PATCH] Remove path length limits from various places using av_get_frame_filename() (PR #20363)

2025-08-28 Thread Marton Balint via ffmpeg-devel
< 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]

[FFmpeg-devel] Re: [PATCH] web: Add funding.json

2025-08-28 Thread Kieran Kunhya via ffmpeg-devel
On Thu, Aug 28, 2025 at 10:11 PM Michael Niedermayer via ffmpeg-devel wrote: > + > +"funding": { > +"channels": [{ > +"guid": "ffmpeg-spi", > +"type": "other", > +"ad

[FFmpeg-devel] Re: [PATCH] avutil/bprint: fix av_bprint_strftime with %p format string reporting truncated output (PR #20330)

2025-08-26 Thread Marton Balint via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] avutil/bprint: fix av_bprint_strftime with %p format string reporting truncated output (PR #20330)

2025-08-26 Thread Nicolas George via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] avcodec/webp: fix incorrectly returning AVERROR_INVALIDDATA when building Huffman reader (PR #20316)

2025-08-26 Thread Derek Buitenhuis via ffmpeg-devel
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. -

[FFmpeg-devel] Re: [PATCH] avutil/bprint: fix av_bprint_strftime with %p format string reporting truncated output (PR #20330)

2025-08-26 Thread Marton Balint via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] avutil/bprint: fix av_bprint_strftime with %p format string reporting truncated output (PR #20330)

2025-08-26 Thread Nicolas George via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] WIP: avcodec/sanm: updates (PR #20350)

2025-08-27 Thread Manuel Lauss via ffmpeg-devel
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]

[FFmpeg-devel] Re: [PATCH] libavfilter: Whisper audio filter

2025-08-29 Thread Vittorio Palmisano via ffmpeg-devel
file references (e.g. https://docs.fileformat.com/video/srt/). _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] dpxenc: map AVCodecContext color transfer and color primaries fields (PR #20365)

2025-08-29 Thread Peter Ross via ffmpeg-devel
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]

[FFmpeg-devel] [PATCH] avfilter/af_whisper: fix srt file format (PR #20368)

2025-08-29 Thread Vittorio Palmisano via ffmpeg-devel
(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] CI

2025-08-19 Thread Michael Niedermayer via ffmpeg-devel
___ 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".

Re: [FFmpeg-devel] FFmpeg 8.0 Name

2025-08-20 Thread Frank Plowman via ffmpeg-devel
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

Re: [FFmpeg-devel] FFmpeg 8.0 Name

2025-08-20 Thread Frank Plowman via ffmpeg-devel
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 > *

Re: [FFmpeg-devel] FFmpeg 8.0 Name

2025-08-20 Thread Gyan Doshi via ffmpeg-devel
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

Re: [FFmpeg-devel] CI

2025-08-20 Thread Timo Rothenpieler via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/hevc: Fix invalid null pointer check (PR #20290)

2025-08-20 Thread Zhao Zhili via ffmpeg-devel
< 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".

Re: [FFmpeg-devel] STF 2025 grant request (2025-09-01 target)

2025-08-20 Thread Niklas Haas via ffmpeg-devel
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 > ___

[FFmpeg-devel] [PATCH] Assorted Exif changes (PR #20297)

2025-08-20 Thread James Almer via ffmpeg-devel
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".

[FFmpeg-devel] [RFC] avformat/img2dec: remove deprecated glob_sequence pattern type

2025-08-20 Thread Marton Balint via ffmpeg-devel
, 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".

Re: [FFmpeg-devel] [PATCH] avformat/demux: avoid unconditional ID3v2 tag consumption

2025-08-20 Thread Kyle Swanson via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/exif: fix some coverity errors (PR #20296)

2025-08-20 Thread Leo Izen via ffmpeg-devel
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 ________

Re: [FFmpeg-devel] CI

2025-08-20 Thread Michael Niedermayer via ffmpeg-devel
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

Re: [FFmpeg-devel] CI

2025-08-20 Thread Timo Rothenpieler via ffmpeg-devel
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

Re: [FFmpeg-devel] STF 2025 grant request (2025-09-01 target)

2025-08-20 Thread Kieran Kunhya via ffmpeg-devel
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

Re: [FFmpeg-devel] FFmpeg 8.0 Name

2025-08-20 Thread Ingo Oppermann via ffmpeg-devel
> 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

Re: [FFmpeg-devel] FFmpeg 8.0 Name

2025-08-20 Thread Reto Kromer via ffmpeg-devel
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]

Re: [FFmpeg-devel] [PATCH] Announce FFmpeg 8.0

2025-08-21 Thread Kieran Kunhya via ffmpeg-devel
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

Re: [FFmpeg-devel] [POLL][RFC] Merge vs Cherry pick for integration of changes

2025-08-22 Thread Niklas Haas via ffmpeg-devel
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

Re: [FFmpeg-devel] [PATCH] Announce FFmpeg 8.0

2025-08-22 Thread Gyan Doshi via ffmpeg-devel
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

Re: [FFmpeg-devel] CI

2025-08-22 Thread Timo Rothenpieler via ffmpeg-devel
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

Re: [FFmpeg-devel] [PATCH] Announce FFmpeg 8.0

2025-08-22 Thread Niklas Haas via ffmpeg-devel
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

Re: [FFmpeg-devel] [POLL][RFC] Merge vs Cherry pick for integration of changes

2025-08-22 Thread Michael Niedermayer via ffmpeg-devel
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

Re: [FFmpeg-devel] CI

2025-08-21 Thread Kieran Kunhya via ffmpeg-devel
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: > >

Re: [FFmpeg-devel] [PATCH] lavfi: protection against premultiplied alpha (was: The patch series about premultiplied alpha)

2025-08-22 Thread Niklas Haas via ffmpeg-devel
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

Re: [FFmpeg-devel] CI

2025-08-22 Thread Timo Rothenpieler via ffmpeg-devel
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

Re: [FFmpeg-devel] [POLL][RFC] Merge vs Cherry pick for integration of changes

2025-08-22 Thread Michael Niedermayer via ffmpeg-devel
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

Re: [FFmpeg-devel] [PATCH] lavfi: protection against premultiplied alpha (was: The patch series about premultiplied alpha)

2025-08-22 Thread Nicolas George via ffmpeg-devel
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

Re: [FFmpeg-devel] CI

2025-08-22 Thread Michael Niedermayer via ffmpeg-devel
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: > > > >

Re: [FFmpeg-devel] CI

2025-08-22 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] movenc: ensure chapters track extradata is not null and populated (PR #20315)

2025-08-22 Thread Damiano Galassi via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] av_format/whip: fix potential overflow (PR #20357)

2025-08-27 Thread Jack Lau via ffmpeg-devel
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]

[FFmpeg-devel] Re: [PATCH 2/3] libavcodec: add NETINT Quadra HW decoders & encoders

2025-08-27 Thread Desmond Liu via ffmpeg-devel
s, Desmond Liu _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH 2/3] libavcodec: add NETINT Quadra HW decoders & encoders

2025-08-27 Thread Desmond Liu via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] Bink 2 Audio decoder and demuxer (PR #20359)

2025-08-28 Thread Peter Ross via ffmpeg-devel
, 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]

[FFmpeg-devel] [PATCH] avutil/opt: also print option names on parse error (PR #20348)

2025-08-26 Thread Marton Balint via ffmpeg-devel
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]

[FFmpeg-devel] [PATCH] RFC: Add demuxer command API (PR #20349)

2025-08-26 Thread Marvin Scholz via ffmpeg-devel
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]

[FFmpeg-devel] Re: [PATCH 2/3] libavcodec: add NETINT Quadra HW decoders & encoders

2025-08-26 Thread Pavel Koshevoy via ffmpeg-devel
bably should be mentioned in the ffmpeg fork README.md _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avcodec/libjxldec: consume input on error (PR #20355)

2025-08-27 Thread Leo Izen via ffmpeg-devel
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]

[FFmpeg-devel] Re: [PATCH 2/3] libavcodec: add NETINT Quadra HW decoders & encoders

2025-08-27 Thread Pavel Koshevoy via ffmpeg-devel
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

[FFmpeg-devel] Re: Community booth address Was: STF 2025 grant request (2025-09-01 target)

2025-08-27 Thread Michael Niedermayer via ffmpeg-devel
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. >

[FFmpeg-devel] Re: STF 2025 grant request (2025-09-01 target)

2025-08-27 Thread Derek Buitenhuis via ffmpeg-devel
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

[FFmpeg-devel] Re: Community booth address Was: STF 2025 grant request (2025-09-01 target)

2025-08-27 Thread Kieran Kunhya via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] swscale/graph: fix double-free when legacy pass fails initializing (PR #20351)

2025-08-27 Thread Niklas Haas via ffmpeg-devel
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]

[FFmpeg-devel] Re: STF 2025 grant request (2025-09-01 target)

2025-08-27 Thread Michael Niedermayer via ffmpeg-devel
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 :

[FFmpeg-devel] Re: [PATCH v3 2/2] avcodec/libaom: Add test for HDR10+ metadata support

2025-08-27 Thread Maryla Ustarroz via ffmpeg-devel
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]

[FFmpeg-devel] [PATCH] libjxldec/libjxlenc: fix leaks (PR #20352)

2025-08-27 Thread Leo Izen via ffmpeg-devel
; 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

[FFmpeg-devel] [PATCH 0/2] libavfilter/vf_minterpolate: Minor speedup

2025-08-29 Thread Zsolt Vadász via ffmpeg-devel
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

[FFmpeg-devel] [PATCH 2/2] libavfilter/vf_minterpolate: Use local variable in array

2025-08-29 Thread Zsolt Vadász via ffmpeg-devel
51.0 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH 1/2] libavfilter/vf_minterpolate: Hoist hot loop in `set_frame_data`

2025-08-29 Thread Zsolt Vadász via ffmpeg-devel
} - -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]

[FFmpeg-devel] [PATCH] .forgejo/CODEOWNERS: add myself for relevant files (PR #20370)

2025-08-29 Thread Dmitrii Ovchinnikov via ffmpeg-devel
2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

<    24   25   26   27   28   29   30   31   32   33   >