5 Commits
Author SHA1 Message Date
Matthias Dressel d426d1c910 .gitignore: Add tests/argon 2023-03-01 19:59:10 +01:00
Janne GrunauandJean-Baptiste Kempf e616852536 tools: add optional xxh3 based muxer
The required 'xxhash.h' header can either be in system include directory
or can be copied to 'tools/output'.

The xxh3_128bits based muxer shows no significant slowdown compared to
the null muxer. Decoding times Chimera-AV1-8bit-1920x1080-6736kbps.ivf
with 4 frame and 4 tile threads on a core i7-8550U (disabled turbo boost):

null:  72.5 s
md5:   99.8 s
xxh3:  73.8 s

Decoding Chimera-AV1-10bit-1920x1080-6191kbps.ivf with 6 frame and 4 tile
threads on a m1 mc mini:

null:  27.8 s
md5:  105.9 s
xxh3:  28.3 s
2021-02-08 10:31:54 +01:00
Mark ShuttleworthandJean-Baptiste Kempf c9c445acbe Add snapcraft packaging 2019-02-14 16:00:42 +01:00
Marvin ScholzandJean-Baptiste Kempf ea70793450 Add option to include extra testdata tests 2018-10-30 13:39:43 +01:00
Niklas HaasandJean-Baptiste Kempf 62892a4232 Add .gitignore
Contains some useful stuff (vim, emacs swapfiles, ctags) and the /build
directory, since that's what the README uses.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2018-09-24 10:31:27 +02:00