Commit Graph

9 Commits

Author SHA1 Message Date
Janne Grunau 29837b97ac
[dav1d] fix the build (#4285)
* 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.
2020-08-08 07:34:43 -07:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Abhishek Arya 1776bd3dec
Install latest cmake, make easy to install i386 packages (#3943)
Fixes #3124, #2751
2020-06-07 17:27:40 -07:00
Janne Grunau e37ccaa85f
dav1d: use nasm from ubuntu eoan since dav1d needs nasm-2.14 (#3375) 2020-02-11 12:29:36 -08:00
Janne Grunau f986fafb8e dav1d: add i386 as fuzzing architecture (#2824)
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.
2019-09-12 12:29:02 -07:00
Janne Grunau 4db22401aa Dav1d: fix build and disable logging (#2159)
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.
2019-02-13 12:36:10 -08:00
Max Moroz e2522df903
[dav1d] Enable ASM code for non-MSan build configurations. (#2109) 2019-01-24 13:27:15 -08:00
Janne Grunau 767bd6c4e8 dav1d updates (#1883)
* dav1d: fetch seed corpus over https

* dav1d: use debugoptimized build instead of debug

* dav1d: add undefined behavior sanitizer

* dav1d: extend auto_cc list
2018-10-17 18:38:47 -07:00
Janne Grunau 2cb18963e8 [dav1d] add dav1d project (#1855)
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
2018-10-07 15:45:31 -07:00