[nginx-tests] Tests: adjusted mp4 tests to use libopenh264 encod...

2025-02-09 Thread Maxim Dounin
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

[nginx-tests] Tests: gzip preallocation tests.

2025-02-09 Thread Maxim Dounin
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

[nginx-tests] Tests: fixed "ffmpeg -nostdin" usage in range_mp4.t.

2025-02-09 Thread Maxim Dounin
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

[nginx] Gzip: compatibility with zlib in LIT_MEM mode.

2025-02-09 Thread Maxim Dounin
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

[nginx-tests] Tests: adjusted mp4 tests to check if libx264 enco...

2025-02-09 Thread Maxim Dounin
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

[nginx] Version bump.

2025-02-09 Thread Maxim Dounin
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

Re: [PATCH] Gzip: compatibility with zlib in LIT_MEM mode

2025-02-09 Thread Maxim Dounin
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