On Wed, 22 Nov 2023, Logan.Lyu wrote:
I can't reproduce the error you mentioned...
I can apply patches to the ffmpeg master branch normally using 'git
apply xxx.patch/.eml' or 'git am xxx.patch/.eml'.
I guess you have emails that haven't been through the complete delivery
chain, while some
On Fri, 15 Dec 2023, Zhao Zhili wrote:
On Dec 15, 2023, at 18:11, Martin Storsjö wrote:
_VERSION_MAX_ALLOWED indicates what version is available in
the SDK, while _VERSION_MIN_REQUIRED is the version we can
assume is available, i.e. similar to what is set with e.g.
-miphoneos-version-min on
On Tue, 13 Feb 2024, Andreas Rheinhardt wrote:
Since 7bf1b9b35769b37684dd2f18a54f01d852a540c8,
the test produces ordinary \n, yet this is not what the reference
file used for the most time, leading to test failures.
Signed-off-by: Andreas Rheinhardt
---
tests/fate/subtitles.mak | 1 +
1 file ch
On Mon, 11 Mar 2024, Anton Khirnov wrote:
I think the point is, that one can't just dismiss that anybody would want
to encode mpeg4 video any longer, even if it is obsolete. I also would
like to keep being able to do that.
That capability is not going away though, and I'm not arguing that it
On Thu, 24 Aug 2023, Matthias Dressel wrote:
From: Matthias Dressel
check_func() might return NULL, in which case the function is not to be
benched. Introduced in cc679054c715acda9438e566b8de3a9eba421ac3.
Signed-off-by: Matthias Dressel
---
tests/checkasm/hevc_sao.c | 2 +-
1 file changed, 1
Increase the tolerance from 10 ulp to 11 ulp. This fixes occasional
errors for some inputs; the errors could be reproduced on
aarch64/neon builds, with "checkasm --test=ac3dsp 3446175925".
---
tests/checkasm/ac3dsp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/checkas
On Fri, 22 Aug 2025, Timo Rothenpieler via ffmpeg-devel wrote:
For arm I'm not sure if we really need qemu? All it might take is a
32bit arm chroot on aarch64? Not sure if it works like x86 though, where
a 64bit CPU can also run 32bit code.
It works pretty much like x86, yes - you don't need
PR #20322 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20322
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20322.patch
Currently, the aacencdsp checkasm tests fails for many seeds,
if the C code has been built with x87 math. This happens because
the
On Tue, 19 Aug 2025, Timo Rothenpieler via ffmpeg-devel wrote:
mailman2 has no good way to deal with that in a more reasonable way.
Mailman3 is already set up, and can be migrated to at a moments notice.
The only problem with it is that I really don't like the new archives.
It has ways to better
PR #20444 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20444
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20444.patch
This amends 307983b292adb60c82e75c8e5e41deedc89efbf0 to fix
building with older versions of mingw-w64.
The previously checked con
PR #20397 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20397
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20397.patch
If we're invoked with range == UINT_MAX, we end up doing
"rnd() % (UINT_MAX + 1)", which is equal to "rnd() % 0". On
arm (on all p
PR #20413 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20413
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20413.patch
This fixes the following compiler error, if compiling with MSVC
for ARM (32 bit):
src/libswscale/ops_chain.c(48): error C2719
Hi,
On Tue, 26 Aug 2025, Jiawei wrote:
This patch modifies the GCC configure script to enable the '-ftree-vectorize'
optimization flag by default for the RISC-V architecture, aligning it with
other well-tested architectures like x86, ARM, and AArch64.
---
configure | 2 +-
1 file changed, 1 ins
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, 16 Sep 2025, Michael Niedermayer wrote:
F. keep Forgejo as primary forge for patch/git workflow
M. switch back to the ML for patch/git workflow
all GA members can vote, by publically replying here with a
"F." / "Forgejo" vs "M." / "ML"
End time is in 7 days unless teh community wants to
On Tue, 16 Sep 2025, Michael Niedermayer via ffmpeg-devel wrote:
On Tue, Sep 16, 2025 at 02:12:20PM +0300, Martin Storsjö via ffmpeg-devel wrote:
On Tue, 16 Sep 2025, Michael Niedermayer wrote:
Hi all
2 months ago we voted on testing Forgejo vs Gitlab, we picked and tested
Forgejo. And as
PR #20523 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20523
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20523.patch
This was missed in 0ce413af9cc8040095a6b714600d6a8dceaca514.
This fixes proper detection of Objective C APIs (that are missing)
i
On Tue, 16 Sep 2025, Michael Niedermayer wrote:
Hi all
2 months ago we voted on testing Forgejo vs Gitlab, we picked and tested
Forgejo. And as said in that vote, (and surprisingly, i have not forgotten it)
heres the "after testing" discussion and vote
do we want to keep Forgejo or switch back
PR #20485 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20485
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20485.patch
This is a script I've used for tidying up my own assembly for many years, and
that I've used for touching up and making the aarch
On Mon, 22 Sep 2025, harish.rajaselvan--- via ffmpeg-devel wrote:
I have been working on enabling ARM64EC compilation and have
successfully built FFmpeg binaries for this target. To achieve this it
required modifications to the build configuration files and to the
gas-preprocessor.pl script (m
On Mon, 22 Sep 2025, Brad Smith wrote:
libavutil/arm: Make use of elf_aux_info() on FreeBSD/OpenBSD
- FreBSD/OpenBSD have elf_aux_info() on arm
- Wrap AT_HWCAP as the value is different for BSD vs Linux (16 vs 25)
Signed-off-by: Brad Smith
---
libavutil/arm/cpu.c | 12 +---
1 file chan
21 matches
Mail list logo