Michael Niedermayer
Michael Niedermayer
Using inversion should protect against added zero bytes before and after a CRC protected "block" of bytes. So this would update the spec accordingly for inversion in v4
This is not to merge yet, but for discussion and of course if anyone wants to contribute/add to it
We where evaluating civs as a potential vote system for selecting committee members. And while testing I found some rather bad looking case(s): For example: (all cases use a committee...
The $HOME/.config/frame*/config.json file seems to be overwritten with a new one and if diskspace runs out in the middle the file is left truncated. At least that seems to have...
Currently the released files have hashes/checksums but not signatures. That does not really provide any security. A end user cannot separate an official untampered release from some trojanized one. As...
Code is based on the target_dec_fuzzer specific code
I tried to build DAB-Radio, but the examples failed to link to libpthread, i had to add a '-' before pthread. also on runtime it is not happy either: Starting...
FFmpeg / Google ossfuzz did run into 2 bad shifts while encoding with libtheora through FFmpeg. The first likely should be `*8` instead of `
Within FFmpegs ossfuzz 2 issues seem to originate from libtheora. Iam not sure where to send these, as our libtheora maintainer seems inactive since many years and the libtheora mailman...