aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/dav1d
Commit message (Collapse)AuthorAge
* dav1d: add major contributors to auto_ccs (#6410)Gravatar Janne Grunau2021-09-06
|
* Remove no longer needed build workarounds (#6329)Gravatar MarcoFalke2021-08-27
| | | | | | | | | | | | | | | | | | | * Revert xenial workaround in speex (no longer needed) This reverts commit 84c9dd3600e2c348aaca78b2717067412fea8323. * Revert xenial opus workaround (no longer needed) This reverts commit 7cc0561aad415673f3ca3f15bfd240c75584849e. * Remove ffmpeg build workaround for nasm * Remove build workaround for dav1d * Remove libavif build workaround * Remove p11-kit build workaround * Remove postgis build workaround
* dav1d: remove dead email from vendor_ccs (#5972)Gravatar Janne Grunau2021-06-25
| | | | Monorail seems to to detect that the email address bounces and deletes the CC but something re-adds it regularly.
* dav1d: fetch nasm from Ubuntu 20.04 LTS (focal) (#4830)Gravatar Janne Grunau2020-12-15
|
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* [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.
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* Install latest cmake, make easy to install i386 packages (#3943)Gravatar Abhishek Arya2020-06-07
| | | Fixes #3124, #2751
* [dav1d] Update vendor_ccs (#3804)Gravatar Tyson Smith2020-05-13
|
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
* Some Mozilla changes (#3481)Gravatar Sylvestre Ledru2020-03-09
| | | | | * Refresh the list to have a Mozilla employee with an active account * Update of the list of nss participants
* dav1d: use nasm from ubuntu eoan since dav1d needs nasm-2.14 (#3375)Gravatar Janne Grunau2020-02-11
|
* 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.
* Add Mozilla fuzzing team to auto_cc of their used 3rd party libraries (#2703)Gravatar Christoph Diehl2019-08-28
| | | | | | | | | | * Add Mozilla fuzzing team to auto_cc of their used 3rd party libraries * Use new vendor_ccs field in projects.yml (#2703) * Remove not yet approved projects * Remove not yet approved projects
* 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] Add missing .options file.Gravatar Max Moroz2019-01-26
|
* [dav1d] Enable ASM code for non-MSan build configurations. (#2109)Gravatar Max Moroz2019-01-24
|
* [dav1d] remove experimental flag (#1947)Gravatar Janne Grunau2018-11-12
| | | | | | | | | * dav1d/coverage: exclude include/common/dump.h It includes only functions used during development and is expected to be unused. * dav1d: remove experimental flag
* 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