mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-09 14:31:03 +00:00
added libraries: opus flac libsndfile updated: libvorbis libogg openal - Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work. |
||
|---|---|---|
| .. | ||
| fuzzing | ||
| seedcorpus/fuzzer_tool_flac | ||
| common.h | ||
| decoder.cc | ||
| empty.cc | ||
| encoder.cc | ||
| encoder_v2.cc | ||
| fuzzer_decoder.dict | ||
| fuzzer_encoder.dict | ||
| fuzzer_reencoder.dict | ||
| fuzzer_tool_flac.dict | ||
| Makefile.am | ||
| metadata.cc | ||
| Readme.md | ||
| reencoder.cc | ||
| seek.cc | ||
| tool_flac.c | ||
| tool_metaflac.c | ||
Fuzzers fuzzer_decoder.cc and fuzzer_encoder.cc were taken from
https://github.com/guidovranken/flac-fuzzers
The header files in the directory fuzzing and below were taken from:
https://github.com/guidovranken/fuzzing-headers.git
Some minor modifications were made to make them build with the default C++ warning flags.
The code mentioned above, contributed by Guido Vranken, is licensed under the MIT license. See the files themselves for details