Les articles publiés sur le site
-
4 janvier 2016, par Erik de Castro Lopo
libFLAC: Tweak MSVC support
Visual Studio 2013 and newer has better support for C99.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] include/share/compat.h
- [DH] src/libFLAC/lpc.c
-
3 janvier 2016, par Thomas Zander
Cleanup FLAC__bitmath_silog2()
- Retire 32bit variant of silog2(), since only the _wide variant is used
- Rename FLAC__bitmath_silog2_wide() to FLAC__bitmath_silog2()
- Replace existing implementation by shorter, clearer implementation
using optimised routines from bitmath.h
- Update Copyright string to 2016 in changed files
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Closes: https://github.com/xiph/flac/pull/6
- [DH] src/libFLAC/bitmath.c
- [DH] src/libFLAC/include/private/bitmath.h
- [DH] src/libFLAC/lpc.c
-
30 décembre 2015, par Erik de Castro Lopo
test_libFLAC/bitwriter.c: Unify with bitwriter.c
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/test_libFLAC/bitwriter.c
-
30 décembre 2015, par Erik de Castro Lopo
bitwriter.c: Cleanups and fixups
Assertions added, assertions simplified, unnecessary assignments
removed, mask calculations improved.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/libFLAC/bitwriter.c
-
29 décembre 2015, par Erik de Castro Lopo
bitmath.h: Cleanups
* Drop support from MSVC earlier than 2005.
* Make types of FLAC__clz_uint32() and FLAC__clz_soft_uint32() the same.
* Remove un-needed parens.
* Cleanup FLAC__bitmath_ilog2_wide().
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/libFLAC/include/private/bitmath.h