Les articles publiés sur le site
-
20 décembre 2014, par Erik de Castro Lopo
replaygain test: Use C code to generate test files.
- [DH] src/test_streams/main.c
- [DH] test/test_replaygain.sh
-
20 décembre 2014, par Erik de Castro Lopo
test/test_replaygain.sh : Minor cleanup.
* Pipe un-needed strerr output to /dev/null.
* Pass --silent and --no-seektable to the flac executable.
* When generating tones, use --output-name=....
- [DH] test/test_replaygain.sh
-
19 décembre 2014, par Erik de Castro Lopo
src/test_streams/ : Pull out write_simple_wavex_header() for reuse.
- [DH] src/test_streams/main.c
-
17 décembre 2014, par Erik de Castro Lopo
src/libFLAC/stream_decoder.c : Fix NULL de-reference.
NULL de-reference can really only happen on a malformed file.
Found using afl (http://lcamtuf.coredump.cx/afl/).
- [DH] src/libFLAC/stream_decoder.c
-
15 décembre 2014, par Miroslav Lichvar
src/libFLAC/stream_decoder.c : Rework fix for seeking bug.
To avoid crash caused by an unbound LPC decoding when predictor order is
larger than blocksize, the sanity check needs to be moved to the subframe
decoding functions.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] src/libFLAC/stream_decoder.c