[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] 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

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

2025-11-11 Thread Gyan Doshi via ffmpeg-devel
On 2025-11-12 04:45 am, 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? My builds are already available through their

[FFmpeg-devel] [PATCH] web/security: what not to post to ffmpeg-security

2025-11-11 Thread Michael Niedermayer via ffmpeg-devel
an verification. FFmpeg git master -- 2.51.0 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] web/security: what not to post to ffmpeg-security

2025-11-11 Thread James Almer via ffmpeg-devel
On 11/11/2025 10:40 PM, Michael Niedermayer via ffmpeg-devel wrote: Signed-off-by: Michael Niedermayer --- src/security | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/security b/src/security index 0d5f8dd..65b25bc 100644 --- a/src/security +++ b/src/security @@ -1,4

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

2025-11-11 Thread Michael Niedermayer via ffmpeg-devel
Hi On Mon, Nov 10, 2025 at 10:11:46PM +, Niklas Haas via ffmpeg-devel wrote: > 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 > > ffmpeg-devel@ffmpeg.

[FFmpeg-devel] Re: [PATCH] web/security: what not to post to ffmpeg-security

2025-11-11 Thread Michael Niedermayer via ffmpeg-devel
On Tue, Nov 11, 2025 at 10:41:49PM -0300, James Almer via ffmpeg-devel wrote: > On 11/11/2025 10:40 PM, Michael Niedermayer via ffmpeg-devel wrote: > > Signed-off-by: Michael Niedermayer > > --- > > src/security | 2 +- > > 1 file changed, 1 insertion(+), 1 deleti

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

2025-11-12 Thread Christophe Gisquet via ffmpeg-devel
Hello, Le mar. 11 nov. 2025 à 04:01, Michael Niedermayer via ffmpeg-devel a écrit : > If you have concrete legal analysis or case law that supports this claim, > please share it. I can name at least one Fortune 500 companies, that maybe won't disclose publicly these facts, that did

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

