mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix miscellaneous typos.
Found via `codespell -q 3`
This commit is contained in:
committed by
Erik de Castro Lopo
parent
0db0e878b8
commit
01eb19708c
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
<div class="box_header"></div>
|
||||
<div class="box_body">
|
||||
This is an informal changelog, a summary of changes in each release. (See also <a href="documentation_bugs.html">known bugs</a>.) Particulary important for developers is the precise description of changes to the library interfaces. See also the <a href="api/group__porting.html">porting guide</a> for specific instructions on porting to newer versions of FLAC.<br />
|
||||
This is an informal changelog, a summary of changes in each release. (See also <a href="documentation_bugs.html">known bugs</a>.) Particularly important for developers is the precise description of changes to the library interfaces. See also the <a href="api/group__porting.html">porting guide</a> for specific instructions on porting to newer versions of FLAC.<br />
|
||||
|
||||
<a name="flac_1_3_2"><b>FLAC 1.3.2</b> (01-Jan-2017)</a>
|
||||
|
||||
@@ -331,7 +331,7 @@
|
||||
<li>
|
||||
libFLAC++:
|
||||
<ul>
|
||||
<li>Add a number of convienience methods.</li>
|
||||
<li>Add a number of convenience methods.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -718,8 +718,8 @@
|
||||
<li>
|
||||
libraries:
|
||||
<ul>
|
||||
<li>Merged libOggFLAC into libFLAC; both formats are now supporte through the same API.</li>
|
||||
<li>Merged libOggFLAC++ into libFLAC++; both formats are now supporte through the same API.</li>
|
||||
<li>Merged libOggFLAC into libFLAC; both formats are now supported through the same API.</li>
|
||||
<li>Merged libOggFLAC++ into libFLAC++; both formats are now supported through the same API.</li>
|
||||
<li>libFLAC and libFLAC++: Simplified encoder setup with new <span class="argument">FLAC__stream_encoder_set_compression_level()</span> function.</li>
|
||||
<li>libFLAC: Improved compression with no impact on FLAC format or decoding time by adding a windowing stage before LPC analysis.</li>
|
||||
<li>libFLAC: Fixed a bug where missing STREAMINFO fields (min/max framesize, total samples, MD5 sum) and seek point offsets were not getting rewritten back to Ogg FLAC file (<a href="http://sourceforge.net/p/flac/bugs/197/">SF #1338969</a>).</li>
|
||||
@@ -734,8 +734,8 @@
|
||||
<li>
|
||||
all libraries;
|
||||
<ul>
|
||||
<li>Merged libOggFLAC into libFLAC; both formats are now supporte through the same API.</li>
|
||||
<li>Merged libOggFLAC++ into libFLAC++; both formats are now supporte through the same API.</li>
|
||||
<li>Merged libOggFLAC into libFLAC; both formats are now supported through the same API.</li>
|
||||
<li>Merged libOggFLAC++ into libFLAC++; both formats are now supported through the same API.</li>
|
||||
<li>Merged seekable stream decoder and file decoder into the stream decoder.</li>
|
||||
<li>Merged seekable stream encoder and file encoder into the stream encoder.</li>
|
||||
<li>Added #defines for the API version number to make porting easier; see <tt>include/lib*FLAC*/export.h</tt>.</li>
|
||||
|
||||
Reference in New Issue
Block a user