details: http://freenginx.org/hg/nginx-tests/rev/570d0c2667b8
branches:
changeset: 2003:570d0c2667b8
user: Maxim Dounin
date: Fri Feb 07 04:25:03 2025 +0300
description:
Tests: adjusted mp4 tests to use libopenh264 encoder if available.
Instead of specifically requesting libx264, th
details: http://freenginx.org/hg/nginx-tests/rev/a848cb246f6c
branches:
changeset: 2000:a848cb246f6c
user: Maxim Dounin
date: Tue Feb 04 05:38:12 2025 +0300
description:
Tests: gzip preallocation tests.
diffstat:
gzip_alloc.t | 169
details: http://freenginx.org/hg/nginx-tests/rev/4b0715cba782
branches:
changeset: 2001:4b0715cba782
user: Maxim Dounin
date: Wed Feb 05 03:43:12 2025 +0300
description:
Tests: fixed "ffmpeg -nostdin" usage in range_mp4.t.
Usage of "ffmpeg -formats" do not require "-nostdin", as ter
details: http://freenginx.org/hg/nginx/rev/1996ea0bc55d
branches:
changeset: 9333:1996ea0bc55d
user: Maxim Dounin
date: Mon Feb 10 09:10:57 2025 +0300
description:
Gzip: compatibility with zlib in LIT_MEM mode.
As of zlib 1.3.1, with the LIT_MEM define zlib uses an additional buffer
details: http://freenginx.org/hg/nginx-tests/rev/fd59bcf3fca8
branches:
changeset: 2002:fd59bcf3fca8
user: Maxim Dounin
date: Wed Feb 05 04:48:20 2025 +0300
description:
Tests: adjusted mp4 tests to check if libx264 encoder available.
Notably, this fixes tests on Fedora, where libx2
details: http://freenginx.org/hg/nginx/rev/f61f063144bc
branches:
changeset: 9332:f61f063144bc
user: Maxim Dounin
date: Mon Feb 10 09:10:31 2025 +0300
description:
Version bump.
diffstat:
src/core/nginx.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines
Hello!
On Sat, Feb 08, 2025 at 07:02:20PM +0100, Kirill A. Korinsky wrote:
> I had tried your patch instead of
> https://github.com/nginx/nginx/commit/57d54fd922e7ecbebb78598d13adc9df1a4b69c0
>
> It works as advertiesed, and I can't reproduce the issue on Fedora 41.
Committed, thanks for testin