[FFmpeg-cvslog] fate/spdif: Add spdif tests

2022-09-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 11 18:34:47 2022 +0200| [9ad3db3ad932d484708194f419544c33cb3c71e6] | committer: Andreas Rheinhardt fate/spdif: Add spdif tests These tests test both the demuxer as well as the muxer wherever possible. It is not always possible due to the f

[FFmpeg-cvslog] avcodec/flac_parser: avoid returning too negative number

2022-09-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 8 09:59:09 2022 +0200| [cf2cf31805448dd11692313440a21821773a6128] | committer: Paul B Mahol avcodec/flac_parser: avoid returning too negative number If return value is very small parser code will assert. > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec/x86/audiodsp: add scalarproduct avx2

2022-09-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Sep 12 18:53:31 2022 +0200| [37a503ac879ca7677beb7423c33a6c5d24dd6396] | committer: Paul B Mahol avcodec/x86/audiodsp: add scalarproduct avx2 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37a503ac879ca7677beb7423c33a6c5d24dd6396 --- l

[FFmpeg-cvslog] avutil/x86/float_dsp: add fma3 for scalarproduct

2022-09-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 20 16:58:31 2021 +0100| [72acff9f593f977944a62652fc9dd346ec53225a] | committer: Paul B Mahol avutil/x86/float_dsp: add fma3 for scalarproduct > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72acff9f593f977944a62652fc9dd346ec53225a ---

[FFmpeg-cvslog] x86/float_dsp: use three operand form for some instructions

2022-09-13 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Sep 13 13:50:09 2022 -0300| [bda3a9faf4a2f201b24fb38a04da86410c9205ae] | committer: James Almer x86/float_dsp: use three operand form for some instructions Fixes compilation with old yasm Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc: reference the RISC-V specification

2022-09-13 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Sep 12 18:53:16 2022 +0300| [092ce9712f63fc2641ec831d09c8ca0731083ae4] | committer: James Almer doc: reference the RISC-V specification > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=092ce9712f63fc2641ec831d09c8ca0731083ae4 ---

[FFmpeg-cvslog] lavu/riscv: AV_READ_TIME cycle counter

2022-09-13 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Sep 12 18:53:17 2022 +0300| [d808070547a867a8f3f7b97fdff3574576213c07] | committer: James Almer lavu/riscv: AV_READ_TIME cycle counter This uses the architected RISC-V 64-bit cycle counter from the RISC-V unprivileged instruction set. In 64-

[FFmpeg-cvslog] configure/riscv: detect fast CLZ

2022-09-13 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Sep 12 18:53:18 2022 +0300| [ff14e3739393147b4596245ea511ec43a4ce6448] | committer: James Almer configure/riscv: detect fast CLZ RISC-V defines the CLZ instruction as part of the ratified Zbb subset of the (not yet ratified) bit mapulation ex

[FFmpeg-cvslog] lavu/riscv: byte-swap operations

2022-09-13 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Sep 12 18:53:19 2022 +0300| [df2057041b6079bea2fc5e6b31b00756f3da7d54] | committer: James Almer lavu/riscv: byte-swap operations If the target supports the Basic bit-manipulation (Zbb) extension, then the REV8 instruction is available to reve

[FFmpeg-cvslog] lavu/riscv: add optimisations

2022-09-13 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Sep 12 18:53:20 2022 +0300| [c177108ae1144fd4e6cedb4a702260dbaa179825] | committer: James Almer lavu/riscv: add optimisations This provides some micro-optimisations for signed integer clipping, and support for bit weight with the Zbb extensi

[FFmpeg-cvslog] libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filter

2022-09-13 Thread Roman Arzumanyan
ffmpeg | branch: master | Roman Arzumanyan | Sat Sep 10 11:05:56 2022 +0300| [cc81ab283c72921a23f7dc149c6a2b386eaf77c6] | committer: Timo Rothenpieler libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filter Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gitw