[FFmpeg-cvslog] avformat/webpenc: Return early to reduce indentation

2023-12-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Nov 3 16:08:22 2023 +0100| [18d7a97f9e061aff5d743aab62a5c26244e9629d] | committer: Andreas Rheinhardt avformat/webpenc: Return early to reduce indentation Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avformat/webpenc: Write correct size for single images when unseekable

2023-12-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Nov 3 16:54:24 2023 +0100| [b021bc4a474eb96a2080ee61d5a1a24baef40889] | committer: Andreas Rheinhardt avformat/webpenc: Write correct size for single images when unseekable The earlier code writes the file and then tries to patch up the size

[FFmpeg-cvslog] avformat/webpenc: Reindent after the previous commit

2023-12-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Nov 3 16:27:22 2023 +0100| [8283db7fb0eaf422bb45192df3552ba74187ffe3] | committer: Andreas Rheinhardt avformat/webpenc: Reindent after the previous commit Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avfilter/vf_libvmaf: fix string comparison bug

2023-12-08 Thread nilfm
ffmpeg | branch: master | nilfm | Fri Dec 1 19:08:23 2023 +| [5f4b7bf2b5b675a4a1dfc3b64c1c5dd03d80f278] | committer: Kyle Swanson avfilter/vf_libvmaf: fix string comparison bug The libvmaf filter was doing substring checks in place of string equality comparisons. This led to a bug when the

[FFmpeg-cvslog] riscv: test for assembler support

2023-12-08 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Tue Dec 5 17:54:26 2023 +0200| [b3825bbe452c8e4f129fa90bba1fed0ee7b87d71] | committer: Rémi Denis-Courmont riscv: test for assembler support This should fix the build on LLVM 16 and earlier, at the cost of turning all non-RVV optimisations off.

[FFmpeg-cvslog] lavc/vc1dsp: R-V V inv_trans

2023-12-08 Thread sunyuechi
ffmpeg | branch: master | sunyuechi | Fri Dec 1 10:07:40 2023 +0800| [0b9d009b4a85be31ed8ba1a9cece3b2db3e4d2f3] | committer: Rémi Denis-Courmont lavc/vc1dsp: R-V V inv_trans C908: vc1dsp.vc1_inv_trans_4x4_dc_c: 125.7 vc1dsp.vc1_inv_trans_4x4_dc_rvv_i32: 53.5 vc1dsp.vc1_inv_trans_4x8_dc_c