Les articles publiés sur le site
-
11 juin 2017, par Ruud van Asseldonk
doc: Add notes about subframe sample size
- [DH] doc/html/format.html
-
27 mai 2017, par Erik de Castro Lopo
flac: Use WAVEFORMATEXTENSIBLE when bps != (8|16)
When decoding to WAV, the legacy wFormatTag of WAVE_FORMAT_PCM should
only be used if the bitwidth is 8 or 16. For all other bitwidths,
use WAVEFORMATEXTENSIBLE.
Two of the test programs/scripts also needed updating.
- [DH] src/flac/decode.c
- [DH] src/test_streams/main.c
- [DH] test/write_iff.pl
-
3 mai 2017, par Erik de Castro Lopo
Fix missing SIZE_MAX definition on Android
- [DH] include/share/compat.h
- [DH] src/libFLAC/md5.c
- [DH] src/libFLAC/memory.c
-
19 avril 2017, par Erik de Castro Lopo
libFLAC: Fix default flac_max/min
There were a number of specialized versions, but the default case
defined `MAX` and `MIN` instead of `flac_max` and `flac_min`.
- [DH] src/libFLAC/include/private/macros.h
-
16 avril 2017, par Erik de Castro Lopo
flac: Fix usage message
Patch-from: "Michael W. Bombardieri" <mb@ii.net>