X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fhtml%2Fchangelog.html;h=37991b168fa0fa0d05d1c9319084c99672019bac;hb=71e36c2e9dee86b21ac1a3fc3708485cb5c6ad15;hp=1344ee0627f35517e9b085b5ae475398c5a8e4a8;hpb=82b128050e9e58a34baf8aa188077ddeee2d7a1a;p=platform%2Fupstream%2Fflac.git diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 1344ee0..37991b1 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -1,5 +1,5 @@ - + @@ -53,8 +53,7 @@
- FLAC 1.2.1 (17-Sep-2007) @@ -150,32 +172,32 @@
  • FLAC format:
  • Ogg FLAC format:
  • flac:
  • metaflac:
  • @@ -187,14 +209,14 @@
  • build system:
  • @@ -207,13 +229,15 @@
  • libraries:
  • - Interface changes (see also the porting guide for specific instructions on porting to FLAC 1.2.1): + Interface changes:
  • @@ -361,15 +385,15 @@
  • plugins:
  • build system:
  • @@ -379,7 +403,7 @@
  • Much faster Rice partition size estimation which greatly speeds encoding in higher modes.
  • Increased compression for all modes.
  • Reduced memory requirements for encoder and decoder.
  • -
  • Fixed a bug with default apodization settings that were erroneous in some locales (SF #1608883).
  • +
  • Fixed a bug with default apodization settings that were erroneous in some locales (SF #1608883).
  • @@ -447,20 +471,20 @@
  • Added a new option --tag-from-file for setting a tag from file (e.g. for importing a cuesheet as a tag).
  • Added a new option --picture for adding pictures.
  • Added a new option --apodization for specifying the window function(s) to be used in LPC analysis.
  • -
  • Added support for encoding from non-compressed AIFF-C (SF #1090933).
  • +
  • Added support for encoding from non-compressed AIFF-C (SF #1090933).
  • Importing of non-CDDA-compliant cuesheets now only issues a warning, not an error (see here).
  • -
  • MD5 comparison failures on decoding are now an error instead of a warning and will also return a non-zero exit code (SF #1493725).
  • +
  • MD5 comparison failures on decoding are now an error instead of a warning and will also return a non-zero exit code (SF #1493725).
  • The default padding size is now 8K, or 64K if the input audio stream is more than 20 minutes long.
  • 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.
  • -
  • Fixed a bug that caused a crash when -a and -t were used together (SF #1229481).
  • -
  • Fixed a bug with --sector-align where appended samples were not always totally silent (SF #1237707).
  • +
  • Fixed a bug that caused a crash when -a and -t were used together (SF #1229481).
  • +
  • Fixed a bug with --sector-align where appended samples were not always totally silent (SF #1237707).
  • Fixed bugs with --sector-align and raw input files.
  • -
  • Fixed a bug printing out unknown AIFF subchunk names (SF #1267476).
  • -
  • Fixed a bug where WAVE files with "data" subchunks of size 0 where accepted (SF #1293830).
  • -
  • Fixed a bug where sync error at end-of-stream of truncated files was not being caught (SF #1244071).
  • -
  • Fixed a problem with filename parsing if file does not have extension but also has a . in the path (SF #1161916).
  • -
  • Fixed a problem with fractional-second parsing for --skip/--until in some locales (SF #1031043).
  • -
  • Increase progress report rate when -p and -e are used together (SF #1580122).
  • +
  • Fixed a bug printing out unknown AIFF subchunk names (SF #1267476).
  • +
  • Fixed a bug where WAVE files with "data" subchunks of size 0 where accepted (SF #1293830).
  • +
  • Fixed a bug where sync error at end-of-stream of truncated files was not being caught (SF #1244071).
  • +
  • Fixed a problem with filename parsing if file does not have extension but also has a . in the path (SF #1161916).
  • +
  • Fixed a problem with fractional-second parsing for --skip/--until in some locales (SF #1031043).
  • +
  • Increase progress report rate when -p and -e are used together (SF #1580122).
  • @@ -471,7 +495,7 @@
  • Added a new option --import-picture-from for importing pictures.
  • Added a new option --export-picture-to for exporting pictures.
  • Added shorthand operation --remove-replay-gain for removing ReplayGain tags.
  • -
  • --export-cuesheet-to now properly specifies the FLAC file name (SF #1272825).
  • +
  • --export-cuesheet-to now properly specifies the FLAC file name (SF #1272825).
  • Importing of non-CDDA-compliant cuesheets now issues a warning.
  • Removed the following deprecated tag editing options; you should use the new option names shown instead:
  • -
  • Disallow multiple input FLAC files when --import-tags-from=- is used (SF #1082577).
  • +
  • Disallow multiple input FLAC files when --import-tags-from=- is used (SF #1082577).
  • @@ -499,11 +523,11 @@
  • build system:
  • @@ -514,10 +538,10 @@
  • Merged libOggFLAC++ into libFLAC++; both formats are now supporte through the same API.
  • libFLAC and libFLAC++: Simplified encoder setup with new FLAC__stream_encoder_set_compression_level() function.
  • libFLAC: Improved compression with no impact on FLAC format or decoding time by adding a windowing stage before LPC analysis.
  • -
  • 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 (SF #1338969).
  • +
  • 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 (SF #1338969).
  • 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.
  • libFLAC: Fixed UTF-8 decoder to disallow non-shortest-form and surrogate sequences (see here).
  • -
  • libFLAC: Fixed a bug in the return value for FLAC__stream_decoder_set_metadata_respond_application() and FLAC__stream_decoder_set_metadata_ignore_application() when there was a memory allocation error (SF #1235005).
  • +
  • libFLAC: Fixed a bug in the return value for FLAC__stream_decoder_set_metadata_respond_application() and FLAC__stream_decoder_set_metadata_ignore_application() when there was a memory allocation error (SF #1235005).
  • @@ -736,12 +760,12 @@
  • Bug fix: calculating ReplayGain on 48kHz streams.
  • Bug fix: check for supported block alignments in WAVE files.
  • Bug fix: "offset" field in AIFF SSND chunk properly handled.
  • -
  • Bug fix: #679166: flac doesn't respect RIFF subchunk padding byte.
  • -
  • Bug fix: #828391: --add-replay-gain segfaults.
  • -
  • Bug fix: #851155: Can't seek to position in flac file.
  • -
  • Bug fix: #851756: flac --skip --until reads entire file.
  • -
  • Bug fix: #877122: problem parsing cuesheet with CATALOG entry.
  • -
  • Bug fix: #896057: parsing ISRC number from cuesheet.
  • +
  • Bug fix: #679166: flac doesn't respect RIFF subchunk padding byte.
  • +
  • Bug fix: #828391: --add-replay-gain segfaults.
  • +
  • Bug fix: #851155: Can't seek to position in flac file.
  • +
  • Bug fix: #851756: flac --skip --until reads entire file.
  • +
  • Bug fix: #877122: problem parsing cuesheet with CATALOG entry.
  • +
  • Bug fix: #896057: parsing ISRC number from cuesheet.
  • @@ -896,7 +920,7 @@
    - Copyright (c) 2004,2005,2006,2007,2008 Josh Coalson + Copyright (c) 2004,2005,2006,2007,2008,2009 Josh Coalson SourceForge.net Logo