Les articles publiés sur le site
-
28 juin 2014, par Erik de Castro Lopo
flac : Fix handling of raw input option.
FLAC was silently ignoring options for raw input for encoding mode (but
prints an error and aborts when _de_coding).
This can lead to bug reports such as https://sourceforge.net/p/flac/bugs/389/
FLAC now prints a message about options misuse for encoding mode.
Help messages were also updated.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
-
28 juin 2014, par Erik de Castro Lopo
-
28 juin 2014, par Erik de Castro Lopo
flac: Fix padding for --replay-gain option.
Patches ported from the flac 1.2.1 maintenance branch.
http://flac.cvs.sourceforge.net/viewvc/flac/flac/src/flac/encode.c?
r1=1.194&r2=1.194.2.1&pathrev=FLAC_RELEASE_1_2_1_MAINTENANCE_BRANCH
http://flac.cvs.sourceforge.net/viewvc/flac/flac/src/flac/main.c?
r1=1.169&r2=1.169.2.1&pathrev=FLAC_RELEASE_1_2_1_MAINTENANCE_BRANCH
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/flac/encode.c
- [DH] src/flac/main.c
-
28 juin 2014, par Erik de Castro Lopo
stream_decoder : Two read_metadata() fixes from 1.2.1 maintenance branch.
* Fix leaks in read_metadata_() that could occur because of read errors or
malformed streams.
http://flac.cvs.sourceforge.net/viewvc/flac/flac/src/libFLAC/
stream_decoder.c?
r1=1.147&r2=1.147.2.1&pathrev=FLAC_RELEASE_1_2_1_MAINTENANCE_BRANCH
* Fix metadata block initialization bug in read_metadata_().
http://flac.cvs.sourceforge.net/viewvc/flac/flac/src/libFLAC/
stream_decoder.c?
r1=1.147.2.1&r2=1.147.2.2&pathrev=FLAC_RELEASE_1_2_1_MAINTENANCE_BRANCH
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/libFLAC/stream_decoder.c
-
28 juin 2014, par Erik de Castro Lopo
README updates.
Patch-from: lvqcl <lvqcl.mail@gmail.com>