[FFmpeg-cvslog] avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode

2024-02-27 Thread Cosmin Stejerean
ffmpeg | branch: release/6.1 | Cosmin Stejerean | Fri Feb 23 23:21:39 2024 +| [33efa50fa4508567b1d84d0a84728b400e492a6a] | committer: James Almer avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode Co-authored-by: Amir

[FFmpeg-cvslog] avcodec/libsvtav1: add version guard for external param

2024-02-27 Thread Gyan Doshi
ffmpeg | branch: release/6.1 | Gyan Doshi | Wed Nov 8 10:33:19 2023 +0530| [25abb63bfc4f99d94124ccd7b80f1eec4a7e6f67] | committer: James Almer avcodec/libsvtav1: add version guard for external param Setting of external param 'force_key_frames' was added in 7bcc1b4eb8. It is available since

[FFmpeg-cvslog] avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode

2024-02-27 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Fri Feb 23 23:21:39 2024 +| [69dd1ce610fcffec453a0663c613c9b13165fd9e] | committer: James Almer avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode Co-authored-by: Amir

[FFmpeg-cvslog] avcodec/dxvenc: Use proper alignment, write endian-independent output

2024-02-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Feb 27 00:40:32 2024 +0100| [0c204ce9f6b6d1ac3c0ed399bb8b7aa8768d05d9] | committer: Andreas Rheinhardt avcodec/dxvenc: Use proper alignment, write endian-independent output Fixes the dxv3enc-dxt1 FATE test with UBSan and on big-endian

[FFmpeg-cvslog] avutil/mem: limit alignment to maximum simd align

2024-02-27 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sun Dec 3 21:01:50 2023 +0100| [7945d30e91b96d2f4f5b612048169087d214d41e] | committer: Timo Rothenpieler avutil/mem: limit alignment to maximum simd align FFmpeg has instances of DECLARE_ALIGNED(32, ...) in a lot of structs, which then end up

[FFmpeg-cvslog] lavc/dnxhdenc: add ff_dnxhdenc_init

2024-02-27 Thread sunyuechi
ffmpeg | branch: master | sunyuechi | Wed Dec 20 16:17:32 2023 +0800| [40911bc1a1975382891181c67417f24b8cdb2c46] | committer: Rémi Denis-Courmont lavc/dnxhdenc: add ff_dnxhdenc_init This is for clarity and use in testing, consistent with other parts of the code. Signed-off-by: Rémi

[FFmpeg-cvslog] lavc/me_cmp: R-V V nsse

2024-02-27 Thread sunyuechi
ffmpeg | branch: master | sunyuechi | Tue Feb 6 22:51:47 2024 +0800| [a7ad76fbbfae29eaf8c9372b34051edf4f835fd9] | committer: Rémi Denis-Courmont lavc/me_cmp: R-V V nsse C908: nsse_0_c: 1990.0 nsse_0_rvv_i32: 572.0 nsse_1_c: 910.0 nsse_1_rvv_i32: 456.0 Signed-off-by: Rémi Denis-Courmont >

[FFmpeg-cvslog] avformat/mov: Don't use entry[-1] in pointer arithmetic

2024-02-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Feb 26 22:37:04 2024 +0100| [1bb7d5ca9fc6dc1b961014255ada03dee40bac31] | committer: Andreas Rheinhardt avformat/mov: Don't use entry[-1] in pointer arithmetic It is undefined behaviour. Fixes many failed tests with UBSan and GCC 13 like