mirror of https://github.com/xiph/flac
changelog.html : Added entries about RICE2 residue coding method.
This commit is contained in:
parent
d7a56a28dd
commit
d2122a0725
|
@ -236,6 +236,7 @@
|
||||||
<li>libFLAC: 64-bit fixes (<a href="https://sourceforge.net/tracker2/?func=detail&aid=1790872&group_id=13478&atid=113478">SF #1790872</a>).</li>
|
<li>libFLAC: 64-bit fixes (<a href="https://sourceforge.net/tracker2/?func=detail&aid=1790872&group_id=13478&atid=113478">SF #1790872</a>).</li>
|
||||||
<li>libFLAC: Fix assembler code to be position independent.</li>
|
<li>libFLAC: Fix assembler code to be position independent.</li>
|
||||||
<li>libFLAC: Optimization of a number of inner loop functions.</li>
|
<li>libFLAC: Optimization of a number of inner loop functions.</li>
|
||||||
|
<li>Added support for encoding the residual coding method introduced in libFLAC 1.2.0 (RESIDUAL_CODING_METHOD_PARTITIONED_RICE2) which will encode 24-bit files more efficiently.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -318,6 +319,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added runtime detection of SSE OS support for most operating systems.</li>
|
<li>Added runtime detection of SSE OS support for most operating systems.</li>
|
||||||
<li>Fixed bug where invalid seek tables could cause some seeks to fail.</li>
|
<li>Fixed bug where invalid seek tables could cause some seeks to fail.</li>
|
||||||
|
<li>Added support for decoding the new residual coding method (RESIDUAL_CODING_METHOD_PARTITIONED_RICE2).</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in New Issue