mirror of https://github.com/xiph/flac
doc/html/changelog.html: Add credits
This commit is contained in:
parent
3303c04924
commit
368491055f
|
@ -113,14 +113,13 @@
|
||||||
<li>CPU detection cleanup and fixes (Julian Calaby, erikd and lvqcl).</li>
|
<li>CPU detection cleanup and fixes (Julian Calaby, erikd and lvqcl).</li>
|
||||||
<li>Fix two stream decoder bugs (Max Kellermann).</li>
|
<li>Fix two stream decoder bugs (Max Kellermann).</li>
|
||||||
<li>Fix a NULL dereference bug (on a malformed file).</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>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>Put an upper bound (32768) on the number of seek points.</li>
|
||||||
<li>Fix potential memory leaks.</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>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 an out-of-bounds heap read.</li>
|
||||||
<li>Fix a seeking bug.</li>
|
|
||||||
<li>Win32: Only use large buffers when writing to disk.</li>
|
<li>Win32: Only use large buffers when writing to disk.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue