___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
ained-meta.ogg -c copy -f ogg
- | $(APITESTSDIR)/api-dump-stream-meta-test$(EXESUF) /dev/stdin
-
FATE_OGG_VORBIS-$(call DEMDEC, OGG, VORBIS) += $(FATE_OGG_VORBIS)
FATE_SAMPLES_DUMP_STREAM_META += $(FATE_OGG_VORBIS-yes)
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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 mailing list -- [email protected]
To unsubscribe send an email to [email protected]
locations as well.
Also, but specific for arm there is a tuned memcpy replacement:
https://github.com/simonjhall/copies-and-fills/
which also speeds up ffmpeg (and of course everything else).
Best from Germany
Thilo
___________
ffmpeg-devel mailing lis
) {
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]
/fftools/ffplay.c
@@ -54,6 +54,7 @@
#include
#include
+#include "android_binder.h"
#include "cmdutils.h"
#include "ffplay_renderer.h"
#include "opt_common.h"
@@ -3892,6 +3893,10 @@ int main(int argc, char **argv)
}
}
+#if defined(__ANDROID__)
+android_binder_th
What's the best way to submit these patches? There is the bug tracker,
there is this
mailing list - what's the best way to contribute them?
Cheers,
Thomas
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an emai
ff --git a/libavformat/oggenc.c b/libavformat/oggenc.c
I would have hoped that whoever pushed this would have fixed the commit
message to include “lavf/oggenc:” at the beginning. Please be more
careful in the future.
Regards,
--
Nicolas George
_______________
ffmpeg-
;color_trc;
+av1->matrixCoefficients =
to_nv_color_matrix(IS_GBRP(ctx->data_pix_fmt) ? AVCOL_SPC_RGB :
avctx->colorspace);
+av1->colorPrimaries = to_nv_color_pri(avctx->color_primaries);
+av1->transferCharacteristics = to_nv_color_trc(avctx->color_trc);
Hi Kieran
On Sat, Nov 01, 2025 at 02:37:45AM +, Kieran Kunhya via ffmpeg-devel wrote:
> On Fri, 31 Oct 2025, 17:06 michaelni via ffmpeg-devel, <
> [email protected]> wrote:
>
> > PR #20805 opened by michaelni
> > URL: https://code.ffmpeg.org/FFmpeg/FFmpe
+size -= 12;
}
if (cbSize > 0) {
ret = ff_get_extradata(s, par, pb, cbSize);
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
hould also be done by human hand?
Cheers,
Thomas
On Mon, Nov 10, 2025, 5:04 PM Rémi Denis-Courmont via ffmpeg-devel <
[email protected]> wrote:
> Le lauantaina 8. marraskuuta 2025, 10.34.24 Itä-Euroopan normaaliaika
> Thomas
> Dullien via ffmpeg-devel a écrit :
> > Wha
On Sat, Nov 8, 2025 at 2:31 AM Michael Niedermayer via ffmpeg-devel
wrote:
>
> On Mon, Nov 03, 2025 at 12:07:24PM +0100, Niklas Haas via ffmpeg-devel wrote:
> > Hi all,
> >
> > I travelled to VDD'25 where I held two talks, one of which was directly
> > relate
On Monday, November 10th, 2025 at 10:55 PM, Stefano Sabatini via ffmpeg-devel
wrote:
>
> On Sat, Nov 8, 2025 at 2:31 AM Michael Niedermayer via ffmpeg-devel
> [email protected] wrote:
>
> > On Mon, Nov 03, 2025 at 12:07:24PM +0100, Niklas Haas via ffmpeg-devel
> &
> 在 2025年10月21日,上午1:50,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 n
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
> list.
Why?
> Please keep in mind that C AND C++ developers make up the largest
> portion of our user
> On Oct 21, 2025, at 22:58, Nicolas George via ffmpeg-devel
> 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
>> list
Hi all
On Mon, Oct 20, 2025 at 06:14:47PM +0200, Michael Niedermayer via ffmpeg-devel
wrote:
[...]
> after this Vote, i intend to start one about "migrating tickets."
>
> All GA members can vote, by replying to this mail on ffmpeg-devel,
> duration is 7 days
> I will t
;
os->first_pts = AV_NOPTS_VALUE;
os->max_pts = AV_NOPTS_VALUE;
@@ -1711,7 +1711,7 @@ static int update_stream_extradata(AVFormatContext *s,
OutputStream *os,
memcpy(par->extradata, extradata, extradata_size);
-ff_make_codec_str(s, par, frame_rate, os->code
ons 2025-10-22 klockan 14:09 +0200 skrev Gregor Riepl via ffmpeg-devel:
> > 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
ons 2025-10-22 klockan 15:05 +0200 skrev Michael Niedermayer via
ffmpeg-devel:
> One difference that favors lower level languages is that with
> high level languages one looses sight of the cost of operations
>
> Teh closer you are to the implementation of a data structure, like
>
Hi Remi
On Thu, Oct 23, 2025 at 08:41:32PM +0300, Rémi Denis-Courmont via ffmpeg-devel
wrote:
> Le torstaina 23. lokakuuta 2025, 13.49.54 Itä-Euroopan kesäaika Michael
> Niedermayer via ffmpeg-devel a écrit :
> > I ve missed a crucial detail, which only became obvious to me now.
>
Hi Tomas
On Thu, Oct 23, 2025 at 11:49:31PM +0200, Tomas Härdin via ffmpeg-devel wrote:
> ons 2025-10-22 klockan 15:05 +0200 skrev Michael Niedermayer via
> ffmpeg-devel:
> > One difference that favors lower level languages is that with
> > high level languages one looses si
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
> >> list.
> > Why?
> Using an official account to make fun of a technical
On Thu, 23 Oct 2025, Rémi Denis-Courmont via ffmpeg-devel wrote:
Le 23 octobre 2025 00:01:55 GMT+03:00, "Martin Storsjö" a
écrit :
On Wed, 22 Oct 2025, Rémi Denis-Courmont via ffmpeg-devel wrote:
If you want to compile AArch64 FFmpeg for use in emulated x86 processes, then
On Mon, Oct 20, 2025, 12:51 Tomas Härdin via ffmpeg-devel <
[email protected]> 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 wher
Hi Zhao Zhili
On Tue, Oct 21, 2025 at 11:31:02PM +0800, Zhao Zhili via ffmpeg-devel wrote:
>
>
> > On Oct 21, 2025, at 22:58, Nicolas George via ffmpeg-devel
> > wrote:
> >
> > Zhao Zhili via ffmpeg-devel (HE12025-10-21):
> >> I noticed that the F
On Mon, Nov 03, 2025 at 12:07:24PM +0100, 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
>
m happy to change it to unsigned if you prefer
no reply, will apply
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I am the wisest man alive, for I know one thing, and that is that I know
nothing. -- Socrates
signature.asc
Description: PGP signature
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
buf = av_buffer_create((uint8_t *)frame, sizeof(*frame), free_texture,
NULL, 0);
if (!buf)
goto fail;
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
rized the discussion with Rémi.
// Martin
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
0001-avformat-mpjpegdec-add-support-for-X-Timestamp-and-X-Framerate.patch
Description: Binary data
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
get_packet(s->pb, pkt, size);
@@ -353,6 +407,13 @@ static int mpjpeg_read_packet(AVFormatContext *s, AVPacket
*pkt)
}
}
+ /* Set timestamp from X-Timestamp header if available */
+ if (ret >= 0 && mpjpeg->has_timestamp && s->nb_streams > 0) {
+ AVStream *st = s->streams[0];
+ pkt->pts = av_rescale_q(mpjpeg->timestamp, AV_TIME_BASE_Q, st->time_base);
+ pkt->dts = pkt->pts;
+ }
+
return ret;
}
--
2.50.1 (Apple Git-155)
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
eg->framerate;
+ avpriv_set_pts_info(st, 60, mpjpeg->framerate.den, mpjpeg->framerate.num);
+ mpjpeg->framerate_applied = 1;
+ }
+
if (size > 0) {
/* size has been provided to us in MIME header */
ret = av_get_packet(s->pb, pkt, size);
@@ -353,6 +407,13 @@ static int mpjpeg_read_p
framerate.num);
+mpjpeg->framerate_applied = 1;
+}
+
if (size > 0) {
/* size has been provided to us in MIME header */
ret = av_get_packet(s->pb, pkt, size);
@@ -353,6 +407,13 @@ static int mpjpeg_read_packet(AVFormatContext *s, AVPacket
*pkt)
}
}
Hi Reaxx
On Fri, Nov 07, 2025 at 06:20:38PM +0100, Reaxx via ffmpeg-devel wrote:
> This patch fixes an out-of-bounds read in the RV60 decoder where qp can
> reach 65, exceeding the rv60_qp_to_idx[64] array bounds. The previous fix
> (61cbcaf93f) only covered intra frames. This adds vali
Hi
On Fri, Nov 07, 2025 at 10:19:27PM +0100, Reaxx via ffmpeg-devel wrote:
> Thanks for reviewing and applying the patch. Apologies for the incorrect
> commit message , I appreciate you correcting it. Thanks again
actually, can you check if my commit message is correct before i ap
Hi Reaxx
On Fri, Nov 07, 2025 at 10:49:05PM +0100, Reaxx via ffmpeg-devel wrote:
> Hi Michael,
>
> Yes, the commit message LGTM , Thank you for the detailed explanation and
> for taking the time to review this thoroughly. I appreciate your patience.
patch applied
thx
[...]
_________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
e
#include
-#else
-#include
-#include
-#endif
#include "libavutil/avstring.h"
#include "libavutil/common.h"
#include "libavutil/file.h"
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Hi Vladimir
On Sun, Nov 09, 2025 at 02:38:56AM +0200, Vladimir Sobolev via ffmpeg-devel
wrote:
> >From 31d73c6774c1ea6d621db57f26439e297cc23c3d Mon Sep 17 00:00:00 2001
> From: Vladimir Sobolev
> Date: Sun, 9 Nov 2025 02:28:13 +0200
> Subject: [PATCH] avformat/mpjpegdec: ad
On Monday, November 10th, 2025 at 3:09 PM, Thilo Schunck via ffmpeg-devel
wrote:
>
>
> Hi Team!
>
> Apologies for maybe breaking submit rules but as of now I don't know better
> :-)
>
> I figured out on arm "hwdownload" is quite slow.
>
Hi
adding niklas to the CC so its not missed
but i agree the patch LGTM
On Tue, Nov 04, 2025 at 08:52:36PM +0100, Nicolas George via ffmpeg-devel wrote:
> Carl Hetherington via ffmpeg-devel (HE12025-11-03):
> > Since 3b26b782eeded9b9ab7fac013cd1a83a30d68206 it would only look at the
Hi Remi
On Mon, Nov 10, 2025 at 06:03:38PM +0200, Rémi Denis-Courmont via ffmpeg-devel
wrote:
> Le lauantaina 8. marraskuuta 2025, 10.34.24 Itä-Euroopan normaaliaika Thomas
> Dullien via ffmpeg-devel a écrit :
> > What's the best way to submit these patches? There is the bug t
On 2025-11-11 12:19 pm, Rémi Denis-Courmont via ffmpeg-devel wrote:
Le 11 novembre 2025 04:59:42 GMT+02:00, Michael Niedermayer via
ffmpeg-devel a écrit :
Hi Remi
On Mon, Nov 10, 2025 at 06:03:38PM +0200, Rémi Denis-Courmont via ffmpeg-devel
wrote:
Le lauantaina 8. marraskuuta 2025
Hi Mathias
On Wed, Nov 05, 2025 at 12:29:53PM +0100, Mathias Koehler via ffmpeg-devel
wrote:
> The initial out of order check was introduced with commit
> ad29f9e47cb avcodec/tiff: Restrict tag order based on specification
>
> This changes the check to only check against tags th
On 06/11/2025 09:40, Nicolas George via ffmpeg-devel wrote:
Rémi Denis-Courmont (HE12025-11-04):
From a technical standpoint, that seems very agreeable indeed. But at
the same time, it sounds unreasonable to expect that of a bounty
claimant.
Can you elaborate why you think that? We set the
Hello there
I want to unsubscribe from the devel@ffmpeg Mailing list
Thanks
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Pavel Roslyy via ffmpeg-devel (HE12025-11-04):
> The headers that are signed for DKIM can be configured. It is not
> recommended, but if needed you can remove Subject from the list of
> signed headers.
“Eh, Google, can I edit your DKIM settings to exclude the Subject
header, so that w
Timo Rothenpieler via ffmpeg-devel (HE12025-11-06):
> Couldn't we simply have any design-discussions and decisions before the
> bounty is started, so the design becomes part of what the bounty is posted
> for?
Not really, I would say. To paragraph the famous saying “no battle pla
Niklas Haas via ffmpeg-devel (HE12025-11-06):
> PR #20851 opened by Niklas Haas (haasn)
> URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20851
> Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20851.patch
>
> The current code only ever printed the pixel format
Hi James
On Tue, Nov 11, 2025 at 08:19:25PM -0300, James Almer via ffmpeg-devel wrote:
> On 11/11/2025 8:15 PM, Michael Niedermayer via ffmpeg-devel wrote:
> > Hello everyone
> >
> > We have been contacted by Microsoft.
> >
> > Whats your oppinion about putting
On Fri, Nov 7, 2025 at 6:04 AM Nicolas George via ffmpeg-devel
wrote:
>
> Pavel Roslyy via ffmpeg-devel (HE12025-11-04):
> > The headers that are signed for DKIM can be configured. It is not
> > recommended, but if needed you can remove Subject from the list of
> >
On Tue, Nov 11, 2025 at 6:02 PM Michael Niedermayer via ffmpeg-devel <
[email protected]> wrote:
> Hi James
>
> On Tue, Nov 11, 2025 at 08:19:25PM -0300, James Almer via ffmpeg-devel
> wrote:
>
> > Do they serve applications that only run on the command line? Be
SWS_PIXEL_U32;
+case 1: return SWS_PIXEL_U8;
+case 2: return SWS_PIXEL_U16;
+case 4: return SWS_PIXEL_U32;
}
av_unreachable("Invalid pixel type!");
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To u
bits(pb, 2, dm->l11.color);
+put_bits(pb, 8, dm->l11.reserved_byte2);
+put_bits(pb, 8, dm->l11.reserved_byte3);
break;
case 254:
put_bits(pb, 8, dm->l254.dm_mode);
--
2.49.1
_______
ffmpeg-devel mailing list
PR #20953 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20953
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20953.patch
Following up on previous concerns:
- Adding new unconditionally built source files in libraries. Yes, that's
indeed a bit bad, bu
turn ret;
h->avctx->pix_fmt = ret;
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via ffmpeg-devel
wrote:
> This was suggested to me.
>
> Allowing only donations to a 501(c)(3) restricts both donators as well as
> developers
patchset applied
@everyone, dont hesitate to add yourself too,
On 2025-11-14 11:30 pm, Michael Niedermayer via ffmpeg-devel wrote:
On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via ffmpeg-devel
wrote:
This was suggested to me.
Allowing only donations to a 501(c)(3) restricts both donators as well as
developers
patchset applied
Is
On Fri, Nov 14, 2025 at 04:08:40PM -0800, Jacob Lifshay via ffmpeg-devel wrote:
> On Fri, Nov 14, 2025 at 1:45 PM Michael Niedermayer via ffmpeg-devel
> wrote:
> > +
> > + > src="https://ethereum.org/images/assets/svgs/eth-diamond-black.svg"
Hi
On Wed, Nov 12, 2025 at 07:26:25PM +0100, Nicolas George via ffmpeg-devel wrote:
> Michael Niedermayer via ffmpeg-devel (HE12025-10-16):
> > for this https://ffmpeg.org/contact.html#MailingLists
> >
> > you can add it to [email protected]:ffmpeg-web
> > you shoul
On Fri, Nov 14, 2025 at 1:45 PM Michael Niedermayer via ffmpeg-devel
wrote:
> +
> + src="https://ethereum.org/images/assets/svgs/eth-diamond-black.svg";
> alt="Ethereum" width="32" height="32">
> + s
Bitcoin.svg";
alt="Bitcoin" width="32" height="32">
+
+0x688233B52Df5fcf563c8181b576728619567DFbb
+bc1q55est04pzyvf0yezf2h7a98m72aunrxdt24jt8
--
2.51.0
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Hi Gyan
On Fri, Nov 14, 2025 at 11:49:23PM +0530, Gyan Doshi via ffmpeg-devel wrote:
>
>
> On 2025-11-14 11:30 pm, Michael Niedermayer via ffmpeg-devel wrote:
> > On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via
> > ffmpeg-devel wrote:
> >
railer if needed */
for (int i = 0; i < nb_output_files; i++) {
int err = of_write_trailer(output_files[i]);
--
2.49.1
_______________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Hi Zhao
On Wed, Nov 19, 2025 at 01:25:30PM +0800, Zhao Zhili via ffmpeg-devel wrote:
>
> > 在 2025年11月19日,下午12:29,Michael Niedermayer via ffmpeg-devel
> > 写道:
> >
> > On Sat, Nov 15, 2025 at 11:29:26PM +0800, Zhao Zhili via ffmpeg-devel
> > wrote:
> >&g
On Wed, Nov 19, 2025 at 05:21:13AM +0100, Michael Niedermayer via ffmpeg-devel
wrote:
> On Sat, Nov 15, 2025 at 04:15:14PM +0100, Michael Niedermayer via
> ffmpeg-devel wrote:
> > Hi all
> >
> > due to accumulated bug fixes, i think we should make a new release fr
wanted to say thank you for the project
and the impact it has on the entire ecosystem.
Best regards,
Shashwat Verma
AAAI Solutions
[email protected]
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to ffmpeg-devel
sample)
+bitrate *= 8.0 / par->bits_per_coded_sample;
+
if (id == 0xFFFE) {
par->codec_tag = 0;
} else {
--
2.43.0
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
/ffversion.h libavcodec/codec_names.h \
libavcodec/bsf_list.c libavformat/protocol_list.c \
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
{
+av_log(avctx, AV_LOG_VERBOSE, "Hardware supports motion estimation
"
+"precision mode limits.\n");
+} else {
+ctx->me_precision = 0;
+av_log(avctx, AV_LOG_WARNING, "Hardware does not support motion
estima
priv.u16[i] << 16 | priv.u16[i]; break;
+case 1: c.u32 = 0x1010101U * priv.u8[i]; break;
+case 2: c.u32 = (uint32_t)priv.u16[i] << 16 | priv.u16[i]; break;
case 4: c.u32 = priv.u32[i]; break;
}
--
2.49.1
_______
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
OUTPUT);
+rename($tempfile, $file);
}
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
figure: unbreak glslang build
swscale/range_convert: fix truncation bias in range conversion
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
mp;& { check_pkg_config libfdk_aac fdk-aac
"fdk-aac/aacenc_lib.h" aacEncOpen ||
{ require libfdk_aac fdk-aac/aacenc_lib.h
aacEncOpen -lfdk-aac &&
warn "using libfdk without pkg-config"; } }
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
On Thu, 13 Nov 2025, 03:07 Michael Niedermayer via ffmpeg-devel, <
[email protected]> wrote:
> Hi Kieran
>
> On Wed, Nov 12, 2025 at 12:09:00AM -0800, Kieran Kunhya via ffmpeg-devel
> wrote:
> > On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, <
+${spvremap} -lSPIRV -lSPIRV-Tools-opt
-lSPIRV-Tools -lpthread -lstdc++ -lm ;
+fi
enabled libgme&& { check_pkg_config libgme libgme gme/gme.h
gme_new_emu ||
require libgme gme/gme.h gme_new_emu -lgme
-lstdc++; }
enabled libgsm
_uv : scanline_y);
+ret = v4l2_plane_to_plane_align(out, 0, frame->data[i], size,
offset, frame->linesize[i], h, bytesperline);
+if (ret)
+return ret;
+offset += size;
+}
}
return 0;
v_cold void ff_llauddsp_init_ppc(LLAudDSPContext *c)
-{
-#if HAVE_ALTIVEC
-if (!PPC_ALTIVEC(av_get_cpu_flags()))
-return;
-
-c->scalarproduct_and_madd_int16 = scalarproduct_and_madd_int16_altivec;
-#endif /* HAVE_ALTIVEC */
-}
--
2.49.1
___
+
+Releases, Security fixes
+
+
+https://paypal.me/niedermayermichael";>PayPal
+
+
+
+
+
+
+
--
2.51.0
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe
This was suggested to me.
Allowing only donations to a 501(c)(3) restricts both donators as well as
developers
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
____
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
ls on the side of AI output being tainted, commit messages
*can* be removed automatically, albeit
at a cost of changing the hashes in the git commit history.
Cheers,
Thomas
Am Mi., 12. Nov. 2025 um 09:24 Uhr schrieb Christophe Gisquet via
ffmpeg-devel :
> Hello,
>
> Le mar. 11 nov. 2025 à 04:
Hi Kieran
On Wed, Nov 12, 2025 at 12:09:00AM -0800, Kieran Kunhya via ffmpeg-devel wrote:
> On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, <
> [email protected]> wrote:
>
> > Hi Remi
> >
> > On Mon, Nov 10, 2025 at 06:03:38PM +0200, R
ne =~ s/\.float/dcfs/x;
--
2.43.0
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
PR #20905 opened by Adam Koszek (wkoszek)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20905
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20905.patch
Without running configure, it didn't work for me anymore.
On ffmpeg-devel the feedback was to run configure.
I'm thus compr
all your work on FFmpeg.
Best,
Andreas
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
> On Nov 13, 2025, at 11:29, Wenjie Yin via ffmpeg-devel
> wrote:
>
> V4l2 drivers may return buffer width & height with aligned values, which
> may be different from frame width & height. Bytesperlines and strides
> should be check for aligned buffers when copy
fully understood is good.
Rewriting code that one doesnt understand is a sign that one is less smart
than the original author, trying to rewrite it will not make it better.
signature.asc
Description: PGP signature
___
ffmpeg-devel mailing list -- ffmpeg
On 11/11/2025 8:15 PM, Michael Niedermayer via ffmpeg-devel wrote:
Hello everyone
We have been contacted by Microsoft.
Whats your oppinion about putting one or both the current community builds,
that we link
to, on the Microsoft store?
Do they serve applications that only run on the command
ld-doc
\ No newline at end of file
+rm -rf build-doc
--
2.51.2
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
DME.
Adam Koszek (1):
Fix the built instruction.
README | 74 ++---
generate-doc.sh | 4 +--
2 files changed, 42 insertions(+), 36 deletions(-)
--
2.51.2
_______
ffmpeg-devel mailing list -- ffmpeg
fc, tfc->level - 1);
}
av_freep(&mmc->section_data[tfc->level].section_id);
@@ -454,6 +457,8 @@ static void
mermaid_print_section_footer(AVTextFormatContext *tfc)
} else if ((section->flags & AV_TEXTFORMAT_SECTION_FLAG_IS_SUBGRAPH)) {
+mermaid_subgraph_complete_start(mmc, tfc, tfc->level);
+
MM_INDENT();
writer_put_str(tfc, "end\n");
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, <
[email protected]> wrote:
> Hi Remi
>
> On Mon, Nov 10, 2025 at 06:03:38PM +0200, Rémi Denis-Courmont via
> ffmpeg-devel wrote:
> > Le lauantaina 8. marraskuuta 2025, 10.34.24 Itä-Euroopan normaalia
has been provided to us in MIME header */
ret = av_get_packet(s->pb, pkt, size);
@@ -353,6 +402,14 @@ static int mpjpeg_read_packet(AVFormatContext *s, AVPacket
*pkt)
}
}
+ /* Set timestamp from X-Timestamp header if available */
+ if (ret >= 0 && mpjpeg->has_timestamp && s->nb_streams > 0) {
+ AVStream *st = s->streams[0];
+ /* Use AV_TIME_BASE_Q as timebase for timestamps */
+ pkt->pts = mpjpeg->timestamp;
+ pkt->dts = mpjpeg->timestamp;
+ }
+
return ret;
}
--
2.50.1 (Apple Git-155)
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
e);
@@ -353,6 +402,14 @@ static int mpjpeg_read_packet(AVFormatContext *s, AVPacket
*pkt)
}
}
+/* Set timestamp from X-Timestamp header if available */
+ if (ret >= 0 && mpjpeg->has_timestamp && s->nb_streams > 0) {
+AVStream *st = s->streams[0];
+/* Use AV_TIME_BASE_Q as timebase for timestamps */
+pkt->pts = mpjpeg->timestamp;
+pkt->dts = mpjpeg->timestamp;
+}
+
return ret;
}
--
2.50.1 (Apple Git-155)
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
;device_ctx,
- hwfc->sw_format, &expected_format);
-if (err == 0) {
+if (expected_format) {
vas = vaDeriveImage(hwctx->display, test_surface_id, &test_image);
if (vas == VA_STATUS_SUCCESS) {
if (expected_format->fourcc
Michael Niedermayer via ffmpeg-devel (HE12025-10-16):
> for this https://ffmpeg.org/contact.html#MailingLists
>
> you can add it to [email protected]:ffmpeg-web
> you should have write access
Hi. Thanks for the reminder. It is not easy to add usefully, but I can
propose the attached p
3101 - 3200 of 3586 matches
Mail list logo