Decode unsynchronized ID3v2 frames efficiently.

It makes a great difference when decoding huge unsynchronized ID3v2 frames.
This commit is contained in:
Tsuda Kageyu
2016-02-18 03:07:38 +09:00
parent dadfe79799
commit a9acca5d81
3 changed files with 32 additions and 4 deletions

1
NEWS
View File

@ -3,6 +3,7 @@ TagLib 1.11 (Jan 30, 2016)
* Better handling of PCM WAV files with a 'fact' chunk.
* Better handling of corrupted APE tags.
* Efficient decoding of unsynchronized ID3v2 frames.
* Fixed text encoding when saving certain frames in ID3v2.3 tags.
* Several smaller bug fixes and performance improvements.