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

2025-09-29 Thread Romain Beauxis via ffmpeg-devel
isable. I have worked with the ogg container for a long time. Thanks again, -- Romain ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] fftools/ffmpeg_sched: prevent demuxers from getting stuck (PR #20631)

2025-09-30 Thread Niklas Haas via ffmpeg-devel
0; +for (int i = 0; i < demux->nb_streams; i++) +unchoke_downstream(sch, demux->streams[i].dst); return; case SCH_NODE_TYPE_DEC: src = sch->dec[src.idx].src; -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [GASPP PATCH 1/2] Pass "-machine" options through to armasm

2025-10-09 Thread Martin Storsjö via ffmpeg-devel
ther patch here), I'd go ahead and apply these, to have the gas-preprocessor aspect of arm64ec done. // Martin ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] ffbuild/common: silence DEPCXX output (PR #20688)

2025-10-10 Thread Kacper Michajłow via ffmpeg-devel
-- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] FFlabs Sponsor

2025-10-10 Thread Kieran Kunhya via ffmpeg-devel
On Fri, Oct 10, 2025 at 11:24 PM Michael Niedermayer via ffmpeg-devel wrote: > > Hi Devin > > On Fri, Oct 10, 2025 at 10:07:16AM -0400, Devin Heitmueller via ffmpeg-devel > wrote: > > On Fri, Oct 10, 2025 at 10:03 AM Kieran Kunhya via ffmpeg-devel > > wrote: >

[FFmpeg-devel] Re: [RFC] FFlabs Sponsor

2025-10-10 Thread Kieran Kunhya via ffmpeg-devel
On Fri, Oct 10, 2025 at 11:36 PM Nicolas George via ffmpeg-devel wrote: > > Kieran Kunhya via ffmpeg-devel (HE12025-10-10): > > The only reasonable suggestion is get agreement from your shareholders > > before raising this topic in public. > > Are you their lawyer? Bec

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-09 Thread Michael Niedermayer via ffmpeg-devel
Hi all On Thu, Oct 02, 2025 at 02:55:16PM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi all > > As suggested in the thread with similar subject, here is the vote. > Please reply with a "Yes" or "No" to cast your vote. > Vote ends in 7 days. All memb

