Les articles publiés sur le site
-
26 avril 2016, par Erik de Castro Lopo
cuesheet.c: Allow quotes around ISRC field
With this change, flac now accepts cuesheets where the ISRC field is
enclosed in double quotes. Added a test for this as well.
Closes: https://sourceforge.net/p/flac/bugs/436/
- [DH] src/share/grabbag/cuesheet.c
- [DH] test/cuesheet.ok
- [DH] test/cuesheets/good.005.quoted.isrc.cue
-
20 mars 2016, par Erik de Castro Lopo
libFLAC/stream_decoder.c: Fix typo
Introduced in 1be4f9537e.
- [DH] src/libFLAC/stream_decoder.c
-
20 mars 2016, par Erik de Castro Lopo
configure.ac: Force FLAC__HAS_OGG to 0 or 1
-
20 mars 2016, par Erik de Castro Lopo
libFLAC: Reduce FLAC__HAS_OGG #ifdef crud
- [DH] src/libFLAC/stream_decoder.c
- [DH] src/libFLAC/stream_encoder.c
-
20 mars 2016, par Erik de Castro Lopo
libFLAC/stream_decoder.c: Fix compiling with integer only
Was failing to compile on IA32 with FLAC__INTEGER_ONLY_LIBRARY
defined.
Reported-by: "Joakim Landberg" <joakim.landberg@intel.com>
- [DH] src/libFLAC/stream_decoder.c