[FFmpeg-devel] [PATCH] fate-recv.sh: count warnings also in test.log

2025-10-18 Thread Kacper Michajłow via ffmpeg-devel
t;/dev/null | wc -l) echo "stats:$ntest:$npass:$nwarn" >>summary -- 2.50.1 ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avformat/rtsp: set AVFMTCTX_UNSEEKABLE flag (PR #20598)

2025-09-24 Thread Kaarle Ritvanen via ffmpeg-devel
x_flags |= AVFMTCTX_UNSEEKABLE; + return 0; } #endif /* CONFIG_RTPDEC */ -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avformat/movenc_ttml: fix memleaks (PR #20586)

2025-09-23 Thread Zhao Zhili via ffmpeg-devel
t, pkt)) { ret = avpriv_packet_list_put(&track->squashed_packet_queue, pkt, av_packet_ref, -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [RFC] dormant tickets

2025-09-23 Thread Michael Niedermayer via ffmpeg-devel
the very wise cannot see all ends. -- Gandalf signature.asc Description: PGP signature ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] Few MSVC warnings fixes (PR #20619)

2025-09-26 Thread Kacper Michajłow via ffmpeg-devel
ptrdiff_t line_size); -void ff_put_signed_pixels_clamped_sse2(const int16_t *block, uint8_t *pixels, +void ff_put_signed_pixels_clamped_sse2(const int16_t *block, uint8_t *restrict pixels, ptrdiff_t line_size); -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] configure: suppress C4267 warnings from MSVC (PR #20607)

2025-09-25 Thread Kacper Michajłow via ffmpeg-devel
-wd4554 -wd4267 ;; -Wextra) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389 \ -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \ -wd4152 -wd4324 -we4013 -wd4100 -wd4214 \ -- 2.49.1 ___

[FFmpeg-devel] [PATCH] forgejo/workflows: cache debug (PR #20609)

2025-09-25 Thread Kacper Michajłow via ffmpeg-devel
uses: actions/cache/save@v4 -- 2.49.1 ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avutil/attributes: use standard attributes when they are available (PR #20608)

2025-09-25 Thread Kacper Michajłow via ffmpeg-devel
PR #20608 opened by Kacper Michajłow (kasper93) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20608 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20608.patch From 08b798dd52b743221bc3023fbff3db4fc8925156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Thu, 25

[FFmpeg-devel] Re: [PATCH] Fix 3 bigsleep issues in exr (PR #20550)

2025-09-27 Thread Michael Niedermayer via ffmpeg-devel
On Thu, Sep 18, 2025 at 11:23:47PM -, michaelni via ffmpeg-devel wrote: > PR #20550 opened by michaelni > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20550 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20550.patch > > > >From 38d62a1a51a84e220b6dbeaefd9

[FFmpeg-devel] Re: trac ticket statistics Was: Re: Re: [RFC] Issue tracker

2025-09-27 Thread Michael Niedermayer via ffmpeg-devel
Hi Gyan On Wed, Sep 24, 2025 at 04:26:53PM +0530, Gyan Doshi via ffmpeg-devel wrote: > > > On 2025-09-24 03:20 am, Michael Niedermayer via ffmpeg-devel wrote: > > Hi Gyan > > > > On Tue, Sep 16, 2025 at 10:09:14AM +0530, Gyan Doshi via ffmpeg-devel wrote: > >

[FFmpeg-devel] [PATCH] avcodec/exif: avoid printing errors for makernote non-IFD parsing (PR #20604)

2025-09-24 Thread Leo Izen via ffmpeg-devel
nit(&gb, buf, size); -ret = exif_parse_ifd_list(logctx, &gb, le, depth, &ifd); +ret = exif_parse_ifd_list(logctx, &gb, le, depth, &ifd, 0); if (ret < 0) return ret; ret = av_exif_ifd_to_dict(logctx, &ifd, metadata); -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] configure: unbreak glslang build (PR #20622)

2025-09-28 Thread Gyan Doshi via ffmpeg-devel
ibgme libgme gme/gme.h gme_new_emu || require libgme gme/gme.h gme_new_emu -lgme -lstdc++; } enabled libgsm&& { for gsm_hdr in "gsm.h" "gsm/gsm.h"; do -- 2.49.1 _______ ffmpeg-devel maili

[FFmpeg-devel] Re: [RFC] Sponsors & Funding

2025-09-28 Thread Kieran Kunhya via ffmpeg-devel
ats MUCH more expensive. They get vote power but they have to pay in contributions to FFmpeg. Really if voting power is not proportional to effort by the developer then all kinds of problems arise. (as shown above) " Kieran ___________ ffmpeg-devel

[FFmpeg-devel] Re: [RFC] Sponsors & Funding

2025-09-28 Thread Michael Niedermayer via ffmpeg-devel
Hi Everyone On Tue, Sep 09, 2025 at 10:19:26AM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi Everyone > > The subject of funding and sponsors came up a few times recently. > > I think FFmpeg needs a clear guideline on this matter. To avoid > confusion, to avoid di

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

2025-10-18 Thread Timo Rothenpieler via ffmpeg-devel
On 14.10.2025 04:40, Michael Niedermayer via ffmpeg-devel wrote: Hi Everyone As we are now looking for sponsors, we also should look for tasks to fund. I suggest, we first do some brainstorming and make a list, and then figure out which tasks we want to sponsor (or maybe someone wants to do

[FFmpeg-devel] Re: Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Nicolas On Tue, Oct 14, 2025 at 12:32:00PM +0200, Nicolas George via ffmpeg-devel wrote: [...] > Hi. I procrastinated replying about soliciting sponsorships, but if it > looks like that I cannot anymore. Also, it must not be discussed in the > dark of an obscure pull request, it ne

[FFmpeg-devel] [PATCH] doc: indicate libmpeghdec is non-free (PR #20630)

2025-10-18 Thread Gyan Doshi via ffmpeg-devel
ree} to configure to enable it. @subsection LC3 library -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] ffmpeg: unbreak max_error_rate application (PR #20724)

2025-10-20 Thread Gyan Doshi via ffmpeg-devel
0.f; if (err_rate > max_error_rate) { av_log(dp, AV_LOG_FATAL, "Decode error rate %g exceeds maximum %g\n", err_rate, max_error_rate); -- 2.49.1 ___________ ffmpeg-devel mailing list -- [email protected]

[FFmpeg-devel] [PATCH] avutil/hwcontext_vulkan: actually limit number of queues (PR #20725)

2025-10-20 Thread Niklas Haas via ffmpeg-devel
_multiplane; if (!p->disable_multiplane) { -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] fftools/ffmpeg: Support merging HEIF tiled images automatically (PR #20727)

2025-10-20 Thread James Almer via ffmpeg-devel
PR #20727 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20727 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20727.patch >From a7d280cec74796ebd6581ad263202e4526b32e3c Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 18 Oct 2025 20:07:15 -0300 Subj

[FFmpeg-devel] [POLL][VOTE] Preferred Issue Tracker

2025-10-20 Thread Michael Niedermayer via ffmpeg-devel
Hi everyone We currently have 2 issue trackers (trac and forgejo), Previous discussion: "[RFC] Issue tracker" and "trac ticket statistics" https://lists.ffmpeg.org/archives/list/[email protected]/thread/HS46O6K62MHRHJDJC45XLRMR64RE5IB7/#LMXCTJDF5SIUSX43X7YZ4347U5YHWW33

[FFmpeg-devel] Re: [POLL][VOTE] Preferred Issue Tracker

2025-10-20 Thread Timo Rothenpieler via ffmpeg-devel
On 20.10.2025 18:14, Michael Niedermayer via ffmpeg-devel wrote: Hi everyone We currently have 2 issue trackers (trac and forgejo), Previous discussion: "[RFC] Issue tracker" and "trac ticket statistics" https://lists.ffmpeg.org/archives/list/ffmpeg-dev

[FFmpeg-devel] [PATCH] avcodec/vvc: fix false alarm of missing ref on RASL (PR #20729)

2025-10-20 Thread Zhao Zhili via ffmpeg-devel
& AV_CODEC_FLAG_OUTPUT_CORRUPT) && -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] C++

2025-10-21 Thread Niklas Haas via ffmpeg-devel
On Mon, 20 Oct 2025 19:50:33 +0200 Tomas Härdin via ffmpeg-devel wrote: > Hi > > I'm writing this email to get a feel for how everyone feels about > making more use of C++ in the codebase. I am only proposing using C++ > *internally*, and only where it makes sense. I am not

[FFmpeg-devel] Re: libtheora maintainer ?

2025-10-21 Thread Tristan Matthews via ffmpeg-devel
ary is still maintained (albeit at a slow pace), the last release was 6 months ago. Best, Tristan ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [RFC] C++

2025-10-20 Thread Tomas Härdin via ffmpeg-devel
Hi I'm writing this email to get a feel for how everyone feels about making more use of C++ in the codebase. I am only proposing using C++ *internally*, and only where it makes sense. I am not suggesting a "move" to C++, merely using features already present in the compilers we target: gcc, clang

[FFmpeg-devel] Re: [POLL][VOTE] Preferred Issue Tracker

2025-10-20 Thread Michael Niedermayer via ffmpeg-devel
Hi Timo On Mon, Oct 20, 2025 at 06:41:17PM +0200, Timo Rothenpieler via ffmpeg-devel wrote: > On 20.10.2025 18:14, Michael Niedermayer via ffmpeg-devel wrote: > > Hi everyone > > > > We currently have 2 issue trackers (trac and forgejo), > > > > Previous dis

Re: [FFmpeg-devel] FFmpeg 8.0 Release

2025-08-21 Thread Kacper Michajlow via ffmpeg-devel
On Tue, 19 Aug 2025 at 23:13, Michael Niedermayer via ffmpeg-devel wrote: > > Hi all > > On Fri, Aug 01, 2025 at 06:16:18PM -0500, Romain Beauxis wrote: > > Le mer. 23 juil. 2025 à 06:43, Michael Niedermayer > > a écrit : > > > > > > Hi everyone >

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

2025-08-21 Thread Kieran Kunhya via ffmpeg-devel
On Thu, 21 Aug 2025, 01:32 Michael Niedermayer via ffmpeg-devel, < [email protected]> 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

Re: [FFmpeg-devel] [PATCH] swscale: Disable avx2 hscale 8to15 on IceLake and below due to Intel Gather Data Sampling mitigation performance loss

2025-08-21 Thread Alan Kelly via ffmpeg-devel
.0 ( 1.00x) > hscale_8_to_15__fs_4_dstW_512_sse2:287.9 ( 6.39x) > hscale_8_to_15__fs_4_dstW_512_ssse3: 293.8 ( 6.26x) > hscale_8_to_15__fs_4_dstW_512_avx2:219.2 ( 8.40x) > > > Hi, Are there any objections to the patch? The performance impact is huge, so it should be patched quickly. Thanks, Alan ___ 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] [PATCH] avfilter/setpts: also preserve duration when not stripping fps (PR #20304)

2025-08-21 Thread Niklas Haas via ffmpeg-devel
RId64" PTS:%s T:%f", -- 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] [PATCH] avfilter/vf_libplacebo: add bwdif option (PR #20303)

2025-08-21 Thread Niklas Haas via ffmpeg-devel
i64 = PL_DEINTERLACE_BWDIF}, 0, 0, STATIC, .unit = "deinterlace" }, +#endif { "skip_spatial_check", "Skip yadif spatial check", OFFSET(skip_spatial_check), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, DYNAMIC }, { "send_fields", "Output a frame for each fie

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

2025-08-21 Thread Michael Niedermayer via ffmpeg-devel
ot; and details about what you want to say/discuss. thx -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Some Animals are More Equal Than Others. - George Orwell's book Animal Farm signature.asc Description: PGP signature __________

[FFmpeg-devel] [PATCH] WIP: avcodec/sanm: blubb-1 (PR #20307)

2025-08-21 Thread Manuel Lauss via ffmpeg-devel
ored_frame) = size; -bytestream2_get_bufferu(&ctx->gb, ctx->stored_frame + 4, size); + bytestream2_get_bufferu(&ctx->gb, ctx->stored_frame, size); bytestream2_seek(&ctx->gb, pos2, SEEK_

Re: [FFmpeg-devel] CI

2025-08-21 Thread Michael Niedermayer via ffmpeg-devel
Hi On Thu, Aug 21, 2025 at 06:03:12PM +0200, Kacper Michajlow via ffmpeg-devel wrote: [...] > Also on the topic of CI, I suspect we might add more jobs as needed. > Probably depends on priorities, to not overload existing runners > capacity. > > I was wondering about integratin

Re: [FFmpeg-devel] CI

2025-08-21 Thread Michael Niedermayer via ffmpeg-devel
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: > > Hi > > > > On Wed, Aug 20, 2025 at 05:56:27PM +0200, Timo Rothenpieler via > > ffmpeg-devel wrote: > >

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

2025-08-21 Thread Kieran Kunhya via ffmpeg-devel
On Thu, 21 Aug 2025, 07:53 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Kieran > > On Thu, Aug 21, 2025 at 06:56:14AM -1000, Kieran Kunhya via ffmpeg-devel > wrote: > [...] > > For the record, Paul had a note saying changes are under G

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

2025-08-21 Thread Michael Niedermayer via ffmpeg-devel
Hi Kieran On Thu, Aug 21, 2025 at 06:56:14AM -1000, Kieran Kunhya via ffmpeg-devel wrote: [...] > For the record, Paul had a note saying changes are under GPL. As I > understand you are ignoring legal advice saying this is a valid statement. > > Can you confirm the legal advice yo

[FFmpeg-devel] [PATCH] avcodec/atrac3: fix inconsistent band num calculation (PR #20308)

2025-08-21 Thread Daniil Cherednik via ffmpeg-devel
pcm FATE_ATRAC3 += fate-atrac3-3 fate-atrac3-3: CMD = pcm -i $(TARGET_SAMPLES)/atrac3/mc_sich_at3_132_small.wav -- 2.49.1 _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, vi

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

2025-08-21 Thread Michael Niedermayer via ffmpeg-devel
On Tue, Aug 19, 2025 at 02:17:05PM +, Drew Dunne via ffmpeg-devel wrote: [...] > @@ -1000,6 +1005,11 @@ static const AVOption colorspace_options[] = { > ENUM("vonkries", WP_ADAPT_VON_KRIES, "wpadapt"), > ENUM("identity", WP_ADAPT_IDENT

[FFmpeg-devel] [PATCH] AVCodec documentation style improvements (PR #20312)

2025-08-21 Thread Marvin Scholz via ffmpeg-devel
const struct AVCodecParameters *par); -- 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] Would it be possible to load xattr-related media-files like a container?

2025-08-21 Thread Peter B. via ffmpeg-devel
__ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". OpenPGP_0xE429ADDBF0F47726.asc Descript

[FFmpeg-devel] [PATCH] [8.0] avformat/hlsproto: explicitly deprecate it (PR #20311)

2025-08-21 Thread Marvin Scholz via ffmpeg-devel
"To use the demuxer, simply use %s as url.\n", s->playlisturl); if ((ret = parse_playlist(h, s->playlisturl)) < 0) -- 2.49.1 ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-de

[FFmpeg-devel] [PATCH] avcodec/hevc_metadata_bsf: add HDR SEI message support

2025-08-21 Thread Miklos Juhasz via ffmpeg-devel
offsetof(H265MetadataContext, x) @@ -574,6 +731,11 @@ static const AVOption h265_metadata_options[] = { { LEVEL("8.5", 255) }, #undef LEVEL +{ "master_display", "Set mastering display colour volume SEI (G(x,y)B(x,y)R(x,y)WP(x,y)L(max,min))", + OFFSET(master_display), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, FLAGS }, +{ "max_cll", "Set content light level info SEI (MaxCLL,MaxFALL)", + OFFSET(max_cll), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, FLAGS }, + { NULL } }; -- 2.39.5 (Apple Git-154) ___ 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] Announce FFmpeg 8.0

2025-08-21 Thread Frank Plowman via ffmpeg-devel
On 21/08/2025 06: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/index > @@

[FFmpeg-devel] [PATCH] avformat: remove HLS protocol (PR #20310)

2025-08-21 Thread Marvin Scholz via ffmpeg-devel
_protocol = { -.name = "hls", -.url_open = hls_open, -.url_read = hls_read, - .url_close = hls_close, -.flags = URL_PROTOCOL_FLAG_NESTED_SCHEME, -.priv_data_size = sizeof(HLSContext), -}; diff --git a/libavformat/protocols.c b/libavformat/protocols.c index d394454d41..207b6bf8d9 100644 --- a/libavformat/protocols.c +++ b/libavformat/protocols.c @@ -39,7 +39,6 @@ extern const URLProtocol ff_file_protocol; extern const URLProtocol ff_ftp_protocol; extern const URLProtocol ff_gopher_protocol; extern const URLProtocol ff_gophers_protocol; -extern const URLProtocol ff_hls_protocol; extern const URLProtocol ff_http_protocol; extern const URLProtocol ff_httpproxy_protocol; extern const URLProtocol ff_https_protocol; -- 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] CI

2025-08-21 Thread Kacper Michajlow via ffmpeg-devel
On Thu, 21 Aug 2025 at 00:32, Timo Rothenpieler via ffmpeg-devel wrote: > > 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/2

[FFmpeg-devel] [PATCH] checkasm/vf_colordetect: test non-aligned width (PR #20301)

2025-08-21 Thread Zhao Zhili via ffmpeg-devel
void check_range_detect(int depth) { -- 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] [PATCH] avfilter/vf_colordetect: Reorder to avoid null pointer check (PR #20299)

2025-08-20 Thread Zhao Zhili via ffmpeg-devel
lpha16_full_c : ff_detect_alpha_full_c; -} else { -dsp->detect_alpha = depth > 8 ? ff_detect_alpha16_limited_c : ff_detect_alpha_limited_c; -} -} } static const AVFilterPad colordetect_inputs[] = { -- 2.49.1 _______________ ffmp

[FFmpeg-devel] [PATCH] avcodec/sanm: handle xpal cmd 0 (PR #20300)

2025-08-21 Thread Manuel Lauss via ffmpeg-devel
d == 2) { if (size < PALETTE_DELTA * 2 + 4) { av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect palette change block size %"PRIu32".\n", size); -- 2.49.1 _______ ffmpeg-devel mailing list [email protected]

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

2025-08-20 Thread Niklas Haas via ffmpeg-devel
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? _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To u

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

2025-08-20 Thread Michael Niedermayer via ffmpeg-devel
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 > wrote: > > > > On Tue, 12 Aug 2025 08:32:39 -0700 Pierre-Anthony Lemieux > > wrote: > > > Qui

Re: [FFmpeg-devel] [Proposal] drawvg filter

2025-08-20 Thread Michael Niedermayer via ffmpeg-devel
Hi Ayose On Mon, Aug 18, 2025 at 07:22:56AM +0100, Ayose via ffmpeg-devel wrote: > This is a proposal to add a new filter to FFmpeg: drawvg, to draw > vector graphics on top of a video, using libcairo. > > This is my first contribution to FFmpeg, so I don't know if this is >

[FFmpeg-devel] [PATCH] avutil/hwcontext_vulkan: always enable extra usage flags (PR #20295)

2025-08-20 Thread Niklas Haas via ffmpeg-devel
_BIT_KHR; + /* Image creation flags. * Only fill them in automatically if the image is not going to be used as * a DPB-only image, and we have SAMPLED/STORAGE bits set. */ -- 2.49.1 _______ ffmpeg-devel mailing list [email protected] ht

Re: [FFmpeg-devel] FFmpeg 8.0 Release

2025-08-20 Thread Michael Niedermayer via ffmpeg-devel
Hi On Wed, Aug 20, 2025 at 10:18:20AM +0900, Lynne via ffmpeg-devel wrote: > On 20/08/2025 06:13, Michael Niedermayer via ffmpeg-devel wrote: > > Hi all > > > > On Fri, Aug 01, 2025 at 06:16:18PM -0500, Romain Beauxis wrote: > > > Le mer. 23 juil. 2025 à 06:43, Mich

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

2025-08-20 Thread Jacob Lifshay via ffmpeg-devel
On August 20, 2025 10:47:03 PM PDT, Lynne via ffmpeg-devel wrote: > +Hardware accelerated decoding: Vulkan VP9, VAAPI VVC, OpenHarmony > H264/5 > +Hardware accelerated encoding: Vulkan AV1, OpenHarmony H264/5 > +Filters: colordetect, pad_cuda, scale_d3d11, Whisper, and o

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

2025-08-21 Thread Peter Ross via ffmpeg-devel
mat/mv.* @pross libavformat/pp_bnk.* @zane +libavformat/rm.* @pross +libavformat/sauce.* @pross libavformat/scd.* @zane +libavformat/tty.* @pross +libavformat/wsd.* @pross +libavformat/wtv.* @pross # avutil # == -- 2.49.1 ___ ffmpeg-devel mail

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

2025-08-22 Thread Marton Balint via ffmpeg-devel
On Fri, 22 Aug 2025, Niklas Haas via ffmpeg-devel wrote: 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

Re: [FFmpeg-devel] CI

2025-08-22 Thread Michael Niedermayer via ffmpeg-devel
Hi On Fri, Aug 22, 2025 at 05:22:54PM +0200, Timo Rothenpieler via ffmpeg-devel wrote: > 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: >

Re: [FFmpeg-devel] CI

2025-08-22 Thread Martin Storsjö via ffmpeg-devel
On Fri, 22 Aug 2025, Timo Rothenpieler via ffmpeg-devel wrote: For arm I'm not sure if we really need qemu? All it might take is a 32bit arm chroot on aarch64? Not sure if it works like x86 though, where a 64bit CPU can also run 32bit code. It works pretty much like x86, yes - you don&#

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

2025-08-22 Thread Kieran Kunhya via ffmpeg-devel
On Fri, 22 Aug 2025, 03:05 Lynne via ffmpeg-devel, wrote: > On 22/08/2025 21:13, Niklas Haas via ffmpeg-devel wrote: > > On Thu, 21 Aug 2025 14:47:03 +0900 Lynne via ffmpeg-devel < > [email protected]> wrote: > >>

[FFmpeg-devel] [PATCH] avformat/whip: add generate_unique_ssrc to avoid ssrc collision (PR #20318)

2025-08-22 Thread Jack Lau via ffmpeg-devel
rc = av_lfg_get(&whip->rnd); +whip->audio_ssrc = generate_unique_ssrc(whip); +whip->video_ssrc = generate_unique_ssrc(whip); whip->audio_payload_type = WHIP_RTP_PAYLOAD_TYPE_OPUS; whip->video_payload_type = WHIP_RTP_PAYLOAD_TYPE_H264; -- 2.49.1 _____

Re: [FFmpeg-devel] CI

2025-08-22 Thread Niklas Haas via ffmpeg-devel
On Fri, 22 Aug 2025 17:22:54 +0200 Timo Rothenpieler via ffmpeg-devel wrote: > We could only run those tests on master, not on PRs. > Nobody is impacted by them then, and we still notice breakage reasonably > fast. That seems reasona

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

2025-08-23 Thread Michael Niedermayer via ffmpeg-devel
On Sat, Aug 23, 2025 at 10:09:14AM +0300, Rémi Denis-Courmont via ffmpeg-devel wrote: [...] > As a member of the CC and the GA, I agree with Niklaas that any license change > needs a GA vote. And obviously that preempts any discussion of how to merge > the code. There is no license cha

[FFmpeg-devel] [PATCH] avcodec/exif: make the get and remove helpers take a flag argument (PR #20324)

2025-08-23 Thread James Almer via ffmpeg-devel
to the -- 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] [Proposal] drawvg filter

2025-08-23 Thread Michael Niedermayer via ffmpeg-devel
Hi Ayose On Sat, Aug 23, 2025 at 09:22:47AM +0100, Ayose via ffmpeg-devel wrote: > On 2025-08-20 22:58:26 +0200, Michael Niedermayer wrote: > > > > On Mon, Aug 18, 2025 at 07:22:56AM +0100, Ayose via ffmpeg-devel wrote: > > > This is a proposal to add a new filter to

[FFmpeg-devel] [PATCH] avformat: add container level Exif metadata support (PR #20321)

2025-08-23 Thread James Almer via ffmpeg-devel
+ret = av_exif_write(NULL, &ifd, &buf, AV_EXIF_TIFF_HEADER); +if (ret < 0) +goto end; + +if (!av_frame_side_data_add(&dst->side_data, &dst->nb_side_data, AV_FRAME_DATA_EXIF, &buf, 0)) { +ret = AVERROR(ENOMEM); + goto end; +} + +

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

2025-08-23 Thread Kieran Kunhya via ffmpeg-devel
On Sat, 23 Aug 2025, 00:58 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > On Sat, Aug 23, 2025 at 10:09:14AM +0300, Rémi Denis-Courmont via > ffmpeg-devel wrote: > [...] > > As a member of the CC and the GA, I agree with Niklaas that any license &g

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

2025-08-23 Thread Michael Niedermayer via ffmpeg-devel
Hi On Thu, Aug 21, 2025 at 01:32:02PM +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. (o

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

2025-08-23 Thread Kieran Kunhya via ffmpeg-devel
On Sat, 23 Aug 2025, 21:33 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi > > Here is the legal advice that i was given. > The GA has the full text and that is much more detailed. > Iam posting the relevant parts so the whole community can see

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 Sun, 24 Aug 2025, 13:09 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Kieran > > On Sun, Aug 24, 2025 at 12:11:20PM +0100, Kieran Kunhya via ffmpeg-devel > wrote: > > On Sun, 24 Aug 2025, 11:56 Michael Niedermayer via ffmpeg-devel, <

[FFmpeg-devel] [PATCH] Two exif Fixes (PR #20326)

2025-08-24 Thread Leo Izen via ffmpeg-devel
ROR(EINVAL); @@ -1089,7 +1094,7 @@ static int exif_remove_entry(void *logctx, AVExifMetadata *ifd, uint16_t id, int int32_t index = -1; int ret = 0; -if (!ifd || ifd->entries && !ifd->count || ifd->count && !ifd->entries) + if (!ifd || ifd->count &a

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

2025-08-24 Thread Michael Niedermayer via ffmpeg-devel
Hi Kieran On Sun, Aug 24, 2025 at 07:53:45AM +0100, Kieran Kunhya via ffmpeg-devel wrote: > On Sat, 23 Aug 2025, 21:33 Michael Niedermayer via ffmpeg-devel, < > [email protected]> wrote: > > > Hi > > > > Here is the legal advice that i was given. > &g

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

2025-08-24 Thread Michael Niedermayer via ffmpeg-devel
Hi Kieran On Sat, Aug 23, 2025 at 11:39:37PM -0700, Kieran Kunhya via ffmpeg-devel wrote: > > > > The author for most of the changes of the new modules is Paul. > > I certainly have alot of respect from Paul, he is a brilliant > > developer and i feel a bit offended by w

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

2025-08-24 Thread Michael Niedermayer via ffmpeg-devel
Hi On Thu, Aug 21, 2025 at 01:32:02PM +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 neede

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

2025-08-24 Thread Kieran Kunhya via ffmpeg-devel
On Sun, 24 Aug 2025, 11:48 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Kieran > > On Sat, Aug 23, 2025 at 11:39:37PM -0700, Kieran Kunhya via ffmpeg-devel > wrote: > > > > > > The author for most of the changes of the new mod

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 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 Kunhya via ffmpeg-devel > wrote: > > On Sat, 23 Aug 2025, 21:33 Michael Niedermayer via ffmpeg-devel, <

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

2025-08-23 Thread Kieran Kunhya via ffmpeg-devel
pport. This is documented on the ML. Kieran > _______ 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 Michael Niedermayer via ffmpeg-devel
Hi Kieran On Sun, Aug 24, 2025 at 12:11:20PM +0100, 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 +010

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

2025-08-24 Thread Derek Buitenhuis via ffmpeg-devel
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 : >> Then thilo was attacked by derek claiming he stole money. > > Derek claimed that Thilo had so

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

2025-08-24 Thread Romain Beauxis via ffmpeg-devel
Le mer. 20 août 2025 à 15:25, Yalda via ffmpeg-devel a écrit : > Thanks Romain. I am experimenting with this and trying the patches. Awesome. Thanks so much for your time! I have rebased the vorbis header PR against the latest `master` (would love to call it main). I have also pushed the n

Re: [FFmpeg-devel] [PATCH v2 3/3] avfilter/scale_cuda: Add support for 4:2:2 chroma subsampling

2025-08-24 Thread Philip Langdale via ffmpeg-devel
On Tue, 8 Jul 2025 11:19:45 + Diego de Souza via ffmpeg-devel wrote: > Hi Andreas, > > Do you mean something like this? > > struct format_entry { > enum AVPixelFormat format; > char name[16]; > }; > > static const struct

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

2025-08-23 Thread Michael Niedermayer via ffmpeg-devel
Hi Pierre On Wed, Aug 20, 2025 at 06:38:06PM -0700, Pierre-Anthony Lemieux via ffmpeg-devel wrote: [...] > I recommend that the proposed SOWs be more specific, i.e. list those forks. > > [ed.: I would definitely avoid forks from folks that have not shown > interest in working with f

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

2025-08-23 Thread Michael Niedermayer via ffmpeg-devel
any code you are using from before a license change." thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I know you won't believe me, but the highest form of Human Excellence is to question oneself and others. -- Socrates signature.asc Description: PGP

[FFmpeg-devel] [PATCH] aacencdsp: Improve consistency with assembly, for x87 math (PR #20322)

2025-08-23 Thread Martin Storsjö via ffmpeg-devel
int tmp = (int)FFMIN(qc + rounding, (float)maxval); +int tmp = (int)FFMIN((float)(qc + rounding), (float)maxval); if (is_signed && in[i] < 0.0f) { tmp = -tmp; } -- 2.49.1 ___ ffmpeg-devel mailing list ffmpeg-

[FFmpeg-devel] [PATCH] configure: support linking to base profile libxev{d,e} (PR #20329)

2025-08-24 Thread James Almer via ffmpeg-devel
and libxeveb together" enabled libxeve && require_pkg_config libxeve "xeve >= 0.5.1" "xeve.h" xeve_encode +enabled libxeveb && require_pkg_config libxeveb "xeveb >= 0.5.1" "xeve.h" xeve_encode enabled libxvid

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

2025-08-24 Thread Marton Balint via ffmpeg-devel
h */ -room = !room ? strlen(fmt) + 1 : +room = !room ? fmt_len + 1 : room <= INT_MAX / 2 ? room * 2 : INT_MAX; if (av_bprint_alloc(buf, room)) { /* impossible to grow, try to manage something useful anyway */ -- 2.49.1 _________

Re: [FFmpeg-devel] [PATCH v2 3/3] avfilter/scale_cuda: Add support for 4:2:2 chroma subsampling

2025-08-24 Thread Philip Langdale via ffmpeg-devel
On Mon, 7 Jul 2025 11:45:36 +0200 Diego Felix de Souza via ffmpeg-devel wrote: > From: Diego de Souza > > The supported YUV pixel formats were separated between planar > and semiplanar. This approach reduces the number of CUDA kernels > for all pixel formats. > > This pat

[FFmpeg-devel] [PATCH] configure: bump LCEVCdec minimum required version to 4.0.0 (PR #20331)

2025-08-24 Thread James Almer via ffmpeg-devel
} } -res = LCEVC_SendDecoderBase(lcevc->decoder, in->pts, 0, picture, -1, in); +res = LCEVC_SendDecoderBase(lcevc->decoder, in->pts, picture, -1, in); if (res != LCEVC_Success) { av_log(ctx, AV_LOG_ERROR, "LCEVC_SendDecoderBase failed\n");

[FFmpeg-devel] [PATCH] avformat/whip: set the first sequence number for video and audio (PR #20332)

2025-08-24 Thread Jack Lau via ffmpeg-devel
0); +av_dict_set_int(&opts, "seq", is_video ? whip->video_first_seq : whip->audio_first_seq, 0); ret = avformat_write_header(rtp_ctx, &opts); if (ret < 0) { -- 2.49.1 _______ ffmpeg-devel mailing list ffm

[FFmpeg-devel] [PATCH] avcodec/vima: support IMA4 (ADPCM QT) variant (PR #20253)

2025-08-16 Thread Manuel Lauss via ffmpeg-devel
dict_index = av_clip(predict_index, 0, 5785); +diff = predict_table[predict_index]; +if (lookup) +diff += ff_adpcm_step_table[step_index] >> (lookup_size - 1); +if (highbit) +diff = -diff; + +

[FFmpeg-devel] [PATCH] avformat/whip: check the peer whether is ice lite (PR #20256)

2025-08-16 Thread Jack Lau via ffmpeg-devel
whip->is_peer_ice_lite = 1; if (av_strstart(line, "a=ice-ufrag:", &ptr) && !whip->ice_ufrag_remote) { whip->ice_ufrag_remote = av_strdup(ptr); if (!whip->ice_ufrag_remote) { -- 2.49.1 ________

[FFmpeg-devel] AAC AVERROR_BUG

2025-08-16 Thread Michael Niedermayer via ffmpeg-devel
Hi Lynne, ffmpeg-devel the following (testcase public, not cattegorized as a security issue) https://issues.oss-fuzz.com/issues/416134551 hits if (!ics->num_swb || !ics->swb_offset) { ret_fail = AVERROR_BUG; goto fail; } Asserti

[FFmpeg-devel] [PATCH] avcodec/h264: ignore POC when flag is set (PR #20262)

2025-08-16 Thread Kevin Wang via ffmpeg-devel
LAG2_SHOW_ALL))) h->next_outputed_poc = INT_MIN; out_of_order = out->poc < h->next_outputed_poc; -- 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] [PATCH] Revert "avformat/mpegts: update stream info when PMT ES stream_type changes"

2025-08-16 Thread Michael Niedermayer via ffmpeg-devel
ntime flag implemented I can > > > resubmit it all together. > > > > ok will revert > > Is this still a plan? I was a bit undecided on this, i may have overestimated the problems this would cause. And nothing major broke, and noone else spoke up ... So I kind of conditionally drope

Re: [FFmpeg-devel] [RFC] Advanced Error Codes

2025-08-16 Thread Michael Niedermayer via ffmpeg-devel
just interrested in this because some company wants it. But that was what brought the idea up of improved error codes thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "I am not trying to be anyone's saviour, I'm trying to think about the fut

[FFmpeg-devel] lavc/vp9dec: use cbs_vp9 to parse the frame header

2025-08-16 Thread Michael Niedermayer via ffmpeg-devel
alike, and yet notwithstanding go out to meet it. -- Thucydides signature.asc Description: PGP signature _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ff

[FFmpeg-devel] [PATCH] avcodec/wmaprodec: add xma raw frame decoder (PR #20266)

2025-08-17 Thread Isaac Marovitz via ffmpeg-devel
= xmaframes_decode_init, +.close = xmaframes_decode_end, +FF_CODEC_DECODE_CB(xmaframes_decode_packet), +.flush = wmapro_flush, +.p.capabilities = AV_CODEC_CAP_DR1, +CODEC_SAMPLEFMTS(AV_SAMPLE_FMT_FLTP), +.caps_internal = FF_CODEC_CAP_INIT_CLEANUP, +}; -- 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] [PATCH] avformat/img2dec: remove deprecated glob_sequence pattern type (PR #20267)

2025-08-17 Thread Marton Balint via ffmpeg-devel
;}, -{ "glob_sequence","select glob/sequence pattern type", 0, AV_OPT_TYPE_CONST, {.i64=PT_GLOB_SEQUENCE}, INT_MIN, INT_MAX, DEC, .unit = "pattern_type" }, { "glob", "select glob pattern type",0, AV_OPT_TYPE_CONST, {

Re: [FFmpeg-devel] [PATCH] vf_colordetect: add ability to detect fully opaque alpha planes (PR #20257)

2025-08-18 Thread Nicolas George via ffmpeg-devel
Niklas Haas via ffmpeg-devel (HE12025-08-16): > PR #20257 opened by Niklas Haas (haasn) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20257 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20257.patch No objection from me to this, nor did I see anything shocking in it, but

<    21   22   23   24   25   26   27   28   29   30   >