[FFmpeg-devel] [PATCH] Fix incorrect extraction of Origin (PR #20656)

2025-10-06 Thread anders-mjoll via ffmpeg-devel
nt(&st->metadata, "source_track_origin", source_track->origin, 0); } if (descriptor->aspect_ratio.num && descriptor->aspect_ratio.den) sti->display_aspect_ratio = descriptor->aspect_ratio; -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avutil/attributes: add AV_HAS_ATTRIBUTE (PR #20677)

2025-10-08 Thread Kacper Michajłow via ffmpeg-devel
T __scanf__ #endif -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avcodec/hevc/sei: prevent storing a potentially bogus num_ref_displays value in HEVCSEITDRDI (PR #20676)

2025-10-08 Thread James Almer via ffmpeg-devel
gctx, HEVCSEI *s, */ static inline void ff_hevc_reset_sei(HEVCSEI *sei) { +sei->timecode.present = 0; sei->tdrdi.present = 0; ff_h2645_sei_reset(&sei->common); } -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] avcodec/vlc: Clear val8/16 in vlc_multi_gen() (PR #20673)

2025-10-08 Thread Kieran Kunhya via ffmpeg-devel
Alternatively the whole table can be cleared on allocation (which is what i > proposed previously in pr/20134) > Zeroed table is better > _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to ffmpeg

[FFmpeg-devel] [PATCH] libavfilter/vf_libplacebo: add `temperature` option (PR #20650)

2025-10-06 Thread Niklas Haas via ffmpeg-devel
t;, "Peak detection smoothing period", OFFSET(smoothing), AV_OPT_TYPE_FLOAT, {.dbl = 100.0}, 0.0, 1000.0, DYNAMIC }, -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avutil/hwcontext_d3d11va: added resource and heap flags to DeviceContext (PR #20659)

2025-10-07 Thread Dmitrii Ovchinnikov via ffmpeg-devel
VUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] mailing list From mangling and bounces and DMARC

2025-11-04 Thread Nicolas George via ffmpeg-devel
Michael Niedermayer via ffmpeg-devel (HE12025-10-16): > As we all certainly know, this ML since a few months rewrites > all "From:" headers to "X Y via ffmpeg-devel " > We changed this because neither me nor timo nor rather unhelpfull AI > could fix the bounce

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

2025-11-04 Thread Nicolas George via ffmpeg-devel
Niklas Haas via ffmpeg-devel (HE12025-11-03): > 4. Developers should announce when they begin working on a bounty, and then >nobody else should be able to claim it until a reasonable amount of >time has passed. (Perhaps 12 weeks) That seems rather reasonable, and in line with my

[FFmpeg-devel] Re: [PATCH] libavfilter: Fix incorrect ebur128 peak calculation.

2025-11-04 Thread Nicolas George via ffmpeg-devel
Carl Hetherington via ffmpeg-devel (HE12025-11-03): > Since 3b26b782eeded9b9ab7fac013cd1a83a30d68206 it would only look at the > first channel. > > Signed-off-by: [email protected] > --- > libavfilter/f_ebur128.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Hi. Th

[FFmpeg-devel] Re: [RFC] mailing list From mangling and bounces and DMARC

2025-11-04 Thread Pavel Roslyy via ffmpeg-devel
On Tue, Nov 4, 2025 at 11:12 AM Nicolas George via ffmpeg-devel wrote: > Any service that alters a mail while forwarding it, like a mailing-list > adding “[ffmpeg-devel]” in the subject line, will break the signature. > What they are expected to do is to add a signature of their own, fro

[FFmpeg-devel] Re: [PATCH] configure: add -static suffix to internal static libs for test programs (PR #20837)

2025-11-05 Thread Kacper Michajlow via ffmpeg-devel
On Wed, 5 Nov 2025 at 03:59, Zhao Zhili via ffmpeg-devel wrote: > > > > > On Nov 5, 2025, at 02:15, Kacper Michajłow via ffmpeg-devel > > wrote: > > > > PR #20837 opened by Kacper Michajłow (kasper93) > > URL: https://code.ffmpeg.org/FFmpeg/

[FFmpeg-devel] [PATCH] avcodec: Explicitly use a void cast instead of av_unused in get_bits.h (PR #20840)

2025-11-05 Thread Martin Storsjö via ffmpeg-devel
ADER(name, gb) OPEN_READER_NOSIZE(name, gb) -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avcodec/tiff: Check order only for tags that we process

2025-11-05 Thread Mathias Koehler via ffmpeg-devel
) { av_log(s->avctx, AV_LOG_ERROR, "Unknown or unsupported tag %d/0x%0X\n", -- 2.51.0 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] lavc/mpeg12enc: Allow timecode to be overwritten (PR #20839)

2025-11-05 Thread jnightingale-hei via ffmpeg-devel
the real frame rate to a + * fake MPEG frame rate in case of low frame rate */ +fps = (framerate.num + framerate.den / 2) / framerate.den; +time_code = s->c.cur_pic.ptr->coded_picture_number + +mpeg12->timecode_frame_start; +} mpeg

[FFmpeg-devel] Re: [PATCH] avcodec: Explicitly use a void cast instead of av_unused in get_bits.h (PR #20840)

2025-11-05 Thread Zhao Zhili via ffmpeg-devel
> On Nov 5, 2025, at 20:17, Martin Storsjö via ffmpeg-devel > wrote: > > PR #20840 opened by Martin Storsjö (mstorsjo) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20840 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20840.patch > > Currently, av_

[FFmpeg-devel] Re: [PATCH] configure: add -static suffix to internal static libs for test programs (PR #20837)

2025-11-04 Thread Zhao Zhili via ffmpeg-devel
> On Nov 5, 2025, at 02:15, Kacper Michajłow via ffmpeg-devel > wrote: > > PR #20837 opened by Kacper Michajłow (kasper93) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20837 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20837.patch > > In MSVC builds

[FFmpeg-devel] [PATCH] lavf/id3v2: allow empty strings without bom, fixes #20597 (PR #20778)

2025-10-28 Thread Baptiste Coudurier via ffmpeg-devel
"Incorrect BOM value: 0x%x\n", bom); ffio_free_dyn_buf(&dynbuf); -- 2.49.1 ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] WIP: avcodec/rkmppenc: add h264/hevc rkmpp encoder (PR #20776)

2025-10-28 Thread Zhao Zhili via ffmpeg-devel
static const AVClass rkmpp_##NAME##_enc_class = { \ +.class_name = "rkmpp_" #NAME "_enc", \ + .version = LIBAVUTIL_VERSION_INT, \ +.option = rkmpp_options, \ +}; + +#define RKMPP_ENC(NAME, ID) \ +RKMPP_ENC_CLASS(NAME) \ +const FFCodec ff_##NAME##_rkmpp_encoder = { \ +.p.name = #NAME "_rkmpp", \ +CODEC_LONG_NAME(#NAME " (rkmpp)"), \ +.p.type = AVMEDIA_TYPE_VIDEO, \ +.p.id = ID, \ +.p.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_DELAY | \ + AV_CODEC_CAP_HARDWARE | AV_CODEC_CAP_ENCODER_FLUSH, \ +.priv_data_size = sizeof(RKMPPEncoderContext), \ +CODEC_PIXFMTS_ARRAY(rkmpp_pix_fmts), \ +.color_ranges = AVCOL_RANGE_MPEG | AVCOL_RANGE_JPEG, \ +.init = rkmpp_init_encoder, \ +FF_CODEC_RECEIVE_PACKET_CB(rkmpp_receive), \ +.close = rkmpp_close_encoder, \ +.flush = rkmpp_flush, \ +.p.priv_class = &rkmpp_##NAME##_enc_class, \ +.caps_internal = FF_CODEC_CAP_INIT_CLEANUP, \ +.p.wrapper_name = "rkmpp", \ +.hw_configs = rkmpp_hw_configs, \ +}; + +#if CONFIG_H264_RKMPP_ENCODER +RKMPP_ENC(h264, AV_CODEC_ID_H264) +#endif + +#if CONFIG_HEVC_RKMPP_ENCODER +RKMPP_ENC(hevc, AV_CODEC_ID_HEVC) +#endif -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [REFUND-REQUEST] GSoC 2025 Mentor Summit Reimbursement Request

2025-10-30 Thread Steven Liu via ffmpeg-devel
y trip should be net positive to the coffers overall. Thanks Steven ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avfilter/vsrc_testsrc: add support for YUV444P1{0,2}MSB to yuvtestsrc (PR #20777)

2025-10-28 Thread James Almer via ffmpeg-devel
ata/pixfmt/yuv444p12-yuv444p12msble.yuv -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: FFmpeg "supporters" doxing

2025-10-29 Thread Kieran Kunhya via ffmpeg-devel
On Wed, 29 Oct 2025, 20:39 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Remi > > On Wed, Oct 29, 2025 at 07:55:09PM +0200, Rémi Denis-Courmont via > ffmpeg-devel wrote: > > > > > > Le 29 octobre 2025 19:09:15 GMT+02:00, Micha

[FFmpeg-devel] Re: [RFC] sponsors page

2025-10-30 Thread Steven Liu via ffmpeg-devel
Michael Niedermayer via ffmpeg-devel 于2025年10月30日周四 09:48写道: > > Hi all > > i was talking with a company, who wants to sponsor FFmpeg > they asked if they would be listed in the GitHub readme. I suggest we create a dedicated sponsor page. As part of this, we should also define a

[FFmpeg-devel] [PATCH] avutil/hwcontext_vulkan: use correct bitmask types (PR #20845)

2025-11-05 Thread Kacper Michajłow via ffmpeg-devel
FFVkFormatEntry *fmt; int disable_multiplane = p->disable_multiplane || -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] libavutil: add qtff well-known type functions (PR #20846)

2025-11-05 Thread Kieran Kunhya via ffmpeg-devel
On Wed, 5 Nov 2025, 20:37 Lukas via ffmpeg-devel, wrote: > PR #20846 opened by Lukas (lholliger) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20846 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20846.patch > > QuickTime File Format (QTFF/MOV) have a list of well-

[FFmpeg-devel] [PATCH] WIP_youneng_feature_branch (PR #20848)

2025-11-05 Thread Youneng Xiao via ffmpeg-devel
6e4316bb4486be095126389947 Mon Sep 17 00:00:00 2001 From: stevxiao Date: Wed, 5 Nov 2025 23:15:35 -0500 Subject: [PATCH 2/2] change something in amfenc_h264.c file --- libavcodec/amfenc_h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/amfenc_h264.c b/libavcodec/amfenc_h264.c index 131ba871f5..5f5b787846 100644 --- a/libavcodec/amfenc_h264.c +++ b/libavcodec/amfenc_h264.c @@ -533,7 +533,7 @@ static av_cold int amf_encode_init_h264(AVCodecContext *avctx) if (ctx->rate_control_mode == AMF_VIDEO_ENCODER_RATE_CONTROL_METHOD_CONSTANT_QP) { AMF_ASSIGN_PROPERTY_BOOL(res, ctx->encoder, AMF_VIDEO_ENCODER_ENABLE_VBAQ, 0); if (ctx->enable_vbaq) -av_log(ctx, AV_LOG_WARNING, "VBAQ is not supported by cqp Rate Control Method, automatically disabled\n"); +av_log(ctx, AV_LOG_WARNING, "VBAQ is not supported by cqp rate control method, automatically disabled\n"); } else { if (ctx->enable_vbaq != -1) { AMF_ASSIGN_PROPERTY_BOOL(res, ctx->encoder, AMF_VIDEO_ENCODER_ENABLE_VBAQ, !!ctx->enable_vbaq); -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] libavfilter: Fix incorrect ebur128 peak calculation.

2025-11-03 Thread Carl Hetherington via ffmpeg-devel
2.51.0 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] avcodec/h2645_vui: Interpret a degenerate SAR as unspecified.

2025-11-04 Thread Zhao Zhili via ffmpeg-devel
> On Nov 4, 2025, at 21:37, Giovanni Mascellani via ffmpeg-devel > wrote: > > The specification says that if either the numerator or the > denominator is zero then the SAR is to be intended unspecified. > Internally ffmpeg represents an unspecified SAR as 0/1, while >

[FFmpeg-devel] Re: [PATCH] avcodec/h2645_vui: Interpret a degenerate SAR as unspecified.

2025-11-04 Thread Giovanni Mascellani via ffmpeg-devel
there any known issue? I observed this problem with a bunch of video files provided by game OddBallers when executed with Wine/Proton. There is some more backstory on my first submission of this patch last year: https://ffmpeg.org/pipermail/ffmpeg-devel/2024-July/331835.html Thanks

[FFmpeg-devel] Re: patch to disable SMUSH codec from autoselect

2025-11-04 Thread Kieran Kunhya via ffmpeg-devel
> > Or is it the position of ffmpeg that the SMUSH vulnerability should be > left in place until a full fix of the codec is made? > The issue was fixed a long time ago. Also please don't top post. Kieran > _______ ffmpeg-devel mailing

[FFmpeg-devel] [PATCH] avcodec/h2645_vui: Interpret a degenerate SAR as unspecified.

2025-11-04 Thread Giovanni Mascellani via ffmpeg-devel
Rational){ 0, 1 }; } else av_log(logctx, AV_LOG_WARNING, "Unknown SAR index: %u.\n", vui->aspect_ratio_idc); -- 2.51.0 OpenPGP_signature.asc Description: OpenPGP digital signature _______ ffmpeg-devel

[FFmpeg-devel] [PATCH] WIP: avcodec/libmpeghdec: Add FATE test and use correct timescale (PR #20830)

2025-11-03 Thread Daniel Stadelmann via ffmpeg-devel
frame->time_base.den = out_info.sampleRate; +frame->time_base = av_make_q(1, out_info.sampleRate); if ((ret = ff_get_buffer(avctx, frame, 0)) < 0) return ret; -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [REFUND-REQUEST] VDD'25 travel expense

2025-11-03 Thread Niklas Haas via ffmpeg-devel
6 EUR - Totel: 312.81 EUR Thanks, Niklas ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [REFUND-REQUEST] VDD'25 travel expense

2025-11-03 Thread Kieran Kunhya via ffmpeg-devel
On Mon, Nov 3, 2025 at 11:07 AM Niklas Haas via ffmpeg-devel wrote: > > Hi all, > > I travelled to VDD'25 where I held two talks, one of which was directly > related to FFmpeg. I am hereby requesting reimbursement for my travel &g

[FFmpeg-devel] [PATCH] WIP: swscale/range_convert: fix truncation bias in range conversion (PR #20836)

2025-11-04 Thread Ramiro Polla via ffmpeg-devel
lt;< src_shift) * *coeff + + (1U << (mult_shift - 1)); } static void init_range_convert_constants(SwsInternal *c) -- 2.49.1 ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] libavcodec/v4l2_buffers: fixing buffer alignment issue

2025-11-04 Thread Wenjie Yin via ffmpeg-devel
your time and assistance! Best regards, Wenjie Yin -Original Message- From: Wenjie.Yin On Behalf Of Wenjie Yin Sent: Wednesday, October 29, 2025 5:20 PM To: '[email protected]' ; Wenjie Yin Cc: '[email protected]' ; Qiwei Liu (QUIC) ; 'renj

[FFmpeg-devel] Update on your FLOSS/fund application

2025-11-04 Thread FLOSS Fund via ffmpeg-devel
ee to write to us. Thank you. _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Mailing list non member mails

2025-11-04 Thread Michael Niedermayer via ffmpeg-devel
Hi all ffmpeg-devel was set to discard non member mails, ive set it to hold non member messages now (i know this was what it was set to long ago) just in the last 2 days we had 3 messages which ive just let through. So theres valuable non subscriber mails which we where loosing. one of these

[FFmpeg-devel] [PATCH] configure: add -static suffix to internal static libs for test programs (PR #20837)

2025-11-04 Thread Kacper Michajłow via ffmpeg-devel
"" SLIBSUF=".dll" SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)' -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [REFUND-REQUEST] GSoC 2025 Mentor Summit Reimbursement Request

2025-11-04 Thread Michael Niedermayer via ffmpeg-devel
Hi Steven On Thu, Oct 30, 2025 at 03:19:54PM +0800, Steven Liu via ffmpeg-devel wrote: > Hi Folks, > > > I would like to request reimbursement for the following expenses > incurred attending the Google Summer of Code mentor summit. &

[FFmpeg-devel] Re: [PATCH] libavfilter: Fix incorrect ebur128 peak calculation.

2025-11-04 Thread Carl Hetherington via ffmpeg-devel
On Tue, 4 Nov 2025, Nicolas George via ffmpeg-devel wrote: > Carl Hetherington via ffmpeg-devel (HE12025-11-03): > > Since 3b26b782eeded9b9ab7fac013cd1a83a30d68206 it would only look at the > > first channel. > > > > Signed-off-by: [email protected] > > --- > >

[FFmpeg-devel] [PATCH] avfilter/vf_libplacebo: don't override existing rotation attribute (PR #20831)

2025-11-03 Thread Niklas Haas via ffmpeg-devel
rot_total + PL_ROTATION_360) % PL_ROTATION_180 == PL_ROTATION_90) { /* Libplacebo expects the input crop relative to the actual frame * dimensions, so un-transpose them here */ FFSWAP(float, image->crop.x0, image->crop.y0); -- 2.49.1

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

2025-11-03 Thread Niklas Haas via ffmpeg-devel
On Sun, 02 Nov 2025 03:09:39 +0100 Michael Niedermayer via ffmpeg-devel wrote: > I like the idea > > Note, the SPI Vice President, who helped us with the STF stuff is possibly > on vacation ATM (not 100% sure). And also this is the first sw development > task we do without >

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

2025-11-06 Thread Nicolas George via ffmpeg-devel
around hardware filters” is mostly design. Regards, -- Nicolas George ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] libavcodec/g723_1enc: Fix crash

2025-11-06 Thread Kovacs, Zsolt via ffmpeg-devel
message. If you have received this electronic message in error, please notify us by replying to this e-mail. ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avutil/vulkan_glslang: use AVMutex instead of pthread_mutex_t (PR #20762)

2025-10-27 Thread Kacper Michajłow via ffmpeg-devel
-; } } -pthread_mutex_unlock(&glslc_mutex); +ff_mutex_unlock(&glslc_mutex); return ret; } -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avcodec/mlpdec: don't depend on context channel layout when setting substream masks (PR #20766)

