Les articles publiés sur le site
-
15 novembre 2014, par Erik de Castro Lopo
metadata_iterators.c : Set status when metadata itereator is not writable.
The status should be FLAC__METADATA_SIMPLE_ITERATOR_STATUS_ILLEGAL_INPUT.
Closes: http://sourceforge.net/p/flac/patches/50/
- [DH] src/libFLAC/metadata_iterators.c
-
13 novembre 2014, par Martijn van Beurden
libFLAC : Add more checks to partial_tukey and punchout_tukey windows.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] src/libFLAC/window.c
-
12 novembre 2014, par Erik de Castro Lopo
include/share/endswap.h : Fix usage of HAVE_BSWAP16.
The code was incorrectly using #ifndef on a value that was always defined
to a value of either 0 or 1.
- [DH] include/share/endswap.h
-
10 novembre 2014, par Martijn van Beurden
Update documentation for new compression presets
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] doc/html/documentation_tools_flac.html
- [DH] include/FLAC/stream_encoder.h
- [DH] src/flac/main.c
-
4 novembre 2014, par Ralph Giles
Fix indenting on the bswap32 autoconf macro.
We generally prefer spaces to tabs.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>