[FFmpeg-devel] Re: [GASPP PATCH] Handle .drectve sections with armasm

2025-11-10 Thread Martin Storsjö via ffmpeg-devel
___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] Revert "Re-initialize stream on new metadata." (PR #20885)

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

[FFmpeg-devel] [PATCH] avfilter/vf_libplacebo: fix a more edge cases when combining rotated video with custom fit modes (PR #20884)

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

[FFmpeg-devel] [RFC] performance tuning, memcpy

2025-11-10 Thread Thilo Schunck via ffmpeg-devel
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

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

2025-11-10 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] fftools: Fix MediaCodec on Android15+ (PR #20886)

2025-11-10 Thread Dmitrii Okunev via ffmpeg-devel
/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

[FFmpeg-devel] question about submitting security patches

2025-11-10 Thread Thomas Dullien via ffmpeg-devel
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

[FFmpeg-devel] Commit message

2025-11-09 Thread Nicolas George via ffmpeg-devel
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-

[FFmpeg-devel] [PATCH] avcodec/nvenc: fix -Wenum-conversion on colorspace/pri/trc (PR #20882)

2025-11-10 Thread Zhao Zhili via ffmpeg-devel
;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);

[FFmpeg-devel] Re: [PATCH] avformat/whip: Fix rtp_ctx->streams access (PR #20805)

2025-11-09 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat/riff: add support for HEAACWAVEFORMAT (PR #20888)

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

[FFmpeg-devel] Re: question about submitting security patches

2025-11-10 Thread Thomas Dullien via ffmpeg-devel
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

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

2025-11-10 Thread Stefano Sabatini via ffmpeg-devel
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

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

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

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

2025-10-21 Thread Zhao Zhili 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

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

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

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

2025-10-21 Thread Zhao Zhili via ffmpeg-devel
> 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

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

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

[FFmpeg-devel] [PATCH] avformat: Combine hlsenc/dashenc codec string generation, make public API (PR #20739)

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

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

2025-10-23 Thread Tomas Härdin via ffmpeg-devel
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

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

2025-10-23 Thread Tomas Härdin via ffmpeg-devel
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 >

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

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

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

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

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

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

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

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

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

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

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

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

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

2025-11-07 Thread Michael Niedermayer via ffmpeg-devel
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 >

[FFmpeg-devel] Re: [PATCH 5/5] avcodec/osq: Fix 32bit sample overflow

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

[FFmpeg-devel] [PATCH] avutil/hwcontext_d3d12va: fix buf size when call av_buffer_create (PR #20856)

2025-11-06 Thread Zhao Zhili via ffmpeg-devel
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]

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

2025-11-07 Thread Martin Storsjö via ffmpeg-devel
rized the discussion with Rémi. // Martin _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers

2025-11-08 Thread Vladimir Sobolev via ffmpeg-devel
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]

[FFmpeg-devel] [PATCH] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers

2025-11-08 Thread Vladimir Sobolev via ffmpeg-devel
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]

[FFmpeg-devel] [PATCH] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers

2025-11-08 Thread Vladimir Sobolev via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers

2025-11-08 Thread Vladimir Sobolev via ffmpeg-devel
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) } }

[FFmpeg-devel] Re: [PATCH] avcodec/rv60dec: add upper bound check for qp

2025-11-07 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] avcodec/rv60dec: add upper bound check for qp

2025-11-07 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] avcodec/rv60dec: add upper bound check for qp

2025-11-07 Thread Michael Niedermayer via ffmpeg-devel
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] [GASPP PATCH] Handle .drectve sections with armasm

2025-11-08 Thread Martin Storsjö via ffmpeg-devel
_________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avfilter/vf_libopencv: bump to opencv4 (PR #20865)

2025-11-08 Thread Zhao Zhili via ffmpeg-devel
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]

[FFmpeg-devel] Re: [PATCH] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers

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

[FFmpeg-devel] Re: [RFC] performance tuning, memcpy

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

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

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

[FFmpeg-devel] Re: question about submitting security patches

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

[FFmpeg-devel] Re: question about submitting security patches

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

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

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

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

2025-11-06 Thread Timo Rothenpieler via ffmpeg-devel
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

[FFmpeg-devel] Unsubscribe from mail list

2025-11-06 Thread Abhishek Gawande via ffmpeg-devel
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]

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

2025-11-07 Thread Nicolas George via ffmpeg-devel
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

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

2025-11-07 Thread Nicolas George via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] Better printing of errors on format negotiation failure (PR #20851)

2025-11-07 Thread Nicolas George via ffmpeg-devel
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

[FFmpeg-devel] Re: [RFC] Microsoft store

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

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

2025-11-11 Thread Pavel Roslyy via ffmpeg-devel
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 > >

[FFmpeg-devel] Re: [RFC] Microsoft store

2025-11-11 Thread Christopher Degawa via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] swscale: Fix ff_sws_pixel_type_to_uint (PR #20968)

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

[FFmpeg-devel] [PATCH] dovi: fix L11 metadata (PR #20962)

2025-11-18 Thread Cosmin Stejerean via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] Make av_make_codec_str a public API, expose in ffprobe stream info (PR #20953)

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

[FFmpeg-devel] [PATCH] avcodec/h264_slice: don't force ff_get_format unconditionally after flush (PR #20921)

2025-11-14 Thread Zhao Zhili via ffmpeg-devel
turn ret; h->avctx->pix_fmt = ret; -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add section for individual developers

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

[FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add section for individual developers

2025-11-14 Thread Gyan Doshi via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] web/donations: Add my ETH/USDC/Bitcoin addresses to my donation entry.

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

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

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

[FFmpeg-devel] Re: [PATCH] web/donations: Add my ETH/USDC/Bitcoin addresses to my donation entry.

2025-11-14 Thread Jacob Lifshay via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] web/donations: Add my ETH/USDC/Bitcoin addresses to my donation entry.

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

[FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add section for individual developers

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

[FFmpeg-devel] [PATCH] fftools/ffmpeg: fix memleak when sdp create failed (PR #20969)

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

[FFmpeg-devel] Re: FFmpeg 8.0.1 release

2025-11-19 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] Re: FFmpeg 8.0.1 release

2025-11-19 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] Appreciation + Sharing a Project Built on FFmpeg

2025-11-19 Thread Shashwat Verma via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] Fix WAV bitrate calculation when bits_per_coded_sample != 8

