[FFmpeg-devel] Twitter/X spat on Youtube

2025-10-25 Thread Gyan Doshi via ffmpeg-devel
Overnight, a SPI contributor to FFmpeg has posted on YT a rant about a 'spat' with the FFmpeg twitter account. Video is at https://www.youtube.com/watch?v=3VkcAvqV24c In 11 hours since posting, it has clocked up tens of thousands views and hundreds of comments. Our outreach channels should n

[FFmpeg-devel] Re: [PATCH] avformat/rtpenc_h264_hevc: Check space for nal_length_size in ff_rtp_send_h264_hevc() (PR #20746)

2025-10-25 Thread Michael Niedermayer via ffmpeg-devel
On Fri, Oct 24, 2025 at 06:03:26PM -0400, Kieran Kunhya via ffmpeg-devel wrote: > On Fri, 24 Oct 2025, 14:52 michaelni via ffmpeg-devel, < > [email protected]> wrote: > > > PR #20746 opened by michaelni > > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20746 > > Patch URL: https://code.ff

[FFmpeg-devel] Re: [PATCH] Add support for copying metadata boxed/mebx defined in ISO 14496-12

2025-10-25 Thread Michael Niedermayer via ffmpeg-devel
Hi On Tue, Oct 21, 2025 at 05:45:15PM +, Holliger, Lukas J via ffmpeg-devel wrote: > Currently there is no support to copy these MEBX tracks, so they are > dropped. These tracks often appear on iPhones, especially when > shooting cinematic mode, so allowing this to pass through makes it > eas

[FFmpeg-devel] [PATCH] avcodec/proresdec: Remove unused hwaccel_last_picture_private (PR #20753)

2025-10-25 Thread mkver via ffmpeg-devel
PR #20753 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20753 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20753.patch ProRes is an intra-only codec. Copied from FFV1? >From d01608e0222a04b5743446f200284d486524b355 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt

[FFmpeg-devel] [PATCH] [GSoC 25] avcodec/prores: add parser (PR #20752)

2025-10-25 Thread averne via ffmpeg-devel
PR #20752 opened by averne URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20752 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20752.patch Split off from #20381. Adds a ProRes parser, which avoids going through a full-frame decode to parse headers. >From 46f936c70e15e37f6aee5621edbad0

[FFmpeg-devel] [PATCH] avutil/crc: add x86 SSE4.2 clmul SIMD implementation for av_crc (PR #20751)

2025-10-25 Thread Shreesh Adiga via ffmpeg-devel
PR #20751 opened by Shreesh Adiga (tantei3) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20751 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20751.patch Implemented the algorithm described in the paper titled "Fast CRC Computation for Generic Polynomials Using PCLMULQDQ Instruction" b

[FFmpeg-devel] [PATCH] libavformat/movenc: Output ftyp atom with hybrid_fragmented+delay_moov (PR #20749)

2025-10-25 Thread anthonybajoua via ffmpeg-devel
PR #20749 opened by anthonybajoua URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20749 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20749.patch # Problem * With `hybrid_fragmented` set, when `delay_moov` writes the `ftyp` atom, this is already after the `free` atom. * This is the