[FFmpeg-cvslog] aarch64: Fix ff_hevc_put_hevc_epel_h48_8_neon_i8mm

2024-03-14 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Mar 12 15:12:26 2024 +0200| [0c5da7be599d2f0d101705cfce27dcc965b2fc07] | committer: J. Dekker aarch64: Fix ff_hevc_put_hevc_epel_h48_8_neon_i8mm The first 32 elements of each row were correct, while the last 16 were scrambled. This hasn't been no

[FFmpeg-cvslog] checkasm: hevc_pel: Use checkasm_check for printing failing output

2024-03-14 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Mar 12 15:12:29 2024 +0200| [8ff4a4a4f4f73c5e276fa0cbe6cd5a148ebdd4ae] | committer: J. Dekker checkasm: hevc_pel: Use checkasm_check for printing failing output This simplifies the code for checking the output, and can print the failing output (in

[FFmpeg-cvslog] checkasm: hevc_pel: Check the full output in hevc_epel/hevc_qpel

2024-03-14 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Mar 12 15:12:27 2024 +0200| [64a2cdca130a2abe74acd9e8e37d8b6fd2363f99] | committer: J. Dekker checkasm: hevc_pel: Check the full output in hevc_epel/hevc_qpel Previously it only checked half the output in 8 bit per pixel mode, as the output actual

[FFmpeg-cvslog] checkasm: hevc_pel: Split a couple excessively long lines

2024-03-14 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Mar 12 15:12:28 2024 +0200| [3ad3ada11fd991f4965f3e9eb0ed619114ee6263] | committer: J. Dekker checkasm: hevc_pel: Split a couple excessively long lines Signed-off-by: J. Dekker > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ad3ada1

[FFmpeg-cvslog] fate/ffmpeg: add a test for loopback decoding

2024-03-14 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 13 10:54:22 2024 -0300| [d925b2e13982b528e5feb0392d4edcaaa386525f] | committer: James Almer fate/ffmpeg: add a test for loopback decoding Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d925b2e13982b528e5fe

[FFmpeg-cvslog] fate/ffmpeg: add a -threads input option to the loopback decoder

2024-03-14 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Mar 14 10:47:05 2024 -0300| [ad6347fc3797a8deca29630fa26ac343c7539463] | committer: James Almer fate/ffmpeg: add a -threads input option to the loopback decoder Honor the requested value passed when calling make fate. Signed-off-by: James Almer > h

[FFmpeg-cvslog] avcodec/tiff_data: Avoid relocations for TiffGeoTagNameType

2024-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 9 16:12:26 2024 +0100| [282812d6dc90ff0a2c85f90507a0a78c4a112cf9] | committer: Andreas Rheinhardt avcodec/tiff_data: Avoid relocations for TiffGeoTagNameType Instead store all the strings in one continugous string (with internal \0) and u

[FFmpeg-cvslog] avcodec/tiff_data: Remove incorrect GeoTIFF entries

2024-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 9 19:20:31 2024 +0100| [f032f1326b5b10a94ed7d53397234aff738d01c8] | committer: Andreas Rheinhardt avcodec/tiff_data: Remove incorrect GeoTIFF entries They are incorrect according to [1]. They also share keys with valid entries, so that it

[FFmpeg-cvslog] avcodec/ppc/h264dsp: Fix unaligned stores

2024-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 12 23:13:03 2024 +0100| [f9aa5457ffe90a7f1bd8f80fdabbd417a262c94b] | committer: Andreas Rheinhardt avcodec/ppc/h264dsp: Fix unaligned stores Also fix an effective-type violation. Exposed by https://fate.ffmpeg.org/report.cgi?time=20240312

[FFmpeg-cvslog] fate/ffmpeg: add missing idct decoder option to fate-ffmpeg-loopback-decoding

2024-03-14 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Mar 14 16:44:12 2024 -0300| [a327434df7636b4c108517550fe3ed44785e6126] | committer: James Almer fate/ffmpeg: add missing idct decoder option to fate-ffmpeg-loopback-decoding Should fix failures on x86_32 targets. Signed-off-by: James Almer > http:/

[FFmpeg-cvslog] avformat/avidec: Fix integer overflow iff ULONG_MAX < INT64_MAX

2024-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 12 23:23:17 2024 +0100| [7a089ed8e049e3bfcb22de1250b86f2106060857] | committer: Andreas Rheinhardt avformat/avidec: Fix integer overflow iff ULONG_MAX < INT64_MAX Affects many FATE-tests, see https://fate.ffmpeg.org/report.cgi?time=2024031

[FFmpeg-cvslog] avcodec/lossless_videoencdsp: Fix unaligned access

2024-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 13 01:32:08 2024 +0100| [cc2d2b665e48ce3d0f2a9050cb2aeb2796a8849f] | committer: Andreas Rheinhardt avcodec/lossless_videoencdsp: Fix unaligned access HAVE_FAST_UNALIGNED being true does not imply that one can simply read from any pointer v

[FFmpeg-cvslog] avcodec/mpeg4videodec: Align idct-block appropriately

2024-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 13 01:49:54 2024 +0100| [8e207bf463618c14a6e5cad882ee7622a303a320] | committer: Andreas Rheinhardt avcodec/mpeg4videodec: Align idct-block appropriately It is accessed via AV_RN64A in ff_simple_idct_put_int32_10bit(). Should fix the UBSan

[FFmpeg-cvslog] avcodec/ppc/vp8dsp_altivec: Fix out-of-bounds access

2024-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 13 02:10:26 2024 +0100| [09e6840cf7a3ee07a73c3ae88a020bf27ca1a667] | committer: Andreas Rheinhardt avcodec/ppc/vp8dsp_altivec: Fix out-of-bounds access h_subpel_filters_inner[i] and h_subpel_filters_outer[i / 2] belong together and the for

[FFmpeg-cvslog] fftools/ffmpeg_sched: Remove set-but-unused variable

2024-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 13 10:49:56 2024 +0100| [78e2be23774c41941462dd6e54229825ea9011f2] | committer: Andreas Rheinhardt fftools/ffmpeg_sched: Remove set-but-unused variable Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avformat/internal: Remove declaration for ff_format_io_close_default()

2024-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 13 15:33:49 2024 +0100| [53a51e70f27b6af5b051b51de4b1e246cf6003c7] | committer: Andreas Rheinhardt avformat/internal: Remove declaration for ff_format_io_close_default() Forgotten in d6799ee0e41dee35ebf9c664173aed8e3ab24141. Signed-off-by

[FFmpeg-cvslog] avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer

2024-03-14 Thread Christopher Degawa
ffmpeg | branch: release/5.0 | Christopher Degawa | Thu Oct 20 22:55:27 2022 -0500| [2142d6e41096f31df5f8103525b0cdff3856b3f1] | committer: Timo Rothenpieler avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer compressed_ten_bit_format has been deprecated upstream and

[FFmpeg-cvslog] doc/html: support texinfo 7.0

2024-03-14 Thread Frank Plowman
ffmpeg | branch: release/5.0 | Frank Plowman | Wed Nov 8 07:55:18 2023 +| [72281adec077119cf957988f2ca944e9239f80e5] | committer: Timo Rothenpieler doc/html: support texinfo 7.0 Resolves trac ticket #10636 (http://trac.ffmpeg.org/ticket/10636). Texinfo 7.0, released in November 2022, cha