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]
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]
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]
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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:
>
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
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
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]
T __scanf__
#endif
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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]
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
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]
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]
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
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
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
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
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/
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]
) {
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]
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
> 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_
> 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
"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]
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]
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]
ata/pixfmt/yuv444p12-yuv444p12msble.yuv
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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
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
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]
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-
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]
2.51.0
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
> 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
>
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
>
> 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
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
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]
6 EUR
-
Totel: 312.81 EUR
Thanks,
Niklas
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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
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]
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
ee to write to us.
Thank you.
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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
""
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]
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.
&
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]
> > ---
> >
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
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
>
around hardware filters” is mostly
design.
Regards,
--
Nicolas George
___________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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]
-;
}
}
-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]
;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]
> 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
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 ;-)
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
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
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
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
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
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
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]
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
>
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
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
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
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
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?
>
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
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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]
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
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
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
> 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
language than C++.
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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
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]
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
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
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
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
=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
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
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.
[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;
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
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
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
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]
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&
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
[..
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
; 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
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
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,
&
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]
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
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
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
2901 - 3000 of 3432 matches
Mail list logo