Commit Graph

5 Commits

Author SHA1 Message Date
Tristan Matthews ae01ac91e1
Add myself to several xiph projects (#12073)
I currently have access to `speex` and `tremor` (the fixed-point version
of `vorbis`)
2024-08-06 10:24:12 -04:00
Dongge Liu 7e66453383
Make `Centipede` a default fuzzing engine (#10109)
1. Add `centipede` to `DEFAULT_ENGINES`.
2. Remove the `fuzzing_engines` attribute from `project.yaml`s if
redundant (i.e., all default engines are included in that YAML file).
3. Temporarily disable `centipede` on `c`/`c++` projects that previously
use all `DEFAULT_ENGINES` (200 projects did not specify
`fuzzing_engines` in `project.yaml`) so that we can gradually enable
centipede later them later.
2023-04-21 09:48:45 +10:00
Joyce 1d4c89284b
Add main_repo to project.yaml files (#10004)
### Changes

I tried to find out which would be the main_repo and it is important to
notice that many are not hosted on github or neither using a git repo
(using svn for example).

Besides that, I was also not able to find out the main repo for the
following projects:


| **file** | **comment** |

|------------------------|-----------------------------------------------------------------------------------|
| lzo/project.yaml | |
| qcms/project.yaml | |
| bzip2/project.yaml | |
| dlplibs/project.yaml | |
| freeimage/project.yaml | hosted on csv
https://sourceforge.net/p/freeimage/code/ |
| xerces-c/project.yaml | |
| xpdf/project.yaml | |
| lzma/project.yaml | at source forge but no code section found
https://sourceforge.net/projects/p7zip/ |

Another case that I was not sure about which url do add on the
`qubes-os/project.yaml`. Its homepage is related to the entire org.

---------

Signed-off-by: Joyce Brum <joycebrum@google.com>
2023-03-30 16:15:32 +11:00
James Zern 0e1d4e44c2
opusfile: enable asserts (#4531) 2020-10-14 19:14:16 -07:00
Ravi Jotwani e0a94e1a09
[opusfile] Initial integration (#4249)
* [opusfile] Initial integration

* add license header

* cleaned up loop in build script

* fix typo in build script

* changed fuzzer from C++ to C

* run ldconfig before building fuzzer

* Force static linking when building the fuzzer.

This alternative linker syntax overrides the "lib{whatever}.so" default.
Fortunately, Ubuntu packages static libraries in libopus-dev and
libogg-dev.

Co-authored-by: Michael Jezierny <mtjz@google.com>
2020-08-11 09:49:44 +10:00