aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/gstreamer
Commit message (Collapse)AuthorAge
* gstreamer: rely on less system libriares (#7522)Gravatar Matthew Waters2022-04-08
| | | | | | | | Build libvorbis, libogg and libtheora ourselves. That means we need to download them though so do that. Also move the corpus generation to the build script. Requires: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2123
* gstreamer: update meson version requirements (#7397)Gravatar Matthew Waters2022-03-19
| | | | | | | | | | | * gstreamer: update meson version requirements Fixes build error: ./../src/gstreamer/meson.build:1:0: ERROR: Meson version is 0.59.0 but project requires >= 0.60.0 * gstreamer: update glib to 2.72.0 Fixes a divide by zero when configuring the internal gnulib.
* gstreamer: update for git repository layout changes (#6654)Gravatar Matthew Waters2021-10-27
| | | Depends on https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1253
* gstreamer: fix build to work with latest base builder (#6472)Gravatar DavidKorczynski2021-09-17
|
* [Ubuntu upgrade] Pin projects to Xenial where fuzzer build fails. (#6293)Gravatar jonathanmetzman2021-08-24
| | | | This does not include coverage build failures. Related: #6180.
* Add main_repo for some more projects. (#4819)Gravatar Abhishek Arya2020-12-10
|
* [gstreamer] update meson version in docker image (#4437)Gravatar Matthew Waters2020-09-10
| | | | | | | GStreamer requires a newer verison of meson (>= 0.54) to build now. Fixed build error: meson.build:1:0: ERROR: Meson version is 0.53.2 but project requires >= 0.54
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [gstreamer] update build for meson and autotool removal (#3675)Gravatar Matthew Waters2020-04-20
| | | | - update glib built to 2.64.2 - point to gitlab.fd.o
* [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
* [gstreamer]: add Jan Schmidt for access (#1179)Gravatar Jan Schmidt2018-02-20
|
* [gstreamer] add Matthew Waters to the CC list (#963)Gravatar Matthew Waters2017-11-07
|
* gstreamer: Move actual script to gstreamer repositories (#956)Gravatar Edward Hervey2017-11-05
| | | | This will make it easier to add/extend/fix the fuzzing targets and run them on gstreamer's CI system
* [gstreamer] Add Thibault Saunier to CC list (#948)Gravatar Mathieu Duponchelle2017-11-03
|
* [gstreamer] Add Mathieu Duponchelle to CC list (#946)Gravatar Edward Hervey2017-11-03
|
* [gstreamer] several updates + add new "typefind" target (#938)Gravatar Edward Hervey2017-11-01
| | | | | | | | | | | | | | * gstreamer: build glib ourselves Allows having full backtraces of leaks amongst other things * gstreamer: Don't build orc it's still too problematic * gstreamer: Add new typefind fuzzing target Covers just the typefind element, which has a lot of parsing code within
* [gstreamer] Add other maintainers to CC list (#934)Gravatar Edward Hervey2017-10-30
|
* projects: Add GStreamer (#905)Gravatar Edward Hervey2017-10-30
* projects: Add GStreamer This is an initial fuzzer which goes over ogg/theora/vorbis files using the discoverer process * gstreamer/build.sh: Cleanup file * gstreamer/Dockerfile: Update copyright date * gstreamer: Update project.yaml Use the security mailing list as the primary contact Remove explicit sanitizer listing * gstreamer: Simplify base fuzzer Removed almost all outputting I am the original author of the code this is taken for, relicensing an ultra-simplified version of my original code to Apache. * gstreamer: Cleanup of build file and dockerfile * gstreamer: Code minimization and avoid leaks Data provided by the fuzzer shouldn't be freed (but the wrapping GstBuffer should). Avoid logging by default * gstreamer: Download corpus in Dockerfile And extract in build.sh * gstreamer: Move code to repository and more cleanups Remove custom LDFLAGS (not needed) Use fuzzing target code from upstream repository