Les articles publiés sur le site
-
9 août 2015, par Erik de Castro Lopo
flac/metaflac: Do case-insensitve comparison of hex values
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/flac/utils.c
- [DH] src/metaflac/options.c
-
9 août 2015, par Erik de Castro Lopo
Compat: Fix for MSVC deprecated functions
According to MSDN, stricmp and strnicmp functions are deprecated
since MSVC 2005 and _stricmp/_strnicmp should be used instead.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] include/share/compat.h
-
1er août 2015, par Erik de Castro Lopo
autogen.sh: Add --no-symlinks option
-
1er août 2015, par Erik de Castro Lopo
autogen.sh: Switch from bash to sh and make it POSIX
-
13 juillet 2015, par Erik de Castro Lopo
libFLAC: Fix decoder_flush with uninitialized decoder
Closes: https://sourceforge.net/p/flac/bugs/428
- [DH] src/libFLAC/stream_decoder.c