2025-10-27 Thread James Almer via ffmpeg-devel
;substream[0].mask = AV_CH_LAYOUT_MONO; if (mh.num_substreams > 2) if (mh.channel_layout_thd_stream2) -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] avcodec/h264_vulkan: Fix param error in set_sps

2025-10-27 Thread Zhao Zhili via ffmpeg-devel
> On Oct 27, 2025, at 22:05, xin.guo via ffmpeg-devel > wrote: > > Signed-off-by: xin.guo > --- > libavcodec/vulkan_h264.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/vulkan_h264.c b/libavcodec/vulkan_h264.c > index

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread Nicolas George via ffmpeg-devel
Michael Niedermayer via ffmpeg-devel (HE12025-10-26): > Should the delegation, from where this came from, be revoked to FFmpeg social > media? > (vote ends in 7 days) K keep access. Whoever is posting these tweets is doing a fine job (except for the one advocating for alcohol ;-)

[FFmpeg-devel] Re: [POLL][VOTE] Twitter/X spat on Youtube

2025-10-26 Thread Gyan Doshi via ffmpeg-devel
On 2025-10-26 07:26 pm, Michael Niedermayer wrote: Hi Everyone On Sun, Oct 26, 2025 at 12:21:35PM +0530, Gyan Doshi via ffmpeg-devel wrote: Who runs the twitter account and who wrote the posts featured in the video? Ultimately i and reynaldo control the twitter account. Reynaldo did not

