Les articles publiés sur le site
-
28 septembre 2014, par Erik de Castro Lopo
stream_encoder.c : Only set 10MB output buffer on _WIN32.
Commig 6a6207b52a set the size of the encoder output buffer to 10MB
but this fix is really only needed on Windows, so wrap it in an #ifdef.
- [DH] src/libFLAC/stream_encoder.c
-
27 septembre 2014, par Erik de Castro Lopo
Improve malformed vorbiscomment handling.
A few minor tweaks on a patch from Janne Hyvärinen <cse@sci.fi>.
fixup
- [DH] src/libFLAC/metadata_iterators.c
- [DH] src/libFLAC/stream_decoder.c
-
25 septembre 2014, par Erik de Castro Lopo
metaflac : Fix typo in error message.
Patch-from: Janne Hyvärinen <cse@sci.fi>
- [DH] src/metaflac/utils.c
-
23 septembre 2014, par Erik de Castro Lopo
libFLAC/cpu.c : Refactor for readability.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
-
23 septembre 2014, par Erik de Castro Lopo
stream_encoder.c : Give the encoder a larger stdio buffer.
Windows in particular can experience slow encoding speeds on highly
fragmented disks. Using setvbuf to increase the size of the buffer to
10Meg.
This is probably not needed on Linux/Unix, but is very unlikely to
to cause any negative effects.
Patch-from: Janne Hyvärinen <cse@sci.fi>
- [DH] src/libFLAC/stream_encoder.c