Add ossfuzz.sh to be used with oss-fuzz
1 file changed
tree: 58a6782b7c9f6ddc357f5118651b121759011193
  1. .github/
  2. adobe-hdr-gain-map-license/
  3. docs/
  4. fuzzer/
  5. include/
  6. tests/
  7. third_party/
  8. Android.bp
  9. CMakeLists.txt
  10. gainmapmath.cpp
  11. icc.cpp
  12. jpegdecoderhelper.cpp
  13. jpegencoderhelper.cpp
  14. jpegr.cpp
  15. jpegrutils.cpp
  16. LICENSE
  17. multipictureformat.cpp
  18. README.md
  19. utils.cmake
README.md

Format Introduction

https://developer.android.com/guide/topics/media/platform/hdr-image-format

Getting Started

Supports:

  • x86_32/x86_64 on Linux
  • macOS

Preferred Compiler: Clang Tested with:

  • C compiler: Clang 15.0.7
  • CXX compiler: Clang 15.0.7

Building Commands

For x86_32 on a x86_64 Linux machine

$ mkdir build
$ cd build
$ cmake ..
$ make

For macOS

$ mkdir build
$ cd build
$ cmake ..
$ make