From 6b21f66784e1bcbe075b405668712e85eac39414 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 13 Sep 2006 01:42:27 +0000 Subject: merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH --- doc/html/changelog.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/html/changelog.html b/doc/html/changelog.html index edfaa155..de28f625 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -53,7 +53,7 @@
- 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. + 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. See also the porting guide for specific instructions on porting to newer versions of FLAC.

@@ -68,6 +68,7 @@
  • Large file (>2GB) support everywhere
  • Much better recovery for corrupted files
  • flac now supports FLAC as input to the encoder (i.e. can re-encode FLAC to FLAC) and preserve all the metadata like tags, etc.
  • +
  • In the developer libraries, the interface has been simplfied by merging the three decoding layers into a single class; ditto for the encoders.
  • @@ -134,12 +135,19 @@
  • - Interface changes: + Interface changes (see also the porting guide for specific instructions on porting to FLAC 1.1.3):
      +
    • + all libraries; +
        +
      • Merged seekable stream decoder and file decoder into the stream decoder.
      • +
      • Merged seekable stream encoder and file encoder into the stream encoder.
      • +
      +
    • libFLAC:
        -
      • Added FLAC__*_encoder_set_apodization()
      • +
      • Added FLAC__stream_encoder_set_apodization()
      • Added FLAC__metadata_object_cuesheet_calculate_cddb_id()
      • Added FLAC__metadata_get_cuesheet()
      • Changed FLAC__StreamDecoderState: removed state FLAC__STREAM_DECODER_UNPARSEABLE_STREAM
      • @@ -150,7 +158,7 @@
      • libFLAC++:
          -
        • Added FLAC::*::Encoder::set_apodization()
        • +
        • Added FLAC::Encoder::Stream::set_apodization()
        • Added FLAC::Metadata::CueSheet::calculate_cddb_id()
        • Added FLAC::Metadata::get_cuesheet()
        @@ -158,7 +166,7 @@
      • libOggFLAC:
          -
        • Added OggFLAC__*_encoder_set_apodization()
        • +
        • Added OggFLAC__stream_encoder_set_apodization()
        • Added OggFLAC__metadata_object_cuesheet_calculate_cddb_id()
        • Added OggFLAC__metadata_get_cuesheet()
        @@ -166,7 +174,7 @@
      • libOggFLAC++:
          -
        • Added OggFLAC::*::Encoder::set_apodization()
        • +
        • Added OggFLAC::Encoder::Stream::set_apodization()
        • Added OggFLAC::Metadata::CueSheet::calculate_cddb_id()
        • Added OggFLAC::Metadata::get_cuesheet()
        -- cgit v1.2.1