[FFmpeg-devel] [PATCH] avcodec/pthread_frame: sync alpha_mode across worker threads and the user context (PR #20826)

2025-11-02 Thread James Almer via ffmpeg-devel
PR #20826 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20826 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20826.patch >From 4bdc932ec9ab9b8ece10492a96dec8b679413498 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 3 Nov 2025 00:15:34 -0300 Subje

[FFmpeg-devel] [PATCH] avformat/whip: fix hard code in SDP BUNDLE (PR #20825)

2025-11-02 Thread Jack Lau via ffmpeg-devel
PR #20825 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20825 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20825.patch In early code, the BUNDLE always has two stream id "a=group:BUNDLE 0 1" even though there's only one stream. This patch aims to dynamica

[FFmpeg-devel] [PATCH] forgejo/workflows: make one of the builds shared (PR #20824)

2025-11-02 Thread Timo Rothenpieler via ffmpeg-devel
PR #20824 opened by Timo Rothenpieler (BtbN) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20824 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20824.patch >From f0b423a688cb75fa83c064485103007425892f96 Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler Date: Sun, 2 Nov 2025 23:31:04 +0

[FFmpeg-devel] [PATCH] avformat/dashdec: Fix urls with special characters in manifest (PR #20823)

2025-11-02 Thread Hendi48 via ffmpeg-devel
PR #20823 opened by Hendi48 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20823 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20823.patch This fixes a long standing bug where URLs with multiple query parameters broke the DASH manifest parser. libxml2 will decode entities when fetching

[FFmpeg-devel] [PATCH] avcodec/x86/me_cmp: Avoid MMX in (n)sse (PR #20822)

2025-11-02 Thread mkver via ffmpeg-devel
PR #20822 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20822 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20822.patch >From 8c9f4f695859f018109294b6712b9f97eb777ed6 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 2 Nov 2025 17:43:10 +0100 Subject: [PATC

[FFmpeg-devel] [PATCH] avcodec/exr: use tile dimensions in pxr24 UINT case (PR #20821)

2025-11-02 Thread michaelni via ffmpeg-devel
PR #20821 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20821 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20821.patch update the switch statement for EXR_UINT in pxr24_uncompress to correctly use the tile width td->xsize instead of using the full window width s->x

[FFmpeg-devel] [PATCH] avcodec/decode: add missing syncing of side_data_pref_mask to worker threads (PR #20820)

2025-11-02 Thread James Almer via ffmpeg-devel
PR #20820 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20820 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20820.patch >From f5eb11a71d64660543809cbe2aa6c4d6f4aff96c Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 2 Nov 2025 18:14:17 -0300 Subje

[FFmpeg-devel] [PATCH] vulkan/prores: Adopt the same IDCT routine as the prores-raw hwaccel (PR #20819)

2025-11-02 Thread averne via ffmpeg-devel
PR #20819 opened by averne URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20819 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20819.patch The added rounding at the final output conforms to the SMPTE document and reduces the deviation against the software decoder. >From 7639b6fd0cec3e7

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

2025-11-02 Thread Rémi Denis-Courmont via ffmpeg-devel
Hi, Le 2 novembre 2025 15:15:13 GMT+00:00, Romain Beauxis a écrit : >I like what JB is saying here. > >Is there a code of conduct or a set of rules for people representing the >project? No, and I've seen much more dubious behaviours in that respect. But it seems that any attempt to change the

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

2025-11-02 Thread Romain Beauxis via ffmpeg-devel
I like what JB is saying here. Is there a code of conduct or a set of rules for people representing the project? If so, is there an agreed upon procedure to respond to cases where these are not respected? This would make the whole matter more consensual and any decision regarding breaking the ru

[FFmpeg-devel] [PATCH] avcodec/x86/vp3dsp: Remove remnants of MMX (PR #20817)

2025-11-02 Thread mkver via ffmpeg-devel
PR #20817 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20817 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20817.patch Forgotten in eefec0663406d7c2749a280f5244caaacb069c60. >From 9fdb3a6d87d1bb37e50981a12840d75fcbbada55 Mon Sep 17 00:00:00 2001 From: Andreas Rheinha

[FFmpeg-devel] [PATCH] .gitignore: Add config_components.asm (PR #20816)

2025-11-02 Thread mkver via ffmpeg-devel
PR #20816 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20816 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20816.patch Forgotten in c607aae2b95b05bdc7066e3572737cb00a596e9f. >From 6b8aa6d21ad3f1890f82ac99a74de28f63c78e95 Mon Sep 17 00:00:00 2001 From: Andreas Rheinha