PR #20376 opened by damitha
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20376
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20376.patch
Have noticed that escape coefficient on spectral data can be less than 16 on
rare occasions.
The failure reproduces deterministically on macOS (AR
The 'smpl' chunk is used for sampling music synthesizers, and includes
things like the pitch of the sample and how to loop it. This exposes the
loop points as "loop_start" and "loop_end" metadata, that the brstm,
mca, and scd demuxers already support.
Tested with file output from "Polyphone" s
On Sat, 30 Aug 2025, George Zaguri wrote:
You mentioned submition of patch as a PR, you mean open merge request I
guess, how it works with mailing list? Do I need to update the patch in
mailing list as well? Should I reflect opened PR somewhere?
Not sure what I mentioned earlier (that was prob
On Tue, Aug 12, 2025 at 12:35:15PM +0200, Nicolas Gaullier wrote:
> v4 (Michael): first patch splitted: now 3 patches, code is unchanged.
> v3 (James): complete overhaul of the commit message of the first
> patch, code is unchanged. Second patch is fully unchanged ("should be ok").
> v2 (Baptiste):
Hello Martin,
I just found a time to have a look at your comments, mostly I fixed it,
additionally I optimised code a bit deeper because on Mac platform it
showed me reduction in performance (turned on auto-vectorisation by
default) + excluded unused code.
You mentioned submition of patch as a PR,
PR #20374 opened by frankplow
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20374
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20374.patch
>From f05e2e35768798c2ae17ebf94dd7579635a4361e Mon Sep 17 00:00:00 2001
From: Frank Plowman
Date: Sat, 30 Aug 2025 12:10:12 +0100
Subject: [PATC