2025-11-19 Thread Erdinc Kaya via 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]

[FFmpeg-devel] [PATCH] Makefile: remove config_components.asm on distclean (PR #20972)

2025-11-19 Thread Kacper Michajłow via ffmpeg-devel
/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]

[FFmpeg-devel] [PATCH] avcodec/d3d12va_encode: support motion estimation precision mode (PR #20973)

2025-11-19 Thread Steven Xiao via ffmpeg-devel
{ +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

[FFmpeg-devel] [PATCH] swscale/x86/ops: fix signed integer related UB in normalize_clear() (PR #20984)

2025-11-20 Thread James Almer via ffmpeg-devel
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 _______

[FFmpeg-devel] [PATCH] [release/8.0] avutil/hwcontext_d3d12va: fix buf size when call av_buffer_create (PR #20978)

2025-11-20 Thread Zhao Zhili via ffmpeg-devel
2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] tools: Make indent_arm_assembly.pl able to reformat a file in place (PR #20980)

2025-11-20 Thread Martin Storsjö via ffmpeg-devel
OUTPUT); +rename($tempfile, $file); } -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] Changelog: fix spell and remove redundant descriptions (PR #20987)

2025-11-20 Thread Zhao Zhili via ffmpeg-devel
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]

[FFmpeg-devel] [PATCH] configure: Lower libdvdnav and libdvdread minimum versions for EL9 (PR #20989)

2025-11-21 Thread Neal Gompa via ffmpeg-devel
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]

[FFmpeg-devel] Re: question about submitting security patches

2025-11-12 Thread Kieran Kunhya via ffmpeg-devel
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, <

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

2025-11-12 Thread Sebastian Ramacher 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

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

2025-11-12 Thread Wenjie Yin via ffmpeg-devel
_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;

[FFmpeg-devel] [PATCH] libavcodec/ppc: remove broken AltiVec acceleration for lossless audio (PR #20901)

2025-11-12 Thread Sean McGovern via ffmpeg-devel
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 ___

[FFmpeg-devel] [PATCH 2/2] web/donations: Add myself to the section for individual developers

2025-11-12 Thread Michael Niedermayer via ffmpeg-devel
+ +Releases, Security fixes + + +https://paypal.me/niedermayermichael";>PayPal + + + + + + + -- 2.51.0 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe

[FFmpeg-devel] [PATCH 0/2] web/donations: Add section for individual developers

2025-11-12 Thread Michael Niedermayer via ffmpeg-devel
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] [PATCH 1/2] web/donations: Add section for individual developers

2025-11-12 Thread Michael Niedermayer via ffmpeg-devel
____ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: question about submitting security patches

2025-11-12 Thread Thomas Dullien via ffmpeg-devel
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:

[FFmpeg-devel] Re: question about submitting security patches

2025-11-12 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] [GASPP PATCH] Translate .inst into DCD, the same as for .int or .word

2025-11-12 Thread Martin Storsjö via ffmpeg-devel
ne =~ s/\.float/dcfs/x; -- 2.43.0 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] Fix: explanation on how to run make fate. (PR #20905)

2025-11-12 Thread Adam Koszek via ffmpeg-devel
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

[FFmpeg-devel] Supporting FFmpeg via GPU-powered FFmpeg endpoint on Replicate

2025-11-12 Thread Andreas Jansson via ffmpeg-devel
all your work on FFmpeg. Best, Andreas ___ 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-12 Thread Zhao Zhili via ffmpeg-devel
> 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

[FFmpeg-devel] [RFC] Microsoft store

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

[FFmpeg-devel] Re: [RFC] Microsoft store

2025-11-11 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH 1/1] Fix the built instruction.

2025-11-13 Thread Adam Koszek via ffmpeg-devel
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]

[FFmpeg-devel] [PATCH 0/1] fixed ffmpeg-web building instructions.

2025-11-13 Thread Adam Koszek via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] fftools/tf_mermaid: close subgraph header when there are no inputs. (PR #20898)

2025-11-12 Thread Ayose C. via ffmpeg-devel
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]

[FFmpeg-devel] Re: question about submitting security patches

2025-11-12 Thread Kieran Kunhya via ffmpeg-devel
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

[FFmpeg-devel] [PATCH v2] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers

2025-11-12 Thread Vladimir Sobolev via ffmpeg-devel
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]

[FFmpeg-devel] [PATCH v2] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers

2025-11-12 Thread Vladimir Sobolev via ffmpeg-devel
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]

[FFmpeg-devel] [PATCH] WIP: avutil/hwcontext_vaapi: fix use fourcc not supported by devices (PR #20899)

2025-11-12 Thread Zhao Zhili via ffmpeg-devel
;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

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

2025-11-12 Thread Nicolas George via ffmpeg-devel
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

<    27   28   29   30   31   32   33   34   35   36   >