flac
flac copied to clipboard
Free Lossless Audio Codec
This is useful for oss-fuzz
Also point to man dir for markdown formatted tool documentation. See https://github.com/ktmf01/flac/tree/readme for an example of how this README shows in github Fixes #212
This should fix #215 and close #214 as redundant. It also fixes some potential problems not mentioned in #215. The main problem is described in the second commit ``` Parts...
Subdivide_tukey is intended to replace partial_tukey and punchout_tukey. It works in rougly the same way, but uses a more efficient algorithm, recyling more data. subdivide_tukey has 2 arguments, of which...
In file `include/FLAC/format.h:` we have: ``` typedef struct { ... } FLAC__StreamMetadata; ``` Could this please be changed to read: ``` typedef struct FLAC__StreamMetadata { ^^^^^^^^^^^^^^^^^^^^ ... } FLAC__StreamMetadata; ```...
Looking at the commits since 1.3.4, quite a few memory leaks, fuzzing bugs, and null pointer dereferences have been fixed. Would it be possible to cut a 1.3.5 release soon...
The MINGW build problem in 1.3.4 (fixed in master with commit https://github.com/xiph/flac/commit/14eb65de34e1df4da9a5e7333ddf3d9df93224c5), makes it impossible to upgrade Rust applications to version 1.3.4 of the FLAC library. I'm using the [libflac-sys](https://github.com/mgeier/libflac-sys/)...
Using some MinGW toolchains (Primarily official MinGW, not MinGW-w64) causes problems because of _wutime64() call is missing. A while ago I made the workaround and `configure` check to dodge this...
The Link for OSX binaries on home page is broken/missing