[FFmpeg-cvslog] tests/checkasm: Simplify logic for WASI signal handling

2024-12-05 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Dec 4 19:36:47 2024 +0800| [018ec4fe5f259253aad8736f9be29b3421a0d3e7] | committer: Zhao Zhili tests/checkasm: Simplify logic for WASI signal handling Signed-off-by: Zhao Zhili Reviewed-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] swscale/x86: add sse4 and avx2 {lum,chr}ConvertRange16

2024-12-05 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun Sep 22 13:30:03 2024 +0200| [87052c09336e4dc001e98d618c83ebe2d3bbc970] | committer: Ramiro Polla swscale/x86: add sse4 and avx2 {lum,chr}ConvertRange16 chrRangeFromJpeg16_1920_c:3153.9 chrRangeFromJpeg16_1920_sse4: 1770.0 (1.78x) chrRangeFromJpe

[FFmpeg-cvslog] swscale/aarch64: add neon {lum,chr}ConvertRange16

2024-12-05 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun Sep 22 16:31:54 2024 +0200| [ca889b1328cdc7cee355605d28e030c279695c91] | committer: Ramiro Polla swscale/aarch64: add neon {lum,chr}ConvertRange16 aarch64 A55: chrRangeFromJpeg16_1920_c:32684.2 chrRangeFromJpeg16_1920_neon: 8431.2 (3.88x) chrRa

[FFmpeg-cvslog] swscale/x86/range_convert: update sse2 and avx2 range_convert functions to new API

2024-12-05 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun Sep 22 13:50:54 2024 +0200| [be108ebcf48fd9cd9335202878788d854b5e8754] | committer: Ramiro Polla swscale/x86/range_convert: update sse2 and avx2 range_convert functions to new API chrRangeFromJpeg8_1920_c:2127.4 (1.00x) chrRangeFromJpeg8_1920_s

[FFmpeg-cvslog] swscale/aarch64/range_convert: update neon range_convert functions to new API

2024-12-05 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun Sep 22 15:29:39 2024 +0200| [6fe4a4ffb6359736dbacff6afe644be06b37a473] | committer: Ramiro Polla swscale/aarch64/range_convert: update neon range_convert functions to new API aarch64 A55: chrRangeFromJpeg8_1920_c:28835.2 (1.00x) chrRangeFromJpeg

[FFmpeg-cvslog] checkasm/sw_range_convert: test negative input values

2024-12-05 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun Dec 1 17:09:40 2024 +0100| [536a44e8dcffde5ccb3bcaef9e1d5d343c39059d] | committer: Ramiro Polla checkasm/sw_range_convert: test negative input values > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=536a44e8dcffde5ccb3bcaef9e1d5d343c3905

[FFmpeg-cvslog] swscale/aarch64/range_convert: saturate output instead of limiting input

2024-12-05 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Tue Sep 24 22:43:22 2024 +0200| [58bcdeb7425ed7b74f1aac20099cb3c025e6ce8d] | committer: Ramiro Polla swscale/aarch64/range_convert: saturate output instead of limiting input aarch64 A55: chrRangeFromJpeg8_1920_c:28836.2 (1.00x) chrRangeFromJpeg8_192

[FFmpeg-cvslog] swscale/range_convert: saturate output instead of limiting input

2024-12-05 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Tue Sep 24 22:29:44 2024 +0200| [2d1358a84d7096bac98433bbfae46f7ffd4efbd0] | committer: Ramiro Polla swscale/range_convert: saturate output instead of limiting input For bit depths <= 14, the result is saturated to 15 bits. For bit depths > 14, the resu

[FFmpeg-cvslog] avformat/mov: add support for pssh box

2024-12-05 Thread Malek Assaad
ffmpeg | branch: master | Malek Assaad | Wed Mar 6 13:56:56 2024 +0100| [6a108d475988bd9602f1245c9a560b9b20d2389c] | committer: James Almer avformat/mov: add support for pssh box * Enable PSSH box writing to mov & moof. * Enable senc, saio & saiz writing to moof when writing fragments. Signed

[FFmpeg-cvslog] avutil/csp: add av_csp_trc_inv_from_id()

2024-12-05 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Nov 25 13:35:34 2024 +0100| [bf0a6c484ffab9f157db7ee7c8a0f59df077] | committer: Niklas Haas avutil/csp: add av_csp_trc_inv_from_id() Mathematical inverse of av_csp_trc_from_id(), plus testing to make sure it roundtrips correctly with the correspon

[FFmpeg-cvslog] avutil/csp: add EOTF function definitions

2024-12-05 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Nov 25 13:52:30 2024 +0100| [06f084468e034ecb0bfbe522953c1efd77595454] | committer: Niklas Haas avutil/csp: add EOTF function definitions The existing av_csp_trc_func_from_id() mostly implements the OETF, except for PQ. As such, we are currently missi

[FFmpeg-cvslog] avutil/tests/color_utils: add tests for av_csp_itu_eotf

2024-12-05 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Nov 25 14:10:46 2024 +0100| [7b73ea501dc738c52daf2a2fef0c41b4ce95928f] | committer: Niklas Haas avutil/tests/color_utils: add tests for av_csp_itu_eotf > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b73ea501dc738c52daf2a2fef0c41b4ce95928

[FFmpeg-cvslog] avutil/csp: fix documentation of av_csp_trc_function

2024-12-05 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Nov 25 11:45:13 2024 +0100| [ec0489e35c2b996ce70e13201bb44a545736d3b5] | committer: Niklas Haas avutil/csp: fix documentation of av_csp_trc_function This explanation was inaccurate and highly misleading. The new wording is taken more or less directly

[FFmpeg-cvslog] avutil/tests/color_utils: clean up slightly (cosmetic)

2024-12-05 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Nov 25 13:26:54 2024 +0100| [28f217780bcdc3f0f5b8b1678ab7f68283f109ea] | committer: Niklas Haas avutil/tests/color_utils: clean up slightly (cosmetic) Rewrite this test slightly to fix the formatting, improve the readability of the output, and elimina

[FFmpeg-cvslog] avutil/csp: eliminate redundant branch

2024-12-05 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Nov 25 13:07:35 2024 +0100| [feb5982f435fe9d86775ba430a489120a8a90226] | committer: Niklas Haas avutil/csp: eliminate redundant branch > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=feb5982f435fe9d86775ba430a489120a8a90226 --- libavutil