Les articles publiés sur le site
-
5 janvier 2018, par Alberto Fustinoni
UWP build fix
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] src/libFLAC/windows_unicode_filenames.c
-
4 décembre 2017, par Christophe DUMONT
libFLAC : new function returns client_data from decoder
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] src/libFLAC/include/protected/stream_decoder.h
- [DH] src/libFLAC/stream_decoder.c
-
20 juillet 2017, par Erik de Castro Lopo
replaygain_synthesis.c: Fix a cppcheck warning
Cppcheck was incorrectly warning that `doubletmp` was being used
un-initialized. This was due to the fact that it was being used
and initialized in a pre-processor macro. Chaning the macro to
an inline function stops cppcheck from raising a warning.
- [DH] src/share/replaygain_synthesis/replaygain_synthesis.c
-
19 juillet 2017, par Erik de Castro Lopo
Revert "Add Clang support for FLAC__SSE_TARGET"
This reverts commit b52fa0ec6dc83ec0f430ff7bd7c80485c45728b0.
See: https://github.com/xiph/flac/commit/b52fa0ec6dc83ec0f430ff7bd7c80485c45728b0
- [DH] src/libFLAC/include/private/cpu.h
-
14 juillet 2017, par C.W. Betts
Add Clang support for FLAC__SSE_TARGET
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] src/libFLAC/include/private/cpu.h