summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-05-25 17:51:17 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-05-25 17:51:17 +1000
commitd2122a072535e83e0c21d8714dfc8714c7a6538c (patch)
tree349ef76bbb107c7600734142ba6b38c1b7db6b5c
parentd7a56a28dd7059f1c33560072360295fb4f49964 (diff)
downloadflac-d2122a072535e83e0c21d8714dfc8714c7a6538c.tar.gz
changelog.html : Added entries about RICE2 residue coding method.
-rw-r--r--doc/html/changelog.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index 7a30677a..09322314 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -236,6 +236,7 @@
<li>libFLAC: 64-bit fixes (<a href="https://sourceforge.net/tracker2/?func=detail&amp;aid=1790872&amp;group_id=13478&amp;atid=113478">SF #1790872</a>).</li>
<li>libFLAC: Fix assembler code to be position independent.</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>
</li>
<li>
@@ -318,6 +319,7 @@
<ul>
<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>Added support for decoding the new residual coding method (RESIDUAL_CODING_METHOD_PARTITIONED_RICE2).</li>
</ul>
</li>
<li>