blob: e9a2c6994c9f4fc2e0fa26fb98a877c1db847a44 [file] [log] [blame]
Josh Coalson950e3ca2005-02-09 03:37:59 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Josh Coalsone74bd952007-02-02 06:58:19 +00002<!-- Copyright (c) 2004,2005,2006,2007 Josh Coalson -->
Josh Coalson71ed9692004-07-23 05:08:01 +00003<!-- Permission is granted to copy, distribute and/or modify this document -->
4<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
5<!-- or any later version published by the Free Software Foundation; -->
6<!-- with no invariant sections. -->
7<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
Josh Coalson950e3ca2005-02-09 03:37:59 +00008<html>
9<head>
10 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
11 <meta name="author" content="Josh Coalson" />
12 <meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
13 <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
14 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
15 <link rel="stylesheet" type="text/css" href="flac.css" />
16 <title>FLAC - changelog</title>
17</head>
Josh Coalson71ed9692004-07-23 05:08:01 +000018
Josh Coalson950e3ca2005-02-09 03:37:59 +000019<body>
Josh Coalson71ed9692004-07-23 05:08:01 +000020
Josh Coalson950e3ca2005-02-09 03:37:59 +000021<div class="logo">
22 <a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
23</div>
Josh Coalson71ed9692004-07-23 05:08:01 +000024
Josh Coalson950e3ca2005-02-09 03:37:59 +000025<div class="above_nav"></div>
Josh Coalson71ed9692004-07-23 05:08:01 +000026
Josh Coalson950e3ca2005-02-09 03:37:59 +000027<div class="navbar">
28 &nbsp;<a href="index.html">home</a>&nbsp;&nbsp;|
29 &nbsp;<a href="faq.html">faq</a>&nbsp;&nbsp;|
30 &nbsp;<a href="news.html">news</a>&nbsp;&nbsp;|
31 &nbsp;<a href="download.html">download</a>&nbsp;&nbsp;|
Josh Coalson950e3ca2005-02-09 03:37:59 +000032 &nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
Josh Coalson34cc68f2006-12-22 02:53:20 +000033 &nbsp;<a href="comparison.html">comparison</a>&nbsp;&nbsp;|
Josh Coalson950e3ca2005-02-09 03:37:59 +000034 &nbsp;changelog&nbsp;&nbsp;|
35 &nbsp;<a href="links.html">links</a>&nbsp;&nbsp;|
36 &nbsp;<a href="developers.html">developers</a>&nbsp;
37</div>
Josh Coalson71ed9692004-07-23 05:08:01 +000038
Josh Coalson950e3ca2005-02-09 03:37:59 +000039<div class="langbar">
40 &nbsp;english&nbsp;&nbsp;|
41 &nbsp;<a href="ru/changelog.html">russian</a>&nbsp;
42</div>
Josh Coalson71ed9692004-07-23 05:08:01 +000043
Josh Coalson950e3ca2005-02-09 03:37:59 +000044<div class="below_nav"></div>
Josh Coalson71ed9692004-07-23 05:08:01 +000045
Josh Coalson950e3ca2005-02-09 03:37:59 +000046<div class="box">
47 <div class="box_title">
48 changelog
49 </div>
50 <div class="box_header"></div>
51 <div class="box_body">
Josh Coalson34cc68f2006-12-22 02:53:20 +000052 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 />
Josh Coalson71ed9692004-07-23 05:08:01 +000053
Josh Coalson0e6187c2006-11-20 16:45:37 +000054 <br />
Josh Coalsondef597e2004-12-30 00:59:30 +000055
Josh Coalson32821c02007-02-22 02:56:16 +000056<!-- @@@@@@
57 <a name="flac_1_1_5"><b>FLAC 1.1.5</b></a>
58
59 <br />
60
61 <ul>
62 <li>
63 General:
64 <ul>
65 <li>(none)</li>
66 </ul>
67 </li>
68 <li>
69 FLAC format:
70 <ul>
71 <li>(none)</li>
72 </ul>
73 </li>
74 <li>
75 Ogg FLAC format:
76 <ul>
77 <li>(none)</li>
78 </ul>
79 </li>
80 <li>
81 flac:
82 <ul>
83 <li>(none)</li>
84 </ul>
85 </li>
86 <li>
87 metaflac:
88 <ul>
89 <li>(none)</li>
90 </ul>
91 </li>
92 <li>
93 plugins:
94 <ul>
95 <li>(none)</li>
96 </ul>
97 </li>
98 <li>
99 build system:
100 <ul>
101 <li>Added solution and project files for building with VC++ 2005</li>
102 </ul>
103 </li>
104 <li>
105 libraries:
106 <ul>
Josh Coalson83f42e32007-03-03 01:52:19 +0000107 <li>Added runtime detection of SSE OS support for most operating systems</li>
Josh Coalson32821c02007-02-22 02:56:16 +0000108 </ul>
109 </li>
110 <li>
111 Interface changes (see also the <a href="http://flac.sourceforge.net/api/group__porting__1__1__4__to__1__1__5.html">porting guide</a> for specific instructions on porting to FLAC 1.1.5):
112 <ul>
113 <li>
114 all libraries;
115 <ul>
116 <li>(none)</li>
117 </ul>
118 </li>
119 <li>
120 libFLAC:
121 <ul>
Josh Coalson2258fa82007-03-30 01:02:40 +0000122 <li><b>Added</b> FLAC__format_sample_rate_is_subset()</li>
Josh Coalson32821c02007-02-22 02:56:16 +0000123 </ul>
124 </li>
125 <li>
126 libFLAC++:
127 <ul>
128 <li>(none)</li>
129 </ul>
130 </li>
131 </ul>
132 </li>
133 </ul>
134
135 <br />
136
137@@@@@@ -->
Josh Coalson4e8fe852006-12-05 01:36:46 +0000138 <a name="flac_1_1_4"><b>FLAC 1.1.4</b></a>
139
140 <br />
141
142 <ul>
143 <li>
144 General:
145 <ul>
Josh Coalsonfcbbf662007-02-14 06:00:26 +0000146 <li>Improved compression with no change to format or decrease in speed.</li>
Josh Coalson9a486212007-02-08 16:22:06 +0000147 <li>Encoding and decoding speedups for all modes. Encoding at -8 is twice as fast.</li>
Josh Coalson4e8fe852006-12-05 01:36:46 +0000148 </ul>
149 </li>
150 <li>
151 FLAC format:
152 <ul>
153 <li>(none)</li>
154 </ul>
155 </li>
156 <li>
157 Ogg FLAC format:
158 <ul>
159 <li>(none)</li>
160 </ul>
161 </li>
162 <li>
163 flac:
164 <ul>
Josh Coalsonfcbbf662007-02-14 06:00:26 +0000165 <li>Improved compression with no change to format or decrease in speed.</li>
Josh Coalson9a486212007-02-08 16:22:06 +0000166 <li>Encoding and decoding speedups for all modes. Encoding at -8 is twice as fast.</li>
Josh Coalson516532d2007-02-08 06:19:21 +0000167 <li>Added a new option <span class="argument"><a href="documentation_tools_flac.html#flac_options_warnings_as_errors">-w,--warnings-as-errors</a></span> for treating all warnings as errors.</li>
168 <li>Allow <span class="argument"><a href="documentation_tools_flac.html#flac_options_picture">--picture</a></span> option to take only a filename, and have all other attributes extracted from the file itself.</li>
Josh Coalson4e8fe852006-12-05 01:36:46 +0000169 <li>Fixed a bug that caused suboptimal default compression settings in some locales (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1608883&amp;group_id=13478&amp;atid=113478">SF #1608883</a>).</li>
Josh Coalson4de80522006-12-14 01:08:15 +0000170 <li>Fixed a bug where FLAC-to-FLAC transcoding of a corrupted FLAC file would truncate the transcoded file at the first error (<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1615019&amp;group_id=13478&amp;atid=113478">SF #1615019</a>).</li>
Josh Coalson34cc68f2006-12-22 02:53:20 +0000171 <li>Fixed a bug where using <span class="argument"><a href="documentation_tools_flac.html#flac_options_decode_through_errors">-F</a></span> with FLAC-to-FLAC transcoding of a corrupted FLAC would have no effect (<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1615391&amp;group_id=13478&amp;atid=113478">SF #1615391</a>).</li>
Josh Coalson9a486212007-02-08 16:22:06 +0000172 <li>Fixed a bug where new PICTURE metadata blocks specified with <span class="argument"><a href="documentation_tools_flac.html#flac_options_picture">--picture</a></span> would not be transferred during FLAC-to-FLAC transcoding (<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1627993&group_id=13478&atid=113478">SF #1627993</a>).</li>
Josh Coalson4e8fe852006-12-05 01:36:46 +0000173 </ul>
174 </li>
175 <li>
176 metaflac:
177 <ul>
Josh Coalson516532d2007-02-08 06:19:21 +0000178 <li>Allow <span class="argument"><a href="documentation_tools_metaflac.html#metaflac_shorthand_import_picture_from">--import-picture-from</a></span> option to take only a filename, and have all other attributes extracted from the file itself.</li>
Josh Coalson4e8fe852006-12-05 01:36:46 +0000179 </ul>
180 </li>
181 <li>
182 plugins:
183 <ul>
Josh Coalson516532d2007-02-08 06:19:21 +0000184 <li>Fixed a bug in the XMMS plugin where Ctrl-3 (file info) would cause a crash if the file did not exist (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1634941&amp;group_id=13478&amp;amp;atid=313478">SF #1634941</a>).</li>
Josh Coalson4e8fe852006-12-05 01:36:46 +0000185 </ul>
186 </li>
187 <li>
188 build system:
189 <ul>
Josh Coalson516532d2007-02-08 06:19:21 +0000190 <li>Fixed a makefile linkage bug with libogg (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1611414&amp;group_id=13478&amp;atid=113478">SF #1611414</a>).</li>
Josh Coalson9a486212007-02-08 16:22:06 +0000191 <li>Added pkg-config files for libFLAC and libFLAC++ (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1647881&amp;group_id=13478&amp;atid=313478">SF #1647881</a>).</li>
Josh Coalsonc0f51e72007-02-09 16:18:38 +0000192 <li>Added <span class=argument>--disable-ogg</span> option for building without Ogg support even if libogg is installed (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1196996&amp;group_id=13478&amp;atid=113478">SF #1196996</a>).</li>
Josh Coalson4e8fe852006-12-05 01:36:46 +0000193 </ul>
194 </li>
195 <li>
196 libraries:
197 <ul>
Josh Coalson9a486212007-02-08 16:22:06 +0000198 <li>Completely rewritten bitbuffer which uses native machine word size instead of bytes for dramatic speed improvements. The speedup should be most dramatic on CPUs with slower byte manipulation capability and big-endian machines.</li>
Josh Coalson8640da32007-02-04 01:42:08 +0000199 <li>Much faster Rice partition size estimation which greatly speeds encoding in higher modes.</li>
Josh Coalson9a486212007-02-08 16:22:06 +0000200 <li>Increased compression for all modes.</li>
201 <li>Reduced memory requirements for encoder and decoder.</li>
Josh Coalson4e8fe852006-12-05 01:36:46 +0000202 <li>Fixed a bug with default apodization settings that were erroneous in some locales (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1608883&amp;group_id=13478&amp;atid=113478">SF #1608883</a>).</li>
203 </ul>
204 </li>
205 <li>
Josh Coalson9a486212007-02-08 16:22:06 +0000206 Interface changes:
Josh Coalson4e8fe852006-12-05 01:36:46 +0000207 <ul>
208 <li>
Josh Coalson4e8fe852006-12-05 01:36:46 +0000209 libFLAC:
210 <ul>
Josh Coalsonfcbbf662007-02-14 06:00:26 +0000211 <li>(behavior only) FLAC__stream_encoder_set_metadata() now makes a copy of the "metadata" array of pointers (but still not copies of the objects themselves) so the client does not need to maintain its copy of the array after the call.</li>
Josh Coalson4e8fe852006-12-05 01:36:46 +0000212 </ul>
213 </li>
214 <li>
215 libFLAC++:
216 <ul>
217 <li>(none)</li>
218 </ul>
219 </li>
220 </ul>
221 </li>
222 </ul>
223
224 <br />
225
Josh Coalson0d903aa2005-08-09 00:59:39 +0000226 <a name="flac_1_1_3"><b>FLAC 1.1.3</b></a>
227
228 <br />
229
230 <ul>
231 <li>
232 General:
233 <ul>
Josh Coalson6d8ce242006-10-07 01:19:20 +0000234 <li>Improved compression with no impact on format or decoding speed.</li>
Josh Coalson1a8afc72006-07-06 07:49:07 +0000235 <li>Much better recovery for corrupted files</li>
Josh Coalsonb51392b2006-10-06 05:51:13 +0000236 <li>Better multichannel support</li>
Josh Coalson6d8ce242006-10-07 01:19:20 +0000237 <li>Large file (&gt;2GB) support everywhere</li>
Josh Coalson15723782006-11-21 01:42:10 +0000238 <li><span class="commandname">flac</span> now supports FLAC and Ogg FLAC as input to the encoder (e.g. can re-encode FLAC to FLAC) and preserve all the metadata like tags, etc.</li>
Josh Coalson34cc68f2006-12-22 02:53:20 +0000239 <li>New <span class="code"><a href="format.html#def_PICTURE">PICTURE</a></span> metadata block for storing things like cover art, new <span class="argument"><a href="documentation_tools_flac.html#flac_options_picture">--picture</a></span> option to <span class="commandname">flac</span> and <span class="argument"><a href="documentation_tools_metaflac.html#metaflac_shorthand_import_picture_from">--import-picture-from</a></span> option to <span class="commandname">metaflac</span> for importing pictures, new <span class="argument"><a href="documentation_tools_metaflac.html#metaflac_shorthand_export_picture_to">--export-picture-to</a></span> option to <span class="commandname">metaflac</span> for exporting pictures, and metadata API <a href="api/group__flac__metadata__level0.html#ga3">additions</a> for searching for suitable pictures based on type, size and color constraints.</li>
Josh Coalsonb292e752006-09-14 00:40:03 +0000240 <li>Support for new <tt>REPLAYGAIN_REFERENCE_LOUDNESS</tt> tag.</li>
Josh Coalson15723782006-11-21 01:42:10 +0000241 <li>Fixed a bug in Ogg FLAC encoding where metadata was not being updated properly. Existing Ogg FLAC files should be recoded to fix up the metadata, e.g. <span class="command">flac -Vf -S 10s --ogg file.ogg</span></li>
Josh Coalson8da98c82006-10-15 04:24:05 +0000242 <li>In the developer libraries, the interface has been simplfied by merging the three decoding layers into a single class; ditto for the encoders. Also, libOggFLAC has been merged into libFLAC and libOggFLAC++ has been merged into libFLAC++ so there is a single API supporting both native FLAC and Ogg FLAC.</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000243 </ul>
244 </li>
245 <li>
246 FLAC format:
247 <ul>
Josh Coalsonaec8bb32006-11-02 04:06:56 +0000248 <li>New <span class="code"><a href="format.html#def_PICTURE">PICTURE</a></span> metadata block for storing things like cover art.</li>
Josh Coalsond0edb972006-10-07 06:50:08 +0000249 <li>Speaker assignments and channel orders for 3-6 channels (see <a href="format.html#frame_header">frame header</a>).</li>
250 <li>Further restrictions on the <a href="format.html#subset">FLAC subset</a> when the sample rate is &lt;=48kHz; in this case the maximum LPC order is now 12 and maximum blocksize is 4608. This is to further limit the processing and memory requirements for hardware implementations while not measurably affecting compression.</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000251 </ul>
252 </li>
253 <li>
254 Ogg FLAC format:
255 <ul>
256 <li>(none)</li>
257 </ul>
258 </li>
259 <li>
260 flac:
261 <ul>
Josh Coalson34cc68f2006-12-22 02:53:20 +0000262 <li>Improved the <span class="argument"><a href="documentation_tools_flac.html#flac_options_decode_through_errors">-F</a></span> option to allow decoding of FLAC files whose metadata is corrupted, and other kinds of severe corruption.</li>
Josh Coalsonc28efe22006-11-04 03:04:21 +0000263 <li>Encoder can now take FLAC and Ogg FLAC as input. The output FLAC file will have all the same metadata as the original unless overridden with options on the command line.</li>
Josh Coalsonb51392b2006-10-06 05:51:13 +0000264 <li>Encoder can now take WAVEFORMATEXTENSIBLE WAVE files as input; decoder will output WAVEFORMATEXTENSIBLE WAVE files when necessary to conform to the latest Microsoft specifications.</li>
265 <li>Now properly supports AIFF and WAVEFORMATEXTENSIBLE multichannel input, performing necessary channel reordering both for encoding and decoding. WAVEFORMATEXTENSIBLE channel mask is also saved to a tag on encoding and restored on decoding for situations when there is no natural mapping to FLAC channel assignments.</li>
Josh Coalson6d8ce242006-10-07 01:19:20 +0000266 <li>Expanded support for "odd" sample resolutions to WAVE and AIFF input; all resolutions from 4 to 24 bits-per-sample now supported for all input types.</li>
Josh Coalson34cc68f2006-12-22 02:53:20 +0000267 <li>Added a new option <span class="argument"><a href="documentation_tools_flac.html#flac_options_tag_from_file">--tag-from-file</a></span> for setting a tag from file (e.g. for importing a cuesheet as a tag).</li>
268 <li>Added a new option <span class="argument"><a href="documentation_tools_flac.html#flac_options_picture">--picture</a></span> for adding pictures.</li>
269 <li>Added a new option <span class="argument"><a href="documentation_tools_flac.html#flac_options_apodization">--apodization</a></span> for specifying the window function(s) to be used in LPC analysis.</li>
Josh Coalson26c82352006-05-18 07:57:16 +0000270 <li>Added support for encoding from non-compressed AIFF-C (<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=113478&amp;aid=1090933&amp;group_id=13478">SF #1090933</a>).</li>
Josh Coalsoncee66cf2005-08-24 00:32:40 +0000271 <li>Importing of non-CDDA-compliant cuesheets now only issues a warning, not an error (see <a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=31282">here</a>).</li>
Josh Coalson7688f8e2006-07-07 01:05:33 +0000272 <li>MD5 comparison failures on decoding are now an error instead of a warning and will also return a non-zero exit code (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1493725&amp;group_id=13478&amp;atid=113478">SF #1493725</a>).</li>
Josh Coalson6f5568e2006-09-27 05:02:11 +0000273 <li>The default padding size is now 8K, or 64K if the input audio stream is more than 20 minutes long.</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000274 <li>Fixed a bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline.</li>
Josh Coalson7fdd6882005-09-03 01:33:12 +0000275 <li>Fixed a bug that caused a crash when <span class="argument">-a</span> and <span class="argument">-t</span> were used together (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229481&amp;group_id=13478&amp;atid=113478">SF #1229481</a>).</li>
276 <li>Fixed a bug with --sector-align where appended samples were not always totally silent (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237707&amp;group_id=13478&amp;atid=113478">SF #1237707</a>).</li>
Josh Coalsondee53392005-08-27 01:52:11 +0000277 <li>Fixed bugs with --sector-align and raw input files.</li>
Josh Coalson7fdd6882005-09-03 01:33:12 +0000278 <li>Fixed a bug printing out unknown AIFF subchunk names (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1267476&amp;group_id=13478&amp;atid=113478">SF #1267476</a>).</li>
Josh Coalsone7c17102006-11-14 05:22:12 +0000279 <li>Fixed a bug where WAVE files with "data" subchunks of size 0 where accepted (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1293830&amp;group_id=13478&amp;atid=113478">SF #1293830</a>).</li>
280 <li>Fixed a bug where sync error at end-of-stream of truncated files was not being caught (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1244071&amp;group_id=13478&amp;atid=113478">SF #1244071</a>).</li>
281 <li>Fixed a problem with filename parsing if file does not have extension but also has a . in the path (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161916&amp;group_id=13478&amp;atid=113478">SF #1161916</a>).</li>
Josh Coalson8ad9a122006-11-14 06:29:13 +0000282 <li>Fixed a problem with fractional-second parsing for <span class="argument">--skip</span>/<span class="argument">--until</span> in some locales (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1031043&amp;group_id=13478&amp;atid=113478">SF #1031043</a>).</li>
Josh Coalsone7c17102006-11-14 05:22:12 +0000283 <li>Increase progress report rate when -p and -e are used together (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1580122&amp;group_id=13478&amp;atid=113478">SF #1580122</a>).</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000284 </ul>
285 </li>
286 <li>
287 metaflac:
288 <ul>
Josh Coalson7d273b42006-11-15 06:12:30 +0000289 <li>Added support for read-only operations on Ogg FLAC files.</li>
Josh Coalson34cc68f2006-12-22 02:53:20 +0000290 <li>Added a new option <span class="argument"><a href="documentation_tools_metaflac.html#metaflac_shorthand_set_tag_from_file">--set-tag-from-file</a></span> for setting a tag from file (e.g. for importing a cuesheet as a tag).</li>
291 <li>Added a new option <span class="argument"><a href="documentation_tools_metaflac.html#metaflac_shorthand_import_picture_from">--import-picture-from</a></span> for importing pictures.</li>
292 <li>Added a new option <span class="argument"><a href="documentation_tools_metaflac.html#metaflac_shorthand_export_picture_to">--export-picture-to</a></span> for exporting pictures.</li>
293 <li>Added shorthand operation <span class="argument"><a href="documentation_tools_metaflac.html#metaflac_shorthand_remove_replay_gain">--remove-replay-gain</a></span> for removing ReplayGain tags.</li>
294 <li><span class="argument"><a href="documentation_tools_metaflac.html#metaflac_shorthand_export_cuesheet_to">--export-cuesheet-to</a></span> now properly specifies the FLAC file name (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1272825&amp;group_id=13478&amp;atid=363478">SF #1272825</a>).</li>
Josh Coalsoncee66cf2005-08-24 00:32:40 +0000295 <li>Importing of non-CDDA-compliant cuesheets now issues a warning.</li>
Josh Coalson2e29c932006-09-26 01:25:52 +0000296 <li>Removed the following deprecated tag editing options; you should use the new option names shown instead:
297 <ul>
298 <li>Removed <span class="argument">--show-vc-vendor</span>; use <span class="argument">--show-vendor-tag</span></li>
299 <li>Removed <span class="argument">--show-vc-field</span>; use <span class="argument">--show-tag</span></li>
300 <li>Removed <span class="argument">--remove-vc-all</span>; use <span class="argument">--remove-all-tags</span></li>
301 <li>Removed <span class="argument">--remove-vc-field</span>; use <span class="argument">--remove-tag</span></li>
302 <li>Removed <span class="argument">--remove-vc-firstfield</span>; use <span class="argument">--remove-first-tag</span></li>
303 <li>Removed <span class="argument">--set-vc-field</span>; use <span class="argument">--set-tag</span></li>
304 <li>Removed <span class="argument">--import-vc-from</span>; use <span class="argument">--import-tags-from</span></li>
305 <li>Removed <span class="argument">--export-vc-to</span>; use <span class="argument">--export-tags-to</span></li>
306 </ul>
307 </li>
Josh Coalsone7c17102006-11-14 05:22:12 +0000308 <li>Disallow multiple input FLAC files when --import-tags-from=- is used (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082577&amp;group_id=13478&amp;atid=113478">SF #1082577</a>).</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000309 </ul>
310 </li>
311 <li>
312 plugins:
313 <ul>
Josh Coalson95e39a82005-09-01 01:01:08 +0000314 <li>When ReplayGain is on, if tags for the preferred kind of gain (album/track) are not in a stream, the other kind will be used.</li>
Josh Coalsonb1ec7962006-05-24 04:41:36 +0000315 <li>Added ReplayGain info to file info box in XMMS plugin</li>
Josh Coalsonc2af4282005-08-25 00:25:59 +0000316 <li>Fixed UTF-8 decoder to disallow non-shortest-form and surrogate sequences (see <a href="http://www.unicode.org/versions/corrigendum1.html">here</a>).</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000317 </ul>
318 </li>
319 <li>
320 build system:
321 <ul>
Josh Coalsonde9091e2006-05-25 02:48:22 +0000322 <li>Added support for building on OS/2 with EMX (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229495&amp;group_id=13478&amp;atid=113478">SF #1229495</a>)</li>
Josh Coalson15723782006-11-21 01:42:10 +0000323 <li>Added support for building with Borland C++ (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1599018&amp;group_id=13478&amp;atid=313478">SF #1599018</a>)</li>
Josh Coalsonc933c932006-05-25 04:21:43 +0000324 <li>Added a <span class="argument">--disable-xmms-plugin</span> option to <span class="command">configure</span> to prevent building the XMMS plugin (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=930494&amp;group_id=13478&amp;atid=363478">SF #930494</a>).</li>
325 <li>Added a <span class="argument">--disable-doxygen-docs</span> option to <span class="command">configure</span> for disabling Doxygen-based API doc generation (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1365935&amp;group_id=13478&amp;atid=313478">SF #1365935</a>).</li>
326 <li>Added a <span class="argument">--disable-thorough-tests</span> option to <span class="command">configure</span> to do the basic library, stream, and tool tests in a reasonable time (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077948&amp;group_id=13478&amp;atid=363478">SF #1077948</a>).</li>
Josh Coalsonb1ec7962006-05-24 04:41:36 +0000327 <li>Added large file support with <span class="argument">AC_SYS_LARGEFILE</span>; use <span class="argument">--disable-largefile</span> with <span class="command">configure</span> to disable.</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000328 </ul>
329 </li>
330 <li>
331 libraries:
332 <ul>
Josh Coalson8da98c82006-10-15 04:24:05 +0000333 <li>Merged libOggFLAC into libFLAC; both formats are now supporte through the same API.</li>
334 <li>Merged libOggFLAC++ into libFLAC++; both formats are now supporte through the same API.</li>
Josh Coalson1a90ac42006-11-03 16:15:02 +0000335 <li>libFLAC and libFLAC++: Simplified encoder setup with new <span class="argument">FLAC__stream_encoder_set_compression_level()</span> function.</li>
Josh Coalson6d8ce242006-10-07 01:19:20 +0000336 <li>libFLAC: Improved compression with no impact on FLAC format or decoding time by adding a windowing stage before LPC analysis.</li>
Josh Coalson15723782006-11-21 01:42:10 +0000337 <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="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1338969&amp;group_id=13478&amp;atid=113478">SF #1338969</a>).</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000338 <li>libFLAC: Fixed a bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline.</li>
Josh Coalsonc2af4282005-08-25 00:25:59 +0000339 <li>libFLAC: Fixed UTF-8 decoder to disallow non-shortest-form and surrogate sequences (see <a href="http://www.unicode.org/versions/corrigendum1.html">here</a>).</li>
Josh Coalsond9264962005-09-03 01:41:11 +0000340 <li>libFLAC: Fixed a bug in the return value for <span class="argument">FLAC__stream_decoder_set_metadata_respond_application()</span> and <span class="argument">FLAC__stream_decoder_set_metadata_ignore_application()</span> when there was a memory allocation error (<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1235005&amp;group_id=13478&amp;atid=113478">SF #1235005</a>).</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000341 </ul>
342 </li>
343 <li>
Josh Coalson6b21f662006-09-13 01:42:27 +0000344 Interface changes (see also the <a href="http://flac.sourceforge.net/api/group__porting__1__1__2__to__1__1__3.html">porting guide</a> for specific instructions on porting to FLAC 1.1.3):
Josh Coalson0d903aa2005-08-09 00:59:39 +0000345 <ul>
346 <li>
Josh Coalson6b21f662006-09-13 01:42:27 +0000347 all libraries;
348 <ul>
Josh Coalson8da98c82006-10-15 04:24:05 +0000349 <li>Merged libOggFLAC into libFLAC; both formats are now supporte through the same API.</li>
350 <li>Merged libOggFLAC++ into libFLAC++; both formats are now supporte through the same API.</li>
Josh Coalson6b21f662006-09-13 01:42:27 +0000351 <li>Merged seekable stream decoder and file decoder into the stream decoder.</li>
352 <li>Merged seekable stream encoder and file encoder into the stream encoder.</li>
Josh Coalson6d8ce242006-10-07 01:19:20 +0000353 <li>Added #defines for the API version number to make porting easier; see <tt>include/lib*FLAC*/export.h</tt>.</li>
Josh Coalson6b21f662006-09-13 01:42:27 +0000354 </ul>
355 </li>
356 <li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000357 libFLAC:
358 <ul>
Josh Coalson6b21f662006-09-13 01:42:27 +0000359 <li><b>Added</b> FLAC__stream_encoder_set_apodization()</li>
Josh Coalson1a90ac42006-11-03 16:15:02 +0000360 <li><b>Added</b> FLAC__stream_encoder_set_compression_level()</li>
Josh Coalson7cfac0b2006-04-10 05:37:34 +0000361 <li><b>Added</b> FLAC__metadata_object_cuesheet_calculate_cddb_id()</li>
362 <li><b>Added</b> FLAC__metadata_get_cuesheet()</li>
Josh Coalsond63c2312006-09-26 01:02:01 +0000363 <li><b>Added</b> FLAC__metadata_get_picture()</li>
Josh Coalson7d273b42006-11-15 06:12:30 +0000364 <li><b>Added</b> FLAC__metadata_chain_read_ogg() and FLAC__metadata_chain_read_ogg_with_callbacks()</li>
Josh Coalsona7dceb92006-11-16 01:35:13 +0000365 <li><b>Changed</b> FLAC__stream_encoder_finish() now returns a FLAC__bool to signal a verify failure, or error processing last frame or updating metadata.</li>
Josh Coalson1a8afc72006-07-06 07:49:07 +0000366 <li><b>Changed</b> FLAC__StreamDecoderState: removed state FLAC__STREAM_DECODER_UNPARSEABLE_STREAM</li>
367 <li><b>Changed</b> FLAC__StreamDecoderErrorStatus: new error code FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM</li>
368 <li>The above two changes mean that when the decoder encounters what it thinks are unparseable frames from a future decoder, instead of returning a fatal error with the FLAC__STREAM_DECODER_UNPARSEABLE_STREAM state, it just calls the error callback with FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM and leaves the behavior up to the application.</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000369 </ul>
370 </li>
371 <li>
372 libFLAC++:
373 <ul>
Josh Coalsond63c2312006-09-26 01:02:01 +0000374 <li><b>Added</b> FLAC::Metadata::Picture</li>
Josh Coalson6b21f662006-09-13 01:42:27 +0000375 <li><b>Added</b> FLAC::Encoder::Stream::set_apodization()</li>
Josh Coalson1a90ac42006-11-03 16:15:02 +0000376 <li><b>Added</b> FLAC::Encoder::Stream::set_compression_level()</li>
Josh Coalson7cfac0b2006-04-10 05:37:34 +0000377 <li><b>Added</b> FLAC::Metadata::CueSheet::calculate_cddb_id()</li>
378 <li><b>Added</b> FLAC::Metadata::get_cuesheet()</li>
Josh Coalsond63c2312006-09-26 01:02:01 +0000379 <li><b>Added</b> FLAC::Metadata::get_picture()</li>
Josh Coalson7d273b42006-11-15 06:12:30 +0000380 <li><b>Changed</b> FLAC::Metadata::Chain::read() to accept a flag denoting Ogg FLAC input</li>
Josh Coalsona5862262006-11-09 06:58:26 +0000381 <li><b>Changed</b> FLAC::Decoder::Stream::finish() now returns a bool to signal an MD5 failure like FLAC__stream_decoder_finish() does.</li>
Josh Coalsona7dceb92006-11-16 01:35:13 +0000382 <li><b>Changed</b> FLAC::Encoder::Stream::finish() now returns a bool to signal a verify failure, or error processing last frame or updating metadata.</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000383 </ul>
384 </li>
385 <li>
386 libOggFLAC:
387 <ul>
Josh Coalson8da98c82006-10-15 04:24:05 +0000388 <li>Merged into libFLAC.</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000389 </ul>
390 </li>
391 <li>
392 libOggFLAC++:
393 <ul>
Josh Coalson8da98c82006-10-15 04:24:05 +0000394 <li>Merged into libFLAC++.</li>
Josh Coalson0d903aa2005-08-09 00:59:39 +0000395 </ul>
396 </li>
397 </ul>
398 </li>
399 </ul>
400
401 <br />
402
Josh Coalson950e3ca2005-02-09 03:37:59 +0000403 <a name="flac_1_1_2"><b>FLAC 1.1.2</b></a>
Josh Coalson71ed9692004-07-23 05:08:01 +0000404
Josh Coalson950e3ca2005-02-09 03:37:59 +0000405 <br />
Josh Coalson71ed9692004-07-23 05:08:01 +0000406
Josh Coalson950e3ca2005-02-09 03:37:59 +0000407 <ul>
408 <li>
409 General:
410 <ul>
411 <li>Sped up decoding by a few percent overall.</li>
412 <li>Sped up encoding when not using LPC (i.e. when using <span class="commandname">flac</span> options <span class="argument">-0</span>, <span class="argument">-1</span>, <span class="argument">-2</span>, or <span class="argument">-l 0</span>).</li>
413 <li>Fixed a decoding bug that could cause sync errors with some ID3v1-tagged FLAC files.</li>
Josh Coalson34cc68f2006-12-22 02:53:20 +0000414 <li>Added <a href="documentation_tools_metaflac.html#metaflac">HTML documentation for metaflac</a>.</li>
Josh Coalson950e3ca2005-02-09 03:37:59 +0000415 </ul>
416 </li>
417 <li>
418 FLAC format:
419 <ul>
420 <li>(none)</li>
421 </ul>
422 </li>
423 <li>
424 Ogg FLAC format:
425 <ul>
426 <li>(none)</li>
427 </ul>
428 </li>
429 <li>
430 flac:
431 <ul>
Josh Coalson34cc68f2006-12-22 02:53:20 +0000432 <li>New option <span class="argument"><a href="documentation_tools_flac.html#flac_options_input_size">--input-size</a></span> to manually specify the input size when encoding raw samples from stdin.</li>
Josh Coalson950e3ca2005-02-09 03:37:59 +0000433 </ul>
434 </li>
435 <li>
436 metaflac:
437 <ul>
438 <li>(none)</li>
439 </ul>
440 </li>
441 <li>
442 plugins:
443 <ul>
444 <li>Added support for HTTP streaming in XMMS plugin. <b>NOTE</b>: there is a <a href="http://bugs.xmms.org/show_bug.cgi?id=2038">bug</a> in the XMMS mpg123 plugin that hijacks FLAC streams; to fix it you will need to add the '.flac' extension to the list of exceptions in <span class="code">Input/mpg123/mpg123.c:is_our_file()</span> in the XMMS sources and recompile.</li>
445 </ul>
446 </li>
447 <li>
448 build system:
449 <ul>
450 <li>(none)</li>
451 </ul>
452 </li>
453 <li>
454 libraries:
455 <ul>
456 <li>libFLAC: Sped up Rice block decoding in the bitbuffer, resulting in decoding speed gains of a few percent.</li>
457 <li>libFLAC: Sped up encoding when not using LPC (i.e. <span class="code">max_lpc_order == 0</span>).</li>
458 <li>libFLAC: Trailing NUL characters maintained on Vorbis comment entries so they can be treated like C strings.</li>
459 <li>libFLAC: More FLAC tag (i.e. Vorbis comment) validation.</li>
460 <li>libFLAC: Fixed a bug in the logic that determines the frame or sample number in a frame header; the bug could cause sync errors with some ID3v1-tagged FLAC files.</li>
461 <li>libFLAC, libOggFLAC: Can now be compiled to use only integer instructions, including encoding. The decoder is almost completely integer anyway but there were a couple places that needed a fixed-point replacement. There is no fixed-point version of LPC analysis yet, so if libFLAC is compiled integer-only, the encoder will behave as if the max LPC order is 0 (i.e. used fixed predictors only). LPC decoding is supported in all cases as it always was integer-only.</li>
462 </ul>
463 </li>
464 <li>
465 Interface changes:
466 <ul>
467 <li>
468 libFLAC:
469 <ul>
470 <li><b>Changed:</b> Metadata object interface now maintains a trailing NUL on Vorbis comment entries for convenience.</li>
471 <li><b>Changed:</b> Metadata object interface now validates all Vorbis comment entries on input and returns false if an entry does not conform to the Vorbis comment spec.</li>
472 <li><b>Added</b> FLAC__format_vorbiscomment_entry_name_is_legal()</li>
473 <li><b>Added</b> FLAC__format_vorbiscomment_entry_value_is_legal()</li>
474 <li><b>Added</b> FLAC__format_vorbiscomment_entry_is_legal()</li>
475 <li><b>Added</b> FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair()</li>
476 <li><b>Added</b> FLAC__metadata_object_vorbiscomment_entry_to_name_value_pair()</li>
477 <li><b>Changed</b> the signature of FLAC__metadata_object_vorbiscomment_entry_matches(): the first argument is now <span class="code">FLAC__StreamMetadata_VorbisComment_Entry entry</span> (was <span class="code">const FLAC__StreamMetadata_VorbisComment_Entry *entry</span>), i.e. <span class="code">entry</span> is now pass-by-value.</li>
478 </ul>
479 </li>
480 <li>
481 libFLAC++:
482 <ul>
483 <li><b>Changed:</b> Metadata object interface now maintains a trailing NUL on Vorbis comment values for convenience.</li>
484 <li><b>Changed:</b> Metadata object interface now validates all Vorbis comment entries on input and returns false if an entry does not conform to the Vorbis comment spec.</li>
485 <li><b>Changed:</b> All Metadata objects' operator=() methods now return a reference to themselves.</li>
486 <li><b>Added</b> methods to FLAC::Metadata::VorbisComment::Entry for setting comment values from null-terminated strings:
487 <ul>
488 <li>Entry(const char *field)</li>
489 <li>Entry(const char *field_name, const char *field_value)</li>
490 <li>bool set_field(const char *field)</li>
491 <li>bool set_field_value(const char *field_value)</li>
492 </ul>
493 </li>
494 <li><b>Changed</b> the signature of FLAC::Metadata::VorbisComment::get_vendor_string() and FLAC::Metadata::VorbisComment::set_vendor_string() to use a UTF-8, NUL-terminated string <span class="code">const FLAC__byte *</span> for the vendor string instead of <span class="code">FLAC::Metadata::VorbisComment::Entry</span>.</li>
495 <li><b>Added</b> FLAC::Metadata::*::assign() to all Metadata objects.</li>
496 <li><b>Added</b> bool FLAC::Metadata::get_tags(const char *filename, VorbisComment &amp;tags)</li>
497 </ul>
498 </li>
499 <li>
500 libOggFLAC:
501 <ul>
502 <li>(none)</li>
503 </ul>
504 </li>
505 <li>
506 libOggFLAC++:
507 <ul>
508 <li>(none)</li>
509 </ul>
510 </li>
511 </ul>
512 </li>
513 </ul>
Josh Coalson71ed9692004-07-23 05:08:01 +0000514
Josh Coalson950e3ca2005-02-09 03:37:59 +0000515 <br />
Josh Coalson71ed9692004-07-23 05:08:01 +0000516
Josh Coalson950e3ca2005-02-09 03:37:59 +0000517 <a name="flac_1_1_1"><b>FLAC 1.1.1</b></a>
Josh Coalson71ed9692004-07-23 05:08:01 +0000518
Josh Coalson950e3ca2005-02-09 03:37:59 +0000519 <br />
520
521 <ul>
522 <li>
523 General:
524 <ul>
525 <li>Ogg FLAC seeking now works</li>
526 <li>New optimizations almost double the decoding speed on PowerPC (e.g. Mac G4/G5)</li>
527 <li>A native OS X release thanks to updated Project Builder and autotools files</li>
528 </ul>
529 </li>
530 <li>
531 FLAC format:
532 <ul>
533 <li>Made invalid the metadata block type 127 so that audio frames can always be distinguished from metadata by seeing 0xff as the first byte. (This was also required for the Ogg FLAC mapping.)</li>
534 </ul>
535 </li>
536 <li>
537 Ogg FLAC format:
538 <ul>
Josh Coalson34cc68f2006-12-22 02:53:20 +0000539 <li>First official FLAC-&gt;Ogg bitstream mapping standardized (see new <a href="ogg_mapping.html">FLAC-to-Ogg mapping specification</a>). See the documentation for the <span class="argument"><a href="documentation_tools_flac.html#flac_options_ogg">--ogg</a></span> switch about having to re-encode older Ogg FLAC files.</li>
Josh Coalson950e3ca2005-02-09 03:37:59 +0000540 </ul>
541 </li>
542 <li>
543 flac:
544 <ul>
545 <li>Print an error when output file already exists instead of automatically overwriting.</li>
Josh Coalson34cc68f2006-12-22 02:53:20 +0000546 <li>New option <span class="argument"><a href="documentation_tools_flac.html#flac_options_force">-f</a></span> (<span class="argument"><a href="documentation_tools_flac.html#flac_options_force">--force</a></span>) to force overwriting if the output file already exists.</li>
547 <li>New option <span class="argument"><a href="documentation_tools_flac.html#flac_options_cue">--cue</a></span> to select a specific section to decode using cuesheet track/index points.</li>
548 <li>New option <span class="argument"><a href="documentation_tools_flac.html#flac_options_totally_silent">--totally-silent</a></span> to suppress all output.</li>
Josh Coalson950e3ca2005-02-09 03:37:59 +0000549 <li>New (but undocumented) option <span class="argument">--apply-replaygain-which-is-not-lossless</span> which applies ReplayGain to the decoded output. See <a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=17293&amp;st=11">this thread</a> for usage and caveats.</li>
550 <li>When encoding to Ogg FLAC, use a random serial number (instead of 0 as was done before) when a serial number is not specified.</li>
551 <li>When encoding multiple Ogg FLAC streams, <span class="argument">--serial-number</span> or random serial number sets the first number, which is then incremented for subsequent streams (before, the same serial number was used for all streams).</li>
552 <li>Decoder no longer exits with an error when writing to stdout and the pipe is broken.</li>
553 <li>Better explanation of common error messages.</li>
554 <li>Default extension when writing AIFF files is .aif (before, it was .aiff).</li>
555 <li>Write more common representation of SANE numbers in AIFF files.</li>
556 <li>Bug fix: calculating ReplayGain on 48kHz streams.</li>
557 <li>Bug fix: check for supported block alignments in WAVE files.</li>
558 <li>Bug fix: "offset" field in AIFF SSND chunk properly handled.</li>
559 <li>Bug fix: <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=679166&amp;group_id=13478&amp;atid=113478">#679166</a>: flac doesn't respect RIFF subchunk padding byte.</li>
560 <li>Bug fix: <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=828391&amp;group_id=13478&amp;atid=113478">#828391</a>: --add-replay-gain segfaults.</li>
561 <li>Bug fix: <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=851155&amp;group_id=13478&amp;atid=113478">#851155</a>: Can't seek to position in flac file.</li>
562 <li>Bug fix: <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=851756&amp;group_id=13478&amp;atid=113478">#851756</a>: flac --skip --until reads entire file.</li>
563 <li>Bug fix: <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=877122&amp;group_id=13478&amp;atid=113478">#877122</a>: problem parsing cuesheet with CATALOG entry.</li>
564 <li>Bug fix: <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=896057&amp;group_id=13478&amp;atid=113478">#896057</a>: parsing ISRC number from cuesheet.</li>
565 </ul>
566 </li>
567 <li>
568 metaflac:
569 <ul>
570 <li>Renamed the tag editing options as follows (the <span class="argument">...-vc-...</span> options still work but are deprecated):
571 <ul>
572 <li><span class="argument">--show-vc-vendor</span> becomes <span class="argument">--show-vendor-tag</span></li>
573 <li><span class="argument">--show-vc-field</span> becomes <span class="argument">--show-tag</span></li>
574 <li><span class="argument">--remove-vc-all</span> becomes <span class="argument">--remove-all-tags</span></li>
575 <li><span class="argument">--remove-vc-field</span> becomes <span class="argument">--remove-tag</span></li>
576 <li><span class="argument">--remove-vc-firstfield</span> becomes <span class="argument">--remove-first-tag</span></li>
577 <li><span class="argument">--set-vc-field</span> becomes <span class="argument">--set-tag</span></li>
578 <li><span class="argument">--import-vc-from</span> becomes <span class="argument">--import-tags-from</span></li>
579 <li><span class="argument">--export-vc-to</span> becomes <span class="argument">--export-tags-to</span></li>
580 </ul>
581 </li>
582 <li>Better explanation of common error messages.</li>
583 <li>Bug fix: calculating ReplayGain on 48kHz streams.</li>
584 <li>Bug fix: incorrect numbers when printing seek points.</li>
585 </ul>
586 </li>
587 <li>
588 plugins:
589 <ul>
590 <li>Speed optimization in ReplayGain synthesis.</li>
591 <li>Speed optimization in XMMS playback.</li>
592 <li>Support for big-endian architectures in XMMS plugin.</li>
593 <li>Removed support for ID3 tags.</li>
594 <li>Bug fix: make hard limiter default to off in XMMS plugin.</li>
595 <li>Bug fix: stream length calculation bug in XMMS plugin, debian bug #200435; <a href="http://sourceforge.net/mailarchive/forum.php?thread_id=2733072&amp;forum_id=6312">see also</a>.</li>
596 <li>Bug fix: small memory leak in XMMS plugin.</li>
597 </ul>
598 </li>
599 <li>
600 build system:
601 <ul>
602 <li><span class="code">ordinals.h</span> is now static, not a build-generated file anymore.</li>
603 </ul>
604 </li>
605 <li>
606 libraries:
607 <ul>
608 <li>libFLAC: PPC+Altivec optimizations of some decoder routines.</li>
609 <li>libFLAC: Make stream encoder encode the blocksize and sample rate in the frame header if at all possible (not in STREAMINFO), even if subset encoding was not requested.</li>
610 <li>libFLAC: Bug fix: fixed seek routine where infinite loop could happen when seeking past end of stream.</li>
611 <li>libFLAC, libFLAC++: added methods to skip single frames, useful for quickly finding frame boundaries (see interface changes below).</li>
612 <li>libOggFLAC, libOggFLAC++: New seekable-stream and file encoder and decoder APIs to match native FLAC APIs (see interface changes below).</li>
613 </ul>
614 </li>
615 <li>
616 Interface changes:
617 <ul>
618 <li>
619 libFLAC:
620 <ul>
621 <li><b>Added</b> FLAC__metadata_get_tags()</li>
622 <li><b>Added</b> callback-based versions of metadata editing functions:
623 <ul>
624 <li>FLAC__metadata_chain_read_with_callbacks()</li>
625 <li>FLAC__metadata_chain_write_with_callbacks()</li>
626 <li>FLAC__metadata_chain_write_with_callbacks_and_tempfile()</li>
627 <li>FLAC__metadata_chain_check_if_tempfile_needed()</li>
628 </ul>
629 </li>
630 <li><b>Added</b> decoder functions for skipping single frames, also useful for quickly finding frame boundaries:
631 <ul>
632 <li>FLAC__stream_decoder_skip_single_frame()</li>
633 <li>FLAC__seekable_stream_decoder_skip_single_frame()</li>
634 <li>FLAC__file_decoder_skip_single_frame()</li>
635 </ul>
636 </li>
637 <li><b>Added</b> new required tell callback on seekable stream encoder:
638 <ul>
639 <li>FLAC__SeekableStreamEncoderTellStatus and FLAC__SeekableStreamEncoderTellStatusString[]</li>
640 <li>FLAC__SeekableStreamEncoderTellCallback</li>
641 <li>FLAC__seekable_stream_encoder_set_tell_callback()</li>
642 </ul>
643 </li>
644 <li><b>Changed</b> FLAC__SeekableStreamEncoderState by adding FLAC__SEEKABLE_STREAM_ENCODER_TELL_ERROR</li>
645 <li><b>Changed</b> Tell callback is now required to initialize seekable stream encoder</li>
646 <li><b>Deleted</b> erroneous and unimplemented FLAC__file_decoder_process_remaining_frames()</li>
647 </ul>
648 </li>
649 <li>
650 libFLAC++:
651 <ul>
652 <li><b>Added</b> FLAC::Metadata::get_tags()</li>
653 <li><b>Added</b> decoder functions for skipping single frames, also useful for quickly finding frame boundaries:
654 <ul>
655 <li>FLAC::Decoder::Stream::skip_single_frame()</li>
656 <li>FLAC::Decoder::SeekableStream::skip_single_frame()</li>
657 <li>FLAC::Decoder::File::skip_single_frame()</li>
658 </ul>
659 </li>
660 <li><b>Added</b> encoder functions for setting metadata:
661 <ul>
662 <li>FLAC::Encoder::Stream::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks)</li>
663 <li>FLAC::Encoder::SeekableStream::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks)</li>
664 <li>FLAC::Encoder::File::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks)</li>
665 </ul>
666 </li>
667 <li><b>Added</b> new required tell callback on seekable stream encoder:
668 <ul>
669 <li>pure virtual FLAC::Encoder::SeekableStream::tell_callback()</li>
670 </ul>
671 </li>
672 <li><b>Changed</b> Tell callback is now required to initialize seekable stream encoder</li>
673 <li><b>Deleted</b> the following methods:
674 <ul>
675 <li>FLAC::Decoder::Stream::State::resolved_as_cstring()</li>
676 <li>FLAC::Encoder::Stream::State::resolved_as_cstring()</li>
677 </ul>
678 </li>
679 </ul>
680 </li>
681 <li>
682 libOggFLAC:
683 <ul>
684 <li><b>Added</b> OggFLAC__SeekableStreamDecoder interface</li>
685 <li><b>Added</b> OggFLAC__FileDecoder interface</li>
686 <li><b>Added</b> OggFLAC__SeekableStreamEncoder interface</li>
687 <li><b>Added</b> OggFLAC__FileEncoder interface</li>
688 <li><b>Added</b> OggFLAC__stream_decoder_get_resolved_state_string()</li>
689 <li><b>Added</b> OggFLAC__stream_encoder_get_resolved_state_string()</li>
690 <li><b>Added</b> OggFLAC__stream_encoder_set_metadata_callback()</li>
691 <li><b>Changed</b> OggFLAC__StreamDecoderState by adding OggFLAC__STREAM_DECODER_END_OF_STREAM</li>
692 </ul>
693 </li>
694 <li>
695 libOggFLAC++:
696 <ul>
697 <li><b>Added</b> OggFLAC::Decoder::SeekableStream interface</li>
698 <li><b>Added</b> OggFLAC::Decoder::File interface</li>
699 <li><b>Added</b> OggFLAC::Encoder::SeekableStream interface</li>
700 <li><b>Added</b> OggFLAC::Encoder::File interface</li>
701 <li><b>Added</b> OggFLAC::Decoder::Stream::get_resolved_state_string()</li>
702 <li><b>Added</b> OggFLAC::Encoder::Stream::get_resolved_state_string()</li>
703 <li><b>Added</b> pure virtual OggFLAC::Encoder::Stream::metadata_callback()</li>
704 </ul>
705 </li>
706 </ul>
707 </li>
708 </ul>
709 </div>
710 <div class="box_footer"></div>
711</div>
712
Josh Coalson34cc68f2006-12-22 02:53:20 +0000713
Josh Coalson950e3ca2005-02-09 03:37:59 +0000714<div class="copyright">
Josh Coalsonf37520b2006-11-20 06:46:07 +0000715 <!-- @@@ oh so hacky -->
716 <table>
717 <tr>
718 <td align="left">
Josh Coalsone74bd952007-02-02 06:58:19 +0000719 Copyright (c) 2004,2005,2006,2007 Josh Coalson
Josh Coalsonf37520b2006-11-20 06:46:07 +0000720 </td>
721 <td width="1%" align="right">
722 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
723 </td>
724 <td width="1%" align="right">
725 <a href="http://www.eff.org/cafe/"><img src="images/cafebug.gif" alt="CAFE Logo" border="0" /></a><br />
726 </td>
727 <td width="1%" align="right">
728 <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" hspace="0" /></a>
729 </td>
730 </tr>
731 </table>
Josh Coalson950e3ca2005-02-09 03:37:59 +0000732</div>
733
734</body>
735</html>