diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 7b384ffb..216f8a1a 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -53,7 +53,6 @@
- FLAC 1.2.1 (17-Sep-2007) @@ -169,25 +167,25 @@
  • Ogg FLAC format:
  • flac:
  • metaflac:
  • @@ -199,14 +197,14 @@
  • build system:
  • @@ -219,9 +217,9 @@
  • libraries:
  • @@ -358,10 +356,10 @@
  • Encoding and decoding speedups for all modes. Encoding at -8 is twice as fast.
  • Added a new option -w,--warnings-as-errors for treating all warnings as errors.
  • Allow --picture option to take only a filename, and have all other attributes extracted from the file itself.
  • -
  • Fixed a bug that caused suboptimal default compression settings in some locales (SF #1608883).
  • -
  • Fixed a bug where FLAC-to-FLAC transcoding of a corrupted FLAC file would truncate the transcoded file at the first error (SF #1615019).
  • -
  • Fixed a bug where using -F with FLAC-to-FLAC transcoding of a corrupted FLAC would have no effect (SF #1615391).
  • -
  • Fixed a bug where new PICTURE metadata blocks specified with --picture would not be transferred during FLAC-to-FLAC transcoding (SF #1627993).
  • +
  • Fixed a bug that caused suboptimal default compression settings in some locales (SF #1608883).
  • +
  • Fixed a bug where FLAC-to-FLAC transcoding of a corrupted FLAC file would truncate the transcoded file at the first error (SF #1615019).
  • +
  • Fixed a bug where using -F with FLAC-to-FLAC transcoding of a corrupted FLAC would have no effect (SF #1615391).
  • +
  • Fixed a bug where new PICTURE metadata blocks specified with --picture would not be transferred during FLAC-to-FLAC transcoding (SF #1627993).
  • @@ -373,15 +371,15 @@
  • plugins:
  • build system:
  • @@ -391,7 +389,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).
  • @@ -459,20 +457,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).
  • @@ -483,7 +481,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).
  • @@ -511,11 +509,11 @@
  • build system:
  • @@ -526,10 +524,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).
  • @@ -748,12 +746,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.