[FFmpeg-devel] [POLL][VOTE] Revoke social media delegation

2025-10-26 Thread Michael Niedermayer via ffmpeg-devel
Hi Everyone As requested, reposting this, as a new thread For context please see: https://www.youtube.com/watch?v=3VkcAvqV24c https://lists.ffmpeg.org/archives/list/[email protected]/thread/PZL3NMBYJJ7RHEJ2NEGE26R2HHXKRQ2S/ Subject: Twitter/X spat on Youtube Should the delegation, from

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-26 Thread Kieran Kunhya via ffmpeg-devel
On Sun, 26 Oct 2025, 17:33 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Remi > > On Sun, Oct 26, 2025 at 05:51:58PM +0200, Rémi Denis-Courmont via > ffmpeg-devel wrote: > > Le sunnuntai 26. lokakuuta 2025, 17.26.24 Itä-Euroopa

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread Michael Niedermayer via ffmpeg-devel
Hi Lynne On Sun, Oct 26, 2025 at 05:50:28PM +0100, Lynne via ffmpeg-devel wrote: [...] > I looked at the video, and I failed to understand the author's points - he The authors point is that multiple FFmpeg supporters, who have NOT said bad things about FFmpeg at all, some who donated t

[FFmpeg-devel] [PATCH] avformat/whip: several improves in ice_dtls_handshake (PR #20765)

2025-10-27 Thread Jack Lau via ffmpeg-devel
iled\n"); goto end; } if (!ret) { -- 2.49.1 >From b2a48bc0156711d740db793dbc586d05cefe22cd Mon Sep 17 00:00:00 2001 From: Jack Lau Date: Mon, 27 Oct 2025 20:30:24 +0800 Subject: [PATCH 4/4] avformat/whip: remove redundant NONBLOCK set for dtls DTL

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

2025-10-27 Thread Michael Niedermayer via ffmpeg-devel
ingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB While the State exists there can be no freedom; when there is freedom there will be no State. -- Vladimir Lenin signature.asc Description: PGP signature _______ ffmpeg-devel mailing list -- ffmpeg-devel@ffm

[FFmpeg-devel] [PATCH] avformat/demux: pass new extradata to the parser (PR #20745)

2025-10-24 Thread James Almer via ffmpeg-devel
s, AVPacket *pkt, } fail: +if (sd) { + sti->avctx->extradata = extradata; +sti->avctx->extradata_size = extradata_size; +} + if (ret < 0) av_packet_unref(out_pkt); av_packet_unref(pkt); -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [POLL][VOTE] Twitter/X spat on Youtube

2025-10-26 Thread Michael Niedermayer via ffmpeg-devel
Hi Everyone On Sun, Oct 26, 2025 at 12:21:35PM +0530, Gyan Doshi via ffmpeg-devel wrote: > Overnight, a SPI contributor to FFmpeg has posted on YT a rant about a > 'spat' with the FFmpeg twitter account. > > Video is at > https://www.youtube.com/watch?v=3VkcAvqV24c >

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-26 Thread Michael Niedermayer via ffmpeg-devel
Hi Remi On Sun, Oct 26, 2025 at 05:51:58PM +0200, Rémi Denis-Courmont via ffmpeg-devel wrote: > Le sunnuntai 26. lokakuuta 2025, 17.26.24 Itä-Euroopan normaaliaika Michael > Niedermayer via ffmpeg-devel a écrit : > > Hi Everyone > > > > As requested, reposti

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-26 Thread James Almer via ffmpeg-devel
On 10/26/2025 2:51 PM, Rémi Denis-Courmont via ffmpeg-devel wrote: Tomas' CoC violation has been recorded. You had been warned. I'm sorry, what? This makes no sense, so please elaborate. OpenPGP_signature.asc Description: OpenPGP digital

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-26 Thread James Almer via ffmpeg-devel
On 10/26/2025 12:26 PM, Michael Niedermayer wrote: Hi Everyone As requested, reposting this, as a new thread For context please see: https://www.youtube.com/watch?v=3VkcAvqV24c https://lists.ffmpeg.org/archives/list/[email protected]/thread/PZL3NMBYJJ7RHEJ2NEGE26R2HHXKRQ2S/ Subject

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

2025-10-26 Thread Philip Langdale via ffmpeg-devel
On Tue, 21 Oct 2025 04:28:26 +0200 Lynne via ffmpeg-devel wrote: > On 20/10/2025 18:14, Michael Niedermayer wrote: > > Hi everyone > > > > We currently have 2 issue trackers (trac and forgejo), > > > > Previous discussion: > > "[RFC] Issue tra

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-26 Thread Michael Niedermayer via ffmpeg-devel
utube.com/watch?v=3VkcAvqV24c > > https://lists.ffmpeg.org/archives/list/[email protected]/thread/PZL3NMBYJJ7RHEJ2NEGE26R2HHXKRQ2S/ > > Subject: Twitter/X spat on Youtube > > > > Should the delegation, from where this came from, be revoked to FFmpeg > > social media? >

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-26 Thread Steven Liu via ffmpeg-devel
Lynne via ffmpeg-devel 于2025年10月27日周一 01:08写道: > > On 26/10/2025 16:26, Michael Niedermayer wrote: > > Hi Everyone > > > > As requested, reposting this, as a new thread > > > > For context please see: > > https://www.youtube.com/watch?v=3VkcAvqV24c

[FFmpeg-devel] [PATCH] doc/filters: add link to rendered doc of drawvg (PR #20759)

2025-10-26 Thread Gyan Doshi via ffmpeg-devel
2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [POLL][VOTE] Twitter/X spat on Youtube

2025-10-26 Thread Niklas Haas via ffmpeg-devel
On Sun, 26 Oct 2025 14:56:30 +0100 Michael Niedermayer wrote: > Quick vote, should the delegation from where this came from, be revoked to > FFmpeg social media? > (vote ends in 7 days) > > Please reply on ffmpeg-devel with your choice: > > [R] revoke access > > [K]

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

2025-10-22 Thread Michael Niedermayer via ffmpeg-devel
On Mon, Oct 20, 2025 at 07:50:33PM +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

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

2025-10-22 Thread Timo Rothenpieler via ffmpeg-devel
On 22.10.2025 14:09, Gregor Riepl via ffmpeg-devel wrote: My main motivation is to be able to use STL, which would simplify string handling and memory management, and give us access to its data structures. Manual memory management has its place, especially in lavc. In lavf less so. RAII would do

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

2025-10-22 Thread Timo Rothenpieler via ffmpeg-devel
On 22.10.2025 19:07, Rémi Denis-Courmont via ffmpeg-devel wrote: Le keskiviikkona 22. lokakuuta 2025, 16.07.36 Itä-Euroopan kesäaika Timo Rothenpieler via ffmpeg-devel a écrit : C++ can be used as-is, since it can read all our headers just fine. FFmpeg public headers are C++-compatible and

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

2025-10-22 Thread Zhao Zhili via ffmpeg-devel
> On Oct 22, 2025, at 16:11, Nicolas George wrote: > > Zhao Zhili via ffmpeg-devel (HE12025-10-21): >>>> I noticed that the FFmpeg Twitter account posted about this >>>> discussion. I believe the discussion should remain within the mailing >>>> l

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

2025-10-22 Thread Gregor Riepl via ffmpeg-devel
language than C++. _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

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

2025-10-22 Thread Nicolas George via ffmpeg-devel
Romain Beauxis via ffmpeg-devel (HE12025-10-21): >is it possible > to use STL and avoid linking with libstc++? It is possible to use the data structures and algorithms of the STL, which are the key to the performance gai

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

2025-10-22 Thread Martin Storsjö via ffmpeg-devel
libname} diff --git a/configure b/configure index 39e69d217d..db18aa2c28 100755 --- a/configure +++ b/configure @@ -6079,7 +6079,7 @@ case $target_os in SLIBSUF=".dll" SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)' SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME)-$(LIBMAJOR)$(SLIBSUF)' -SLIB_CREATE_DEF_CMD='EXTERN_PREFIX="$(EXTERN_PREFIX)" $(SRC_PATH)/compat/windows/makedef $(SUBDIR)lib$(NAME).ver $(OBJS) > $$(@:$(SLIBSUF)=.def)' +SLIB_CREATE_DEF_CMD='LDFLAGS="$(LDFLAGS)" EXTERN_PREFIX="$(EXTERN_PREFIX)" $(SRC_PATH)/compat/windows/makedef $(SUBDIR)lib$(NAME).ver $(OBJS) > $$(@:$(SLIBSUF)=.def)' SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)' SLIB_INSTALL_LINKS= SLIB_INSTALL_EXTRA_SHLIB='$(SLIBNAME:$(SLIBSUF)=.lib)' -- 2.43.0 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] avformat/rtpenc_h264_hevc: Check space for nal_length_size in ff_rtp_send_h264_hevc() (PR #20746)

