add support for building on os/2 with emx
[platform/upstream/flac.git] / doc / html / changelog.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <!-- Copyright (c)  2004,2005  Josh Coalson -->
3 <!-- 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 -->
8 <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>
18
19 <body>
20
21 <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>
24
25 <div class="above_nav"></div>
26
27 <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;|
32         &nbsp;<a href="features.html">features</a>&nbsp;&nbsp;|
33         &nbsp;<a href="goals.html">goals</a>&nbsp;&nbsp;|
34         &nbsp;<a href="format.html">format</a>&nbsp;&nbsp;|
35         &nbsp;<a href="id.html">id</a>&nbsp;&nbsp;|
36         &nbsp;<a href="comparison.html">comparison</a>&nbsp;&nbsp;|
37         &nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
38         &nbsp;changelog&nbsp;&nbsp;|
39         &nbsp;<a href="links.html">links</a>&nbsp;&nbsp;|
40         &nbsp;<a href="developers.html">developers</a>&nbsp;
41 </div>
42
43 <div class="langbar">
44         &nbsp;english&nbsp;&nbsp;|
45         &nbsp;<a href="ru/changelog.html">russian</a>&nbsp;
46 </div>
47
48 <div class="below_nav"></div>
49
50 <div class="box">
51         <div class="box_title">
52                 changelog
53         </div>
54         <div class="box_header"></div>
55         <div class="box_body">
56                 This is an informal changelog, a summary of changes in each release.  Particulary important for developers is the precise description of changes to the library interfaces.
57
58                 <br /><br />
59
60                 <a name="flac_1_1_3"><b>FLAC 1.1.3</b></a>
61
62                 <br />
63
64                 <ul>
65                         <li>
66                                 General:
67                                 <ul>
68                                         <li>(none)</li>
69                                 </ul>
70                         </li>
71                         <li>
72                                 FLAC format:
73                                 <ul>
74                                         <li>(none)</li>
75                                 </ul>
76                         </li>
77                         <li>
78                                 Ogg FLAC format:
79                                 <ul>
80                                         <li>(none)</li>
81                                 </ul>
82                         </li>
83                         <li>
84                                 flac:
85                                 <ul>
86                                         <li>Add 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>
87                                         <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>
88                                         <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>
89                                         <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>
90                                         <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>
91                                         <li>Fixed bugs with --sector-align and raw input files.</li>
92                                         <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>
93                                 </ul>
94                         </li>
95                         <li>
96                                 metaflac:
97                                 <ul>
98                                         <li>Added shorthand operation <a href="documentation.html#metaflac_shorthand_remove_replay_gain"><span class="argument">--remove-replay-gain</span></a> for removing ReplayGain tags.</li>
99                                         <li>Importing of non-CDDA-compliant cuesheets now issues a warning.</li>
100                                 </ul>
101                         </li>
102                         <li>
103                                 plugins:
104                                 <ul>
105                                         <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>
106                                         <li>Add ReplayGain info to file info box in XMMS plugin</li>
107                                         <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>
108                                 </ul>
109                         </li>
110                         <li>
111                                 build system:
112                                 <ul>
113                                         <li>Add support for building on OS/2 with EMX (<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1229495&group_id=13478&atid=113478">SF #1229495</a>)</li>
114                                 </ul>
115                         </li>
116                         <li>
117                                 libraries:
118                                 <ul>
119                                         <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>
120                                         <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>
121                                         <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>
122                                 </ul>
123                         </li>
124                         <li>
125                                 Interface changes:
126                                 <ul>
127                                         <li>
128                                                 libFLAC:
129                                                 <ul>
130                                                         <li>(none)</li>
131                                                 </ul>
132                                         </li>
133                                         <li>
134                                                 libFLAC++:
135                                                 <ul>
136                                                         <li>(none)</li>
137                                                 </ul>
138                                         </li>
139                                         <li>
140                                                 libOggFLAC:
141                                                 <ul>
142                                                         <li>(none)</li>
143                                                 </ul>
144                                         </li>
145                                         <li>
146                                                 libOggFLAC++:
147                                                 <ul>
148                                                         <li>(none)</li>
149                                                 </ul>
150                                         </li>
151                                 </ul>
152                         </li>
153                 </ul>
154
155                 <br />
156
157                 <a name="flac_1_1_2"><b>FLAC 1.1.2</b></a>
158
159                 <br />
160
161                 <ul>
162                         <li>
163                                 General:
164                                 <ul>
165                                         <li>Sped up decoding by a few percent overall.</li>
166                                         <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>
167                                         <li>Fixed a decoding bug that could cause sync errors with some ID3v1-tagged FLAC files.</li>
168                                         <li>Added <a href="documentation.html#metaflac">HTML documentation for metaflac</a>.</li>
169                                 </ul>
170                         </li>
171                         <li>
172                                 FLAC format:
173                                 <ul>
174                                         <li>(none)</li>
175                                 </ul>
176                         </li>
177                         <li>
178                                 Ogg FLAC format:
179                                 <ul>
180                                         <li>(none)</li>
181                                 </ul>
182                         </li>
183                         <li>
184                                 flac:
185                                 <ul>
186                                         <li>New option <a href="documentation.html#flac_options_input_size"><span class="argument">--input-size</span></a> to manually specify the input size when encoding raw samples from stdin.</li>
187                                 </ul>
188                         </li>
189                         <li>
190                                 metaflac:
191                                 <ul>
192                                         <li>(none)</li>
193                                 </ul>
194                         </li>
195                         <li>
196                                 plugins:
197                                 <ul>
198                                         <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>
199                                 </ul>
200                         </li>
201                         <li>
202                                 build system:
203                                 <ul>
204                                         <li>(none)</li>
205                                 </ul>
206                         </li>
207                         <li>
208                                 libraries:
209                                 <ul>
210                                         <li>libFLAC: Sped up Rice block decoding in the bitbuffer, resulting in decoding speed gains of a few percent.</li>
211                                         <li>libFLAC: Sped up encoding when not using LPC (i.e. <span class="code">max_lpc_order == 0</span>).</li>
212                                         <li>libFLAC: Trailing NUL characters maintained on Vorbis comment entries so they can be treated like C strings.</li>
213                                         <li>libFLAC: More FLAC tag (i.e. Vorbis comment) validation.</li>
214                                         <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>
215                                         <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>
216                                 </ul>
217                         </li>
218                         <li>
219                                 Interface changes:
220                                 <ul>
221                                         <li>
222                                                 libFLAC:
223                                                 <ul>
224                                                         <li><b>Changed:</b> Metadata object interface now maintains a trailing NUL on Vorbis comment entries for convenience.</li>
225                                                         <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>
226                                                         <li><b>Added</b> FLAC__format_vorbiscomment_entry_name_is_legal()</li>
227                                                         <li><b>Added</b> FLAC__format_vorbiscomment_entry_value_is_legal()</li>
228                                                         <li><b>Added</b> FLAC__format_vorbiscomment_entry_is_legal()</li>
229                                                         <li><b>Added</b> FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair()</li>
230                                                         <li><b>Added</b> FLAC__metadata_object_vorbiscomment_entry_to_name_value_pair()</li>
231                                                         <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>
232                                                 </ul>
233                                         </li>
234                                         <li>
235                                                 libFLAC++:
236                                                 <ul>
237                                                         <li><b>Changed:</b> Metadata object interface now maintains a trailing NUL on Vorbis comment values for convenience.</li>
238                                                         <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>
239                                                         <li><b>Changed:</b> All Metadata objects' operator=() methods now return a reference to themselves.</li>
240                                                         <li><b>Added</b> methods to FLAC::Metadata::VorbisComment::Entry for setting comment values from null-terminated strings:
241                                                                 <ul>
242                                                                         <li>Entry(const char *field)</li>
243                                                                         <li>Entry(const char *field_name, const char *field_value)</li>
244                                                                         <li>bool set_field(const char *field)</li>
245                                                                         <li>bool set_field_value(const char *field_value)</li>
246                                                                 </ul>
247                                                         </li>
248                                                         <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>
249                                                         <li><b>Added</b> FLAC::Metadata::*::assign() to all Metadata objects.</li>
250                                                         <li><b>Added</b> bool FLAC::Metadata::get_tags(const char *filename, VorbisComment &amp;tags)</li>
251                                                 </ul>
252                                         </li>
253                                         <li>
254                                                 libOggFLAC:
255                                                 <ul>
256                                                         <li>(none)</li>
257                                                 </ul>
258                                         </li>
259                                         <li>
260                                                 libOggFLAC++:
261                                                 <ul>
262                                                         <li>(none)</li>
263                                                 </ul>
264                                         </li>
265                                 </ul>
266                         </li>
267                 </ul>
268
269                 <br />
270
271                 <a name="flac_1_1_1"><b>FLAC 1.1.1</b></a>
272
273                 <br />
274
275                 <ul>
276                         <li>
277                                 General:
278                                 <ul>
279                                         <li>Ogg FLAC seeking now works</li>
280                                         <li>New optimizations almost double the decoding speed on PowerPC (e.g. Mac G4/G5)</li>
281                                         <li>A native OS X release thanks to updated Project Builder and autotools files</li>
282                                 </ul>
283                         </li>
284                         <li>
285                                 FLAC format:
286                                 <ul>
287                                         <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>
288                                 </ul>
289                         </li>
290                         <li>
291                                 Ogg FLAC format:
292                                 <ul>
293                                         <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 <a href="documentation.html#flac_options_ogg"><span class="argument">--ogg</span></a> switch about having to re-encode older Ogg FLAC files.</li>
294                                 </ul>
295                         </li>
296                         <li>
297                                 flac:
298                                 <ul>
299                                         <li>Print an error when output file already exists instead of automatically overwriting.</li>
300                                         <li>New option <a href="documentation.html#flac_options_force"><span class="argument">-f</span> (<span class="argument">--force</span>)</a> to force overwriting if the output file already exists.</li>
301                                         <li>New option <a href="documentation.html#flac_options_cue"><span class="argument">--cue</span></a> to select a specific section to decode using cuesheet track/index points.</li>
302                                         <li>New option <a href="documentation.html#flac_options_totally_silent"><span class="argument">--totally-silent</span></a> to suppress all output.</li>
303                                         <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>
304                                         <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>
305                                         <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>
306                                         <li>Decoder no longer exits with an error when writing to stdout and the pipe is broken.</li>
307                                         <li>Better explanation of common error messages.</li>
308                                         <li>Default extension when writing AIFF files is .aif (before, it was .aiff).</li>
309                                         <li>Write more common representation of SANE numbers in AIFF files.</li>
310                                         <li>Bug fix: calculating ReplayGain on 48kHz streams.</li>
311                                         <li>Bug fix: check for supported block alignments in WAVE files.</li>
312                                         <li>Bug fix: "offset" field in AIFF SSND chunk properly handled.</li>
313                                         <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>
314                                         <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>
315                                         <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>
316                                         <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>
317                                         <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>
318                                         <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>
319                                 </ul>
320                         </li>
321                         <li>
322                                 metaflac:
323                                 <ul>
324                                         <li>Renamed the tag editing options as follows (the <span class="argument">...-vc-...</span> options still work but are deprecated):
325                                                 <ul>
326                                                         <li><span class="argument">--show-vc-vendor</span> becomes <span class="argument">--show-vendor-tag</span></li>
327                                                         <li><span class="argument">--show-vc-field</span> becomes <span class="argument">--show-tag</span></li>
328                                                         <li><span class="argument">--remove-vc-all</span> becomes <span class="argument">--remove-all-tags</span></li>
329                                                         <li><span class="argument">--remove-vc-field</span> becomes <span class="argument">--remove-tag</span></li>
330                                                         <li><span class="argument">--remove-vc-firstfield</span> becomes <span class="argument">--remove-first-tag</span></li>
331                                                         <li><span class="argument">--set-vc-field</span> becomes <span class="argument">--set-tag</span></li>
332                                                         <li><span class="argument">--import-vc-from</span> becomes <span class="argument">--import-tags-from</span></li>
333                                                         <li><span class="argument">--export-vc-to</span> becomes <span class="argument">--export-tags-to</span></li>
334                                                 </ul>
335                                         </li>
336                                         <li>Better explanation of common error messages.</li>
337                                         <li>Bug fix: calculating ReplayGain on 48kHz streams.</li>
338                                         <li>Bug fix: incorrect numbers when printing seek points.</li>
339                                 </ul>
340                         </li>
341                         <li>
342                                 plugins:
343                                 <ul>
344                                         <li>Speed optimization in ReplayGain synthesis.</li>
345                                         <li>Speed optimization in XMMS playback.</li>
346                                         <li>Support for big-endian architectures in XMMS plugin.</li>
347                                         <li>Removed support for ID3 tags.</li>
348                                         <li>Bug fix: make hard limiter default to off in XMMS plugin.</li>
349                                         <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>
350                                         <li>Bug fix: small memory leak in XMMS plugin.</li>
351                                 </ul>
352                         </li>
353                         <li>
354                                 build system:
355                                 <ul>
356                                         <li><span class="code">ordinals.h</span> is now static, not a build-generated file anymore.</li>
357                                 </ul>
358                         </li>
359                         <li>
360                                 libraries:
361                                 <ul>
362                                         <li>libFLAC: PPC+Altivec optimizations of some decoder routines.</li>
363                                         <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>
364                                         <li>libFLAC: Bug fix: fixed seek routine where infinite loop could happen when seeking past end of stream.</li>
365                                         <li>libFLAC, libFLAC++: added methods to skip single frames, useful for quickly finding frame boundaries (see interface changes below).</li>
366                                         <li>libOggFLAC, libOggFLAC++: New seekable-stream and file encoder and decoder APIs to match native FLAC APIs (see interface changes below).</li>
367                                 </ul>
368                         </li>
369                         <li>
370                                 Interface changes:
371                                 <ul>
372                                         <li>
373                                                 libFLAC:
374                                                 <ul>
375                                                         <li><b>Added</b> FLAC__metadata_get_tags()</li>
376                                                         <li><b>Added</b> callback-based versions of metadata editing functions:
377                                                                 <ul>
378                                                                         <li>FLAC__metadata_chain_read_with_callbacks()</li>
379                                                                         <li>FLAC__metadata_chain_write_with_callbacks()</li>
380                                                                         <li>FLAC__metadata_chain_write_with_callbacks_and_tempfile()</li>
381                                                                         <li>FLAC__metadata_chain_check_if_tempfile_needed()</li>
382                                                                 </ul>
383                                                         </li>
384                                                         <li><b>Added</b> decoder functions for skipping single frames, also useful for quickly finding frame boundaries:
385                                                                 <ul>
386                                                                         <li>FLAC__stream_decoder_skip_single_frame()</li>
387                                                                         <li>FLAC__seekable_stream_decoder_skip_single_frame()</li>
388                                                                         <li>FLAC__file_decoder_skip_single_frame()</li>
389                                                                 </ul>
390                                                         </li>
391                                                         <li><b>Added</b> new required tell callback on seekable stream encoder:
392                                                                 <ul>
393                                                                         <li>FLAC__SeekableStreamEncoderTellStatus and FLAC__SeekableStreamEncoderTellStatusString[]</li>
394                                                                         <li>FLAC__SeekableStreamEncoderTellCallback</li>
395                                                                         <li>FLAC__seekable_stream_encoder_set_tell_callback()</li>
396                                                                 </ul>
397                                                         </li>
398                                                         <li><b>Changed</b> FLAC__SeekableStreamEncoderState by adding FLAC__SEEKABLE_STREAM_ENCODER_TELL_ERROR</li>
399                                                         <li><b>Changed</b> Tell callback is now required to initialize seekable stream encoder</li>
400                                                         <li><b>Deleted</b> erroneous and unimplemented FLAC__file_decoder_process_remaining_frames()</li>
401                                                 </ul>
402                                         </li>
403                                         <li>
404                                                 libFLAC++:
405                                                 <ul>
406                                                         <li><b>Added</b> FLAC::Metadata::get_tags()</li>
407                                                         <li><b>Added</b> decoder functions for skipping single frames, also useful for quickly finding frame boundaries:
408                                                                 <ul>
409                                                                         <li>FLAC::Decoder::Stream::skip_single_frame()</li>
410                                                                         <li>FLAC::Decoder::SeekableStream::skip_single_frame()</li>
411                                                                         <li>FLAC::Decoder::File::skip_single_frame()</li>
412                                                                 </ul>
413                                                         </li>
414                                                         <li><b>Added</b> encoder functions for setting metadata:
415                                                                 <ul>
416                                                                         <li>FLAC::Encoder::Stream::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks)</li>
417                                                                         <li>FLAC::Encoder::SeekableStream::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks)</li>
418                                                                         <li>FLAC::Encoder::File::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks)</li>
419                                                                 </ul>
420                                                         </li>
421                                                         <li><b>Added</b> new required tell callback on seekable stream encoder:
422                                                                 <ul>
423                                                                         <li>pure virtual FLAC::Encoder::SeekableStream::tell_callback()</li>
424                                                                 </ul>
425                                                         </li>
426                                                         <li><b>Changed</b> Tell callback is now required to initialize seekable stream encoder</li>
427                                                         <li><b>Deleted</b> the following methods:
428                                                                 <ul>
429                                                                         <li>FLAC::Decoder::Stream::State::resolved_as_cstring()</li>
430                                                                         <li>FLAC::Encoder::Stream::State::resolved_as_cstring()</li>
431                                                                 </ul>
432                                                         </li>
433                                                 </ul>
434                                         </li>
435                                         <li>
436                                                 libOggFLAC:
437                                                 <ul>
438                                                         <li><b>Added</b> OggFLAC__SeekableStreamDecoder interface</li>
439                                                         <li><b>Added</b> OggFLAC__FileDecoder interface</li>
440                                                         <li><b>Added</b> OggFLAC__SeekableStreamEncoder interface</li>
441                                                         <li><b>Added</b> OggFLAC__FileEncoder interface</li>
442                                                         <li><b>Added</b> OggFLAC__stream_decoder_get_resolved_state_string()</li>
443                                                         <li><b>Added</b> OggFLAC__stream_encoder_get_resolved_state_string()</li>
444                                                         <li><b>Added</b> OggFLAC__stream_encoder_set_metadata_callback()</li>
445                                                         <li><b>Changed</b> OggFLAC__StreamDecoderState by adding OggFLAC__STREAM_DECODER_END_OF_STREAM</li>
446                                                 </ul>
447                                         </li>
448                                         <li>
449                                                 libOggFLAC++:
450                                                 <ul>
451                                                         <li><b>Added</b> OggFLAC::Decoder::SeekableStream interface</li>
452                                                         <li><b>Added</b> OggFLAC::Decoder::File interface</li>
453                                                         <li><b>Added</b> OggFLAC::Encoder::SeekableStream interface</li>
454                                                         <li><b>Added</b> OggFLAC::Encoder::File interface</li>
455                                                         <li><b>Added</b> OggFLAC::Decoder::Stream::get_resolved_state_string()</li>
456                                                         <li><b>Added</b> OggFLAC::Encoder::Stream::get_resolved_state_string()</li>
457                                                         <li><b>Added</b> pure virtual OggFLAC::Encoder::Stream::metadata_callback()</li>
458                                                 </ul>
459                                         </li>
460                                 </ul>
461                         </li>
462                 </ul>
463         </div>
464         <div class="box_footer"></div>
465 </div>
466
467 <div class="copyright">
468         Copyright (c) 2004,2005  Josh Coalson
469 </div>
470
471 </body>
472 </html>