Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-08tools: add optional xxh3 based muxerJanne Grunau
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
2019-02-14Add snapcraft packagingMark Shuttleworth
2018-10-30Add option to include extra testdata testsMarvin Scholz
2018-09-24Add .gitignoreNiklas Haas
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>