2025-10-25 Thread Michael Niedermayer via ffmpeg-devel
On Fri, Oct 24, 2025 at 06:03:26PM -0400, Kieran Kunhya via ffmpeg-devel wrote: > On Fri, 24 Oct 2025, 14:52 michaelni via ffmpeg-devel, < > [email protected]> wrote: > > > PR #20746 opened by michaelni > > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls

[FFmpeg-devel] Re: Twitter/X spat on Youtube

2025-10-26 Thread Christopher Snowhill via ffmpeg-devel
On Sun 26 Oct 2025 12:21:35 PM , Gyan Doshi via ffmpeg-devel wrote: > Overnight, a SPI contributor to FFmpeg has posted on YT a rant about a > 'spat' with the FFmpeg twitter account. > > Video is at > https://www.youtube.com/watch?v=3VkcAvqV24c > > In 11 hours s

[FFmpeg-devel] Re: [PATCH] Add support for copying metadata boxed/mebx defined in ISO 14496-12

2025-10-25 Thread Michael Niedermayer via ffmpeg-devel
Hi On Tue, Oct 21, 2025 at 05:45:15PM +, Holliger, Lukas J via ffmpeg-devel wrote: > Currently there is no support to copy these MEBX tracks, so they are > dropped. These tracks often appear on iPhones, especially when > shooting cinematic mode, so allowing this to pass through

