Hi Erik, I noticed you’ve started compiling the changelog for 1.3.2. I have kept track of some of the bigger changes since 1.3.1 although admittedly haven’t been on top of it this year. Perhaps some of these older ones are useful to consider including: Fixed a segmentation fault in libFLAC http://sourceforge.net/p/flac/bugs/425/ Changed the LPC order guess for a slight compression improvement, particularly for classical music http://git.xiph.org/?p=flac.git;a=commit;h=c97e057ee57d552a3ccad2d12e29b5969d04be97 Improved encoding speed on older Intel CPUs https://git.xiph.org/?p=flac.git;a=commitdiff;h=ac0b4b4cab42fdd5c010bac85bf4e63f49647e69 Fixed a seeking bug when decoding certain files https://git.xiph.org/?p=flac.git;a=commit;h=fed0dfa1086296df0af41ca8f0c6430d5ac75c87 Put an upper bound on the number of seek points https://git.xiph.org/?p=flac.git;a=commitdiff;h=033af7bf1cd035772a199d07342038619c019993 Write WAVEFORMATEXTENSIBLE to WAV files as needed http://lists.xiph.org/pipermail/flac-dev/2014-December/005398.html https://git.xiph.org/?p=flac.git;a=commit;h=775eb934f77e72e91528d857b293b4ec8c9e5be5 metaflac: add --scan-replay-gain option https://git.xiph.org/?p=flac.git;a=commit;h=f7c52c8aa8e2a4ccfd98e3ba8d6dbfa04d75a17b Win32: Only use large buffers when writing to disk https://git.xiph.org/?p=flac.git;a=commit;h=f0ee453c23eacd1a10762b2301384ddc19821052 libFLAC: Fix potential memory leaks https://git.xiph.org/?p=flac.git;a=commit;h=15a9062609c123b56df104a575dba657c2577e0b libFLAC: Support 64bit brword/bwword allowing FLAC__BYTES_PER_WORD to be set to 8. This is disabled by default. Thanks, Maurits
> Put an upper bound on the number of seek points > https://git.xiph.org/?p=flac.git;a=commitdiff;h=033af7bf1cd035772a199d07342038619c019993It looks like this commit has a typo: "num = 32786;" should be "num = 32768;". Regards, Evan
Erik de Castro Lopo
2016-Dec-06 08:45 UTC
[flac-dev] Some additions for the 1.3.2 changelog?
Evan Ramos wrote:> > Put an upper bound on the number of seek points > > https://git.xiph.org/?p=flac.git;a=commitdiff;h=033af7bf1cd035772a199d07342038619c019993 > > It looks like this commit has a typo: "num = 32786;" should be "num = 32768;".Thanks. Fixed. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Erik de Castro Lopo
2016-Dec-06 09:07 UTC
[flac-dev] Some additions for the 1.3.2 changelog?
MauritsVB wrote:> I noticed you’ve started compiling the changelog for 1.3.2.I had sort of hoped I'd finished :). Seems I was wrong!> I have kept track of some of the bigger changes since 1.3.1 although > admittedly haven’t been on top of it this year. Perhaps some of these older > ones are useful to consider including:Wow, thanks for this. Really helpful to have someone else do something I was dreading :). A couple of these I already had and the rest I added. Latest version pushed to git. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
On 12/6/16, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:> MauritsVB wrote: > >> I noticed you’ve started compiling the changelog for 1.3.2. > > I had sort of hoped I'd finished :). Seems I was wrong! > >> I have kept track of some of the bigger changes since 1.3.1 although >> admittedly haven’t been on top of it this year. Perhaps some of these >> older >> ones are useful to consider including: > > > Wow, thanks for this. Really helpful to have someone else do something > I was dreading :). > > A couple of these I already had and the rest I added. Latest version > pushed to git.I suggest mentioning commit 1abd879 in the changelog too, i.e. "Assume that all OSes that are usable today support SSE." so that no one gets surprised.