doc/html/changelog.html: Add credits

This commit is contained in:
Erik de Castro Lopo 2016-12-07 06:05:52 +11:00
parent 3303c04924
commit 368491055f
1 changed files with 2 additions and 3 deletions

View File

@ -113,14 +113,13 @@
<li>CPU detection cleanup and fixes (Julian Calaby, erikd and lvqcl).</li>
<li>Fix two stream decoder bugs (Max Kellermann).</li>
<li>Fix a NULL dereference bug (on a malformed file).</li>
<li>Changed the LPC order guess for a slight compression improvement, particularly for classical music.</li>
<li>Changed the LPC order guess for a slight compression improvement, particularly for classical music (Martijn van Beurden).</li>
<li>Improved encoding speed on older Intel CPUs.</li>
<li>Fixed a seeking bug when decoding certain files</li>
<li>Fixed a seeking bug when decoding certain files (Miroslav Lichvar).</li>
<li>Put an upper bound (32768) on the number of seek points.</li>
<li>Fix potential memory leaks.</li>
<li>Support 64bit brword/bwword allowing FLAC__BYTES_PER_WORD to be set to 8 (disabled by default).</li>
<li>Fix an out-of-bounds heap read.</li>
<li>Fix a seeking bug.</li>
<li>Win32: Only use large buffers when writing to disk.</li>
</ul>
</li>