[FFmpeg-devel] Twitter/X spat on Youtube

2025-10-25 Thread Gyan Doshi via ffmpeg-devel
els should not be confrontational or combative, irrespective of the merits. Even if the other party gets rude, a civil tone can be maintained. Who runs the twitter account and who wrote the posts featured in the video? Regards, Gyan _______ ffmpeg-devel ma

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread James Almer via ffmpeg-devel
=3VkcAvqV24c https://lists.ffmpeg.org/archives/list/[email protected]/thread/PZL3NMBYJJ7RHEJ2NEGE26R2HHXKRQ2S/ Subject: Twitter/X spat on Youtube Should the delegation, from where this came from, be revoked to FFmpeg social media? (vote ends in 7 days) Please reply on ffmpeg-devel with your

[FFmpeg-devel] [PATCH] avformat/mov: workaround mv-hevc sample from pico and small cleanup on mv-hevc support (PR #20773)

2025-10-28 Thread Zhao Zhili via ffmpeg-devel
om) break; } default: -av_log(c->fc, AV_LOG_WARNING, "Unknown tag in vexu: 0x%08X\n", tag); +av_log(c->fc, AV_LOG_WARNING, "Unknown tag in vexu: %s\n", + av_fourcc2str(tag)); avi

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-27 Thread Vittorio Giovara via ffmpeg-devel
On Sun, Oct 26, 2025 at 4:43 PM Michael Niedermayer via ffmpeg-devel < [email protected]> wrote: > Hi Everyone > > As requested, reposting this, as a new thread > > For context please see: > https://www.youtube.com/watch?v=3VkcAvqV24c > > https://lists.ffmpeg.

