search for: bertsch

Displaying 2 results from an estimated 2 matches for "bertsch".

Did you mean: bartsch
2023 Jun 30
1
Disable all checksum verification in flac/metaflac
...led on fuzzing. I think providing an API function and flac+metaflac command line option is going to be confusing and they will probably be misused. A compile time option might be possible though, libogg provides that too. Kind regards, Martijn van Beurden Op do 29 jun. 2023 22:28 schreef Manuel Bertsch <malu.bertsch at gmail.com>: > Hello all, > > > > I?m trying to use flac and metaflac as tooling to analyze the generated > FLAC files of a new encoder implementation. However, while my own > third-party decoder can handle the output just fine, flac, metaflac, and > o...
2023 Jun 29
1
Disable all checksum verification in flac/metaflac
Hello all, I?m trying to use flac and metaflac as tooling to analyze the generated FLAC files of a new encoder implementation. However, while my own third-party decoder can handle the output just fine, flac, metaflac, and other tools discard the output since the frame checksum (footer CRC-16) is invalid. This is expected, since I have no checksum generation implemented apart from the frame