2025-11-12 Thread Vladimir Sobolev via ffmpeg-devel
> 0) { /* size has been provided to us in MIME header */ ret = av_get_packet(s->pb, pkt, size); @@ -353,6 +403,13 @@ static int mpjpeg_read_packet(AVFormatContext *s, AVPacket *pkt) } } +/* Set timestamp from X-Timestamp header if available */ +if (r

[FFmpeg-devel] [PATCH] doc/fate: improve section on running FATE (PR #20907)

2025-11-12 Thread Gyan Doshi via ffmpeg-devel
@table @env @item V -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] libavfilter: fix Spherical Mapping side data lost after uniform scale (PR #20910)

2025-11-13 Thread Zhao Zhili via ffmpeg-devel
>width || out->height != in->height) { changed |= AV_SIDE_DATA_PROP_SIZE_DEPENDENT; +if (in->width * out->height != out->width * in->height) +changed |= AV_SIDE_DATA_PROP_ASPECT_RATIO_DEPENDENT; +} if (out->color_trc != in->color_trc || out->color_primaries != in->color_primaries) changed |= AV_SIDE_DATA_PROP_COLOR_DEPENDENT; av_frame_side_data_remove_by_props(&out->side_data, &out->nb_side_data, changed); -- 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-13 Thread Michael Niedermayer via ffmpeg-devel
Hi Kieran On Thu, Nov 13, 2025 at 03:52:17AM +, Kieran Kunhya via ffmpeg-devel wrote: > 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 -080

[FFmpeg-devel] [PATCH] avdevice/lavfi: stop setting deprecated buffersink options (PR #20913)

2025-11-13 Thread James Almer via ffmpeg-devel
ts", AV_OPT_SEARCH_CHILDREN, 0, + FF_ARRAY_ELEMS(sample_fmts), AV_OPT_TYPE_SAMPLE_FMT, + sample_fmts); if (ret < 0) goto end; -- 2.49.1 ___________ ffmpeg-devel

[FFmpeg-devel] Re: [Question] Learning about VVC and wasm

2025-11-13 Thread Frank Plowman via ffmpeg-devel
On 13/11/2025 17:56, Sidd via ffmpeg-devel wrote: > Hi Frank, > > Thanks for the reply, it seems like there is a lot for me to cover. > > Regarding the assembly, since FFmpeg is known for handcrafting it, are > there any references of help in their docs regarding this? I h

[FFmpeg-devel] Re: [Question] Learning about VVC and wasm

2025-11-13 Thread Frank Plowman via ffmpeg-devel
On 13/11/2025 16:46, Sidd via ffmpeg-devel wrote: > Hi, I was curious on learning more about VVC and wasm within the > ffmpeg project and would like some guidance on where to find the docs > and references to go through > > I am simply trying to get my hands dirty with a past

[FFmpeg-devel] [PATCH] avutil/hwcontext_amf: move AVMutex to internal context (PR #20915)

2025-11-14 Thread Dmitrii Ovchinnikov via ffmpeg-devel
AVAMFDeviceContext *ctx); + enum AMF_SURFACE_FORMAT av_av_to_amf_format(enum AVPixelFormat fmt); enum AVPixelFormat av_amf_to_av_format(enum AMF_SURFACE_FORMAT fmt); -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avfilter/vf_drawtext: fix call GET_UTF8 with invalid argument (PR #20917)

2025-11-14 Thread Zhao Zhili via ffmpeg-devel
00;\ +val = (uint16_t)(GET_16BIT) - 0xDC00;\ if (val > 0x3FFU || hi > 0x3FFU)\ {ERROR}\ val += (hi<<10) + 0x1;\ -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] doc/encoders: Document MediaFoundation encoders (PR #20916)

2025-11-14 Thread dashsantosh-mcw via ffmpeg-devel
9.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [Question] Learning about VVC and wasm

2025-11-14 Thread Zhao Zhili via ffmpeg-devel
> On Nov 14, 2025, at 19:30, Rémi Denis-Courmont via ffmpeg-devel > wrote: > > > > Le 14 novembre 2025 06:09:25 GMT+02:00, Zhao Zhili via ffmpeg-devel > a écrit : >>> For FFmpeg, WASM optimisations are embryonic at best. There is no >>> documentatio

[FFmpeg-devel] Re: [Question]Inquiry Regarding RISC-V RVV Optimization for HEVC Decoding in FFmpeg

2025-11-13 Thread Zhao Zhili via ffmpeg-devel
> On Nov 14, 2025, at 09:52, yunfei_zhou--- via ffmpeg-devel > wrote: > > Hi all, > I hope this message finds you well. > My name is Yunfei Zhou, and I am a Software Development Engineer at Alibaba > DAMO Academy, where I focus on video coding and decoding optimizatio

[FFmpeg-devel] Re: [Question] Learning about VVC and wasm

2025-11-13 Thread Zhao Zhili via ffmpeg-devel
> On Nov 14, 2025, at 02:19, Rémi Denis-Courmont via ffmpeg-devel > wrote: > > Le torstaina 13. marraskuuta 2025, 19.56.30 Itä-Euroopan normaaliaika Sidd > via > ffmpeg-devel a écrit : >> Regarding the assembly, since FFmpeg is known for handcrafting it, are >>

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

2025-11-14 Thread Martin Storsjö via ffmpeg-devel
tions(+) Pushed, with the commit message updated a bit more. // Martin ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] avdevice/lavfi: stop setting deprecated buffersink options (PR #20913)

2025-11-13 Thread Nicolas George via ffmpeg-devel
James Almer via ffmpeg-devel (HE12025-11-13): > PR #20913 opened by James Almer (jamrial) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20913 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20913.patch I intended to review that. I see no review on the web monster either.

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

2025-11-13 Thread Tobias Rapp via ffmpeg-devel
On 13/11/2025 15:50, Timo Rothenpieler via ffmpeg-devel wrote: On 13/11/2025 04:06, Michael Niedermayer via ffmpeg-devel 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, < ffm

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

2025-11-13 Thread Timo Rothenpieler via ffmpeg-devel
On 13/11/2025 04:06, Michael Niedermayer via ffmpeg-devel 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, < [email protected]> wrote: Hi Remi On Mon, Nov 10, 2025 at

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

2025-11-13 Thread Timo Rothenpieler via ffmpeg-devel
On 13/11/2025 04:00, Andreas Jansson via ffmpeg-devel wrote: Hi all, I’m Andreas Jansson, co-founder and CTO at Replicate. We’re planning to launch a public GPU-powered FFmpeg endpoint at https://replicate.com/ffmpeg/ffmpeg, where users will be able to run FFmpeg on demand and pay per second of

[FFmpeg-devel] [PATCH] doc/filters: add section for VideoToolbox filter (PR #20926)

2025-11-15 Thread Zhao Zhili via ffmpeg-devel
r{width}). -@item landscape -Preserve landscape geometry (when @var{width} >= @var{height}). -@end table - -@end table - @section transpose_vulkan Transpose rows with columns in the input video and optionally flip it. -- 2.49.1 _______ ffmpeg-devel ma

[FFmpeg-devel] Re: [PATCH] web/donations: Add Paul B Mahol

2025-11-15 Thread James Almer via ffmpeg-devel
On 11/15/2025 3:14 PM, Kieran Kunhya via ffmpeg-devel wrote: Hello, I was asked to add a Paul B Mahol donation entry. By him? I'm not against this patch, but will it help convincing him to contribute again to the project? Kieran ___ f

[FFmpeg-devel] [PATCH] avformat: don't return EIO errors on invalid data (PR #20929)

2025-11-15 Thread James Almer via ffmpeg-devel
PR #20929 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20929 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20929.patch Demuxers should not generate this error code when they encounter truncated or otherwise invalid files. It's an error code the underly

[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] [PATCH] release/8.0: libavformat: backporting bugfix for udp (PR #20938)

2025-11-16 Thread Jack Lau via ffmpeg-devel
ddr); pthread_mutex_unlock(&s->mutex); /* Blocking operations are always cancellation points; -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] configure: add detailed headers check for openssl (PR #20937)

2025-11-16 Thread Jack Lau via ffmpeg-devel
amp; require_pkg_config pocketsphinx pocketsphinx pocketsphinx/pocketsphinx.h ps_init enabled rkmpp && { require_pkg_config rkmpp rockchip_mpp rockchip/rk_mpi.h mpp_create && require_pkg_config rockchip_mpp "rockchip_mpp >= 1.3

[FFmpeg-devel] [PATCH] avfilter/x86/f_ebur128: only use filter_channels_avx for >= 2 channels (PR #20939)

2025-11-17 Thread Niklas Haas via ffmpeg-devel
2ch_avx; } -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] fate: add skip_clean option (PR #20950)

2025-11-17 Thread Kacper Michajłow via ffmpeg-devel
(){ -rm -rf ${build} ${inst} +test "$skip_clean" = "yes" || rm -rf ${build} ${inst} } report(){ -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] avformat/aviobuf: ensure EAGAIN is not interpreted as EOF

2025-11-17 Thread Timo Rothenpieler via ffmpeg-devel
P_signature.asc Description: OpenPGP digital signature _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] fate: add more configure flags to fate config (PR #20947)

2025-11-17 Thread Kacper Michajłow via ffmpeg-devel
xxflags:+--extra-cxxflags="$extra_cxxflags"} \ +${extra_objcflags:+--extra-objcflags="$extra_objcflags"}\ ${extra_ldflags:+--extra-ldflags="$extra_ldflags"} \ ${extra_libs:+--extra-libs="$extra_libs"} \

[FFmpeg-devel] [PATCH] fftools/ffmpeg_mux_init: do not write encoder metadata for ogg files with bitexact

2025-11-15 Thread Tolga Celebi via ffmpeg-devel
av_dict_set(&ost->st->metadata, "encoder", encoder_string, AV_DICT_DONT_STRDUP_VAL | AV_DICT_DONT_OVERWRITE); -- 2.50.1 (Apple Git-155) ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avformat/whip: fix weird code that clear extradata in rtp muxer (PR #20931)

2025-11-15 Thread Jack Lau via ffmpeg-devel
ict_set(&opts, "payload_type", buf, 0); snprintf(buf, sizeof(buf), "%d", is_video? whip->video_ssrc : whip->audio_ssrc); @@ -1998,6 +2057,8 @@ static av_cold void whip_deinit(AVFormatContext *s) s->streams[i]->priv_data = NULL; } +avcodec_parameters_free(&whip->video_par); +avcodec_parameters_free(&whip->audio_par); av_freep(&whip->sdp_offer); av_freep(&whip->sdp_answer); av_freep(&whip->whip_resource_url); -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

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

2025-11-15 Thread Michael Niedermayer via ffmpeg-devel
Hi everyone It seems neither Thilo nor Pierre have time to look into this. Does someone else have time ? (id like to work on the 8.0.1 release and backports and many other things) thx On Tue, Nov 04, 2025 at 11:45:40AM +0530, FLOSS Fund via ffmpeg-devel wrote: > Dear *FFmpeg* > &g

[FFmpeg-devel] [PATCH] configure: filter out -guard:signret from armasm flags (PR #20948)

2025-11-17 Thread Kacper Michajłow via ffmpeg-devel
.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] Fixed broken aselect filter (PR #20949)

2025-11-17 Thread anders-mjoll via ffmpeg-devel
nit= aselect_init, .uninit = uninit, +.activate = activate, .priv_size = sizeof(SelectContext), FILTER_INPUTS(avfilter_af_aselect_inputs), }; -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscr

[FFmpeg-devel] [PATCH] qsv: fix pitch truncation on negative/oversized stride

2025-11-17 Thread Xiang, Haihao via ffmpeg-devel
sv_transfer_data_to(AVHWFramesContext *ctx, AVFrame *dst, } in.Info = out->Info; -map_frame_to_surface(src_frame, &in); + ret = map_frame_to_surface(src_frame, &in); +if (ret < 0) + return ret; do { err = MFXVideoVPP_RunFrameVPPAsync(s->session_upload, &in, out, NULL, &sync); -- 2.43.0 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

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

2025-11-16 Thread Michael Niedermayer via ffmpeg-devel
On Sun, Nov 16, 2025 at 04:00:38PM +, Kieran Kunhya via ffmpeg-devel wrote: > On Sun, 16 Nov 2025, 15:12 Michael Niedermayer, > wrote: > > > > > But theres a lot more. We need some sort of wiki page, call for people > > sending project proposals, I mean we wan

[FFmpeg-devel] Re: [PATCH] fftools/ffmpeg_mux_init: do not write encoder metadata for ogg files with bitexact

2025-11-15 Thread Gyan Doshi via ffmpeg-devel
On 2025-11-16 04:02 am, Tolga Celebi via ffmpeg-devel wrote: From: tolgakaan12 <[email protected]> The set_encoder_id function in fftools/ffmpeg_mux_init was writing a shortened encoder tag even when -bitexact flag was set, instead of omitting it entirely

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

2025-11-15 Thread Jack Lau via ffmpeg-devel
> On Nov 10, 2025, at 08:24, Michael Niedermayer via ffmpeg-devel > wrote: > > 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, < >> ffmpeg-devel@

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

2025-11-16 Thread Michael Niedermayer via ffmpeg-devel
Hi everyone On Sun, Nov 16, 2025 at 04:12:00PM +0100, Michael Niedermayer via ffmpeg-devel wrote: > Hi Kieran > > On Sun, Nov 16, 2025 at 01:56:49PM +, Kieran Kunhya via ffmpeg-devel > wrote: > > On Sun, 16 Nov 2025, 05:04 Michael Niedermayer via ffmpeg-devel, < > &

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

2025-11-16 Thread Kieran Kunhya via ffmpeg-devel
o STF. > I need to read through this, maybe there are differences > To my knowledge there are no requirements for us to do this. It's a donation. Also we should allocate some of this to fund merging forks. > Sigh... Kieran > _______ ffm

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

2025-11-16 Thread Michael Niedermayer via ffmpeg-devel
Hi Kieran On Sun, Nov 16, 2025 at 01:56:49PM +, Kieran Kunhya via ffmpeg-devel wrote: > On Sun, 16 Nov 2025, 05:04 Michael Niedermayer via ffmpeg-devel, < > [email protected]> wrote: > > > Hi everyone > > > > It seems neither Thilo nor Pierre have

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

2025-11-17 Thread Niklas Haas via ffmpeg-devel
On Monday, November 17th, 2025 at 3:48 PM, Tobias Rapp via ffmpeg-devel wrote: > > > On 11/11/2025 03:33, Michael Niedermayer via ffmpeg-devel wrote: > > > Hi > > > > adding niklas to the CC so its not missed > > but i agree the patch LGTM > > &g

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

2025-11-17 Thread Michael Niedermayer via ffmpeg-devel
Hi On Sun, Nov 16, 2025 at 09:16:03PM -0800, ff--- via ffmpeg-devel wrote: > On 2025-11-16 07:59, Michael Niedermayer via ffmpeg-devel wrote: > > On Sun, Nov 16, 2025 at 04:12:00PM +0100, Michael Niedermayer via > > ffmpeg-devel wrote: > > > On Sun, Nov 16, 2025 at 01:56:4

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

2025-11-17 Thread Tobias Rapp via ffmpeg-devel
On 11/11/2025 03:33, Michael Niedermayer via ffmpeg-devel wrote: 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

[FFmpeg-devel] github sponsors

2025-11-17 Thread Michael Niedermayer via ffmpeg-devel
Description: PGP signature ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] Revert " avfilter/avfilter: always forward request frame in filter_activate_default" (PR #20944)

2025-11-17 Thread Jack Lau via ffmpeg-devel
_______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] [7.1] Backport HTTP and RTSP fixes (PR #20943)

2025-11-17 Thread Marvin Scholz via ffmpeg-devel
if (!strncmp(buf1, "RTSP/", 5)) { get_word(buf1, sizeof(buf1), &p); reply->status_code = atoi(buf1); +p += strspn(p, SPACE_CHARS); av_strlcpy(reply->reason, p, sizeof(reply->reason)); } e

[FFmpeg-devel] FFmpeg 8.0.1 release

2025-11-15 Thread Michael Niedermayer via ffmpeg-devel
: 9FF2128B147EF6730BADF133611EC787040B0FAB In a rich man's house there is no place to spit but his face. -- Diogenes of Sinope signature.asc Description: PGP signature ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to ffmpeg-dev

<    27   28   29   30   31   32   33   34   35   >