[FFmpeg-devel] [PATCH] avcodec/d3d12va_encode_h264: remove unused variables (PR #20767)

2025-10-27 Thread Kacper Michajłow via ffmpeg-devel
[buf->nb_channel_layouts - 1], cur); if (ret < 0) { av_log(ctx, AV_LOG_ERROR, "Error parsing channel layout: %s.\n", cur); return ret; } -if (ret < 0) - return ret;

[FFmpeg-devel] Re: [POLL][VOTE] Twitter/X spat on Youtube

2025-10-26 Thread Michael Niedermayer via ffmpeg-devel
Hi On Sun, Oct 26, 2025 at 08:06:01PM +0530, Gyan Doshi via ffmpeg-devel wrote: > > > On 2025-10-26 07:26 pm, Michael Niedermayer wrote: > > Hi Everyone > > > > On Sun, Oct 26, 2025 at 12:21:35PM +0530, Gyan Doshi via ffmpeg-devel wrote: > > > Who runs t

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-26 Thread Tomas Härdin via ffmpeg-devel
sön 2025-10-26 klockan 16:26 +0100 skrev Michael Niedermayer via ffmpeg-devel: > Hi Everyone > > As requested, reposting this, as a new thread > > For context please see: > https://www.youtube.com/watch?v=3VkcAvqV24c > https://lists.ffmpeg.org/archives/list/ffmpeg-de

[FFmpeg-devel] Re: [POLL][VOTE] Twitter/X spat on Youtube

2025-10-26 Thread Philip Langdale via ffmpeg-devel
On Sun, 26 Oct 2025 17:01:51 +0100 Niklas Haas wrote: > On Sun, 26 Oct 2025 14:56:30 +0100 Michael Niedermayer > wrote: > > Quick vote, should the delegation from where this came from, be > > revoked to FFmpeg social media? (vote ends in 7 days) > > > > Please r

[FFmpeg-devel] [PATCH] configure: remove -lm and -lpthread from glslang linking (PR #20758)

2025-10-26 Thread Kacper Michajłow via ffmpeg-devel
emu || require libgme gme/gme.h gme_new_emu -lgme -lstdc++; } -- 2.49.1 ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [POLL][VOTE] Twitter/X spat on Youtube

2025-10-26 Thread Steven Liu via ffmpeg-devel
Michael Niedermayer via ffmpeg-devel 于2025年10月26日 周日22:13写道: > Hi Everyone Hi > > > On Sun, Oct 26, 2025 at 12:21:35PM +0530, Gyan Doshi via ffmpeg-devel > wrote: > > Overnight, a SPI contributor to FFmpeg has posted on YT a rant about a > > 'spat&

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-26 Thread Michael Niedermayer via ffmpeg-devel
Hi On Sun, Oct 26, 2025 at 07:51:50PM +0200, Rémi Denis-Courmont via ffmpeg-devel wrote: > Tomas' CoC violation has been recorded. > > You had been warned. I did not plan to vote, but given this abuse of power by the CC, i must vote out of solidarity alone. [R]evoke thx [..

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-28 Thread Nicolas George via ffmpeg-devel
wsbalgotrader--- via ffmpeg-devel (HE12025-10-28): > Possibly because you have an extensive history with demeaning, rude, > and antagonistic replies (as even proven in this thread). Maybe learn > polite communication tactics, and people won't assign the blame of > inflammatory c

[FFmpeg-devel] [PATCH] avcodec/vc1_parser: stop splitting ENDOFSEQ markers into separate packets (PR #20787)

2025-10-29 Thread James Almer via ffmpeg-devel
; 0xFF)) { +else if (pic_found && b != (VC1_CODE_FIELD & 0xFF) && b != (VC1_CODE_SLICE & 0xFF) + && b != (VC1_CODE_ENDOFSEQ & 0xFF)) { next = i - 4; pic_found = b == (VC1_COD

[FFmpeg-devel] Re: mailman3 ffmpeg-devel-owner bounce mitigation

2025-10-31 Thread Michael Niedermayer via ffmpeg-devel
Hi Gyan On Fri, Oct 31, 2025 at 02:56:20PM +0530, Gyan Doshi via ffmpeg-devel wrote: > > > On 2025-10-31 07:01 am, Michael Niedermayer via ffmpeg-devel wrote: > > Hi all > > > > I think ive finally found a way to fix the ffmpeg-devel-owners from > > being

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

2025-10-31 Thread Nicolas George via ffmpeg-devel
Michael Niedermayer via ffmpeg-devel (HE12025-10-14): > Maybe forgejo should post more to the ML, i dont know, depends on what > people prefer This whole thing is a catastrophe for a project as tight as ours. > Either way, obviously the submitter is expected to maintain his code, &

[FFmpeg-devel] [PATCH] Fix new Coverity issues (PR #20807)

2025-10-31 Thread James Almer via ffmpeg-devel
csp.c @@ -100,7 +100,7 @@ const AVColorPrimariesDesc *av_csp_primaries_desc_from_id(enum AVColorPrimaries else if (((unsigned)prm >= AVCOL_PRI_EXT_BASE) && ((unsigned)prm < AVCOL_PRI_EXT_NB)) p = &color_primaries_ext[prm - AVCOL_PRI_EXT_BASE]; -if (!p->prim.r.x.num) +if (p && !p->prim.r.x.num) return NULL; return p; } -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: mailman3 ffmpeg-devel-owner bounce mitigation

2025-11-01 Thread Michael Niedermayer via ffmpeg-devel
Hi all On Fri, Oct 31, 2025 at 02:31:02AM +0100, Michael Niedermayer via ffmpeg-devel wrote: [...] > Of course bounces from normal mailing list mail still can get your > account disabled. also as iam currently looking at all the bounces for ffmpeg-devel ive noticed that the most common

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-11-01 Thread Tomas Härdin via ffmpeg-devel
mån 2025-10-27 klockan 13:12 +0200 skrev Rémi Denis-Courmont via ffmpeg-devel: > I am being attacked by a bunch of no-lifes on X who somehow ended up > mistaking me for the media team, even though: > - I explicitly criticised some of the team actions. > - I very obviously do not eve

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

2025-11-01 Thread Timo Rothenpieler via ffmpeg-devel
On 02.11.2025 00:38, Niklas Haas via ffmpeg-devel wrote: Hi all, at VDD'25 multiple people discussed interest in the ability to improve the filter negotiation around hardware filters; specifically about avoiding the need to constantly set the pixel formats manually when going from HW to SW

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