diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index 9dde1476..318283f7 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -76,7 +76,7 @@
FLAC format:
- - (none)
+ - New PICTURE metadata block for storing things like cover art
@@ -91,6 +91,7 @@
Improved the -F to allow decoding of FLAC files whose metadata is corrupted, and other kinds of corruption.
Encoder can now take FLAC as input. The output FLAC file will have all the same metadata as the original unless overridden with options on the command line.
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 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).
@@ -105,6 +106,7 @@
metaflac:
- Added a new option --set-tag-from-file for setting a tag from file (e.g. for importing a cuesheet as a tag).
+ - Added a new option --import-picture for importing pictures.
- Added shorthand operation --remove-replay-gain for removing ReplayGain tags.
- --export-cuesheet-to now properly specifies the FLAC file name (SF #1272825).
- Importing of non-CDDA-compliant cuesheets now issues a warning.
@@ -152,6 +154,7 @@
- Added FLAC__stream_encoder_set_apodization()
- Added FLAC__metadata_object_cuesheet_calculate_cddb_id()
- Added FLAC__metadata_get_cuesheet()
+ - Added FLAC__metadata_get_picture()
- Changed FLAC__StreamDecoderState: removed state FLAC__STREAM_DECODER_UNPARSEABLE_STREAM
- Changed FLAC__StreamDecoderErrorStatus: new error code FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM
- 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.
@@ -160,9 +163,11 @@
-
libFLAC++:
+ - Added FLAC::Metadata::Picture
- Added FLAC::Encoder::Stream::set_apodization()
- Added FLAC::Metadata::CueSheet::calculate_cddb_id()
- Added FLAC::Metadata::get_cuesheet()
+ - Added FLAC::Metadata::get_picture()
-
@@ -171,6 +176,7 @@
- Added OggFLAC__stream_encoder_set_apodization()
- Added OggFLAC__metadata_object_cuesheet_calculate_cddb_id()
- Added OggFLAC__metadata_get_cuesheet()
+ - Added OggFLAC__metadata_get_picture()
@@ -179,6 +185,7 @@
Added OggFLAC::Encoder::Stream::set_apodization()
Added OggFLAC::Metadata::CueSheet::calculate_cddb_id()
Added OggFLAC::Metadata::get_cuesheet()
+ Added OggFLAC::Metadata::get_picture()