| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Monorail seems to to detect that the email address bounces and deletes
the CC but something re-adds it regularly.
|
| |
|
|
|
|
| |
Also enforce this for future integrations.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* Use LABEL in place of MAINTAINER
* Remove LABEL maintainer from Dockerfiles
|
|
|
| |
Fixes #3124, #2751
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [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
|
|
|
|
|
| |
* Refresh the list to have a Mozilla employee with an active account
* Update of the list of nss participants
|
| |
|
|
|
|
|
|
| |
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 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
* Use new vendor_ccs field in projects.yml (#2703)
* Remove not yet approved projects
* Remove not yet approved projects
|
|
|
| |
Requires https://code.videolan.org/videolan/dav1d/merge_requests/714
|
|
|
|
|
|
| |
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/coverage: exclude include/common/dump.h
It includes only functions used during development and is expected to be
unused.
* dav1d: remove experimental flag
|
|
|
| |
Use the multi-threaded fuzzing target and share the seed corpus.
|
|
|
|
|
|
|
|
|
|
| |
* dav1d: fetch seed corpus over https
* dav1d: use debugoptimized build instead of debug
* dav1d: add undefined behavior sanitizer
* dav1d: extend auto_cc list
|
|
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
|