aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/dav1d/build.sh
Commit message (Collapse)AuthorAge
* [dav1d] fix the build (#4285)Gravatar Janne Grunau2020-08-08
| | | | | | | | | * projects/dav1d: remove unnecessarily installed packages * projects/dav1d: fix build by just copying the fuzzing binaries Meson switched the name of the directory holding the objects for the fuzzer binaries to match the pattern used to copy all fuzzing binaries. Copying the directory failed.
* dav1d: add i386 as fuzzing architecture (#2824)Gravatar Janne Grunau2019-09-12
| | | | | | Meson requires a cross file for compiling i386 on x86_64. This unfortunately needs to be generated on the fly to honor oss-fuzz' compiler and compiler flags. Supercedes #2823.
* dav1d: adapt build to upstream changes (#2791)Gravatar Janne Grunau2019-09-01
| | | | | | dav1d renamed the options build_asm and build_tools. build_asm=false is no longer needed since the upstream fuzzer target disables the asm code path when it runs under memory sanitizer. Use enable_tools=false to skip building the dav1d CLI tools.
* dav1d: fix afl build by using $LIB_FUZZING_ENGINE (#2462)Gravatar Janne Grunau2019-05-24
| | | Requires https://code.videolan.org/videolan/dav1d/merge_requests/714
* Dav1d: fix build and disable logging (#2159)Gravatar Janne Grunau2019-02-13
| | | | | | Fixes build failure caused by unavailable https://www.nasm.us/ The nasm version in ubuntu xenial is too old. The package from bionic is new enough and usable without other dependencies from bionic.
* [dav1d] Enable ASM code for non-MSan build configurations. (#2109)Gravatar Max Moroz2019-01-24
|
* dav1d: build fuzzing binaries with meson (#1929)Gravatar Janne Grunau2018-11-06
| | | Use the multi-threaded fuzzing target and share the seed corpus.
* dav1d updates (#1883)Gravatar Janne Grunau2018-10-17
| | | | | | | | | | * dav1d: fetch seed corpus over https * dav1d: use debugoptimized build instead of debug * dav1d: add undefined behavior sanitizer * dav1d: extend auto_cc list
* [dav1d] add dav1d project (#1855)Gravatar Janne Grunau2018-10-07
dav1d is an AV1 decoder http://www.jbkempf.com/blog/post/2018/Introducing-dav1d Mozilla is planning to use the decoder in Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1493397