Les articles publiés sur le site
-
2 juillet 2014, par Erik de Castro Lopo
src/flac/encode.c : Fix compression failure warning when encoding from stdin.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
-
1er juillet 2014, par Erik de Castro Lopo
test_libFLAC/md5.c : Fix the tests.
The previous version of this test worked on amd64 and powerpc64 but
failed on armhf. Investigation show that the previous version of the
test data was generated for a case where the ARRAY_LEN macro was
exploiting undefined behaviour.
Fix was ditching the ARRAY_LEN macro and then recalculating the
target data.
- [DH] src/test_libFLAC/md5.c
-
1er juillet 2014, par Erik de Castro Lopo
test_libFLAC/endswap.c : Improvements.
* Print endian-ness of test host.
* Replace ugly macro with C code.
* Add tests for H2LE_16 and H2LE_32 macros.
- [DH] src/test_libFLAC/endswap.c
-
30 juin 2014, par Erik de Castro Lopo
src/test_libFLAC : Add tests for end swap macros.
- [DH] src/test_libFLAC/Makefile.am
- [DH] src/test_libFLAC/endswap.c
- [DH] src/test_libFLAC/endswap.h
- [DH] src/test_libFLAC/main.c
-
30 juin 2014, par Erik de Castro Lopo
src/flac/decode.c : Add comment about ubuf union.