aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/openjpeg
Commit message (Collapse)AuthorAge
* Disable dataflow builds for projects that have enabled it. (#7968)Gravatar jonathanmetzman2022-07-07
| | | | | | | | | * Disable dataflow builds for projects that have enabled it. Related: https://github.com/google/oss-fuzz/issues/7963 * fix openjpeg * fix
* openjpeg: fix build for cifuzz (#6934)Gravatar DavidKorczynski2021-11-30
|
* [openjpeg] Release cmake build type (#5209)Gravatar Andrea Fioraldi2021-02-18
| | | | | | | Seems that some bugs in openjpeg can be triggered only in release mode. More specifically, I was trying to reproduce https://github.com/uclouvain/openjpeg/issues/1228 using the OSS-Fuzz harness and I failed. I figured out that the bug is indeed reachable by the harness, but can be uncovered only in Release mode, otherwise, an assertion error blocks it. I guess that they use assertions only in Debug mode (WTF) and remove them in Release. So, IMO openjpeg should be fuzzed in Release mode as the configuration used in production is the one relevant for security.
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). (#3609)Gravatar Max Moroz2020-04-09
| | | | | * [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). * rename fuzzing puzzles target
* [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
* Enable dataflow for 9 projects written in C (#1632).Gravatar Max Moroz2019-06-28
|
* [openjpeg] Fix the year in copyrights.Gravatar Max Moroz2017-07-05
|
* Add openjpeg to projects (#700)Gravatar Even Rouault2017-07-05
From http://www.openjpeg.org/ : """ OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint Photographic Experts Group (JPEG). Since may 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG 2000 Reference Software """ I submit this integration of OpenJPEG into oss-fuzz on behalf of Antonin Descampes (@detonin), one of the project leaders. The OpenJPEG side of the integration has already been merged into openjpeg git master per https://github.com/uclouvain/openjpeg/issues/965 / https://github.com/uclouvain/openjpeg/commit/1a8eac6a90ca61f3703f9b97afc2ec4918f0ab55