Les articles publiés sur le site
-
29 juin 2017, par Thomas Zander
Correct flattop window coefficients
The window amplitude is now normalised to 1.0.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] src/libFLAC/window.c
-
26 juin 2017, par Erik de Castro Lopo
Fix GCC 7 case fall through warnings
GCC 7 warns about `case` statements which are not separated by a
`break` statement. This warning can be fixed by adding a comment.
- [DH] src/libFLAC/bitreader.c
- [DH] src/libFLAC/lpc.c
- [DH] src/libFLAC/lpc_intrin_avx2.c
- [DH] src/libFLAC/lpc_intrin_sse2.c
- [DH] src/libFLAC/lpc_intrin_sse41.c
-
22 juin 2017, par Thomas Zander
FLAC++: Add missing prototype for construct_block
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] include/FLAC++/metadata.h
-
22 juin 2017, par Thomas Zander
Silence -finline-functions warning
This warning flag is gcc-specfic.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] build/exe.mk
- [DH] build/lib.mk
-
22 juin 2017, par Shark64
Update lpc_intrin_sse.c
Remove redundant assignment before broadcasting into xmm registers.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] src/libFLAC/lpc_intrin_sse.c