Merge pull request #799 from TsudaKageyu/filetype-detection

Enable FileRef to detect file types by the actual content of a stream.
This commit is contained in:
Tsuda Kageyu
2017-06-12 13:04:15 +09:00
committed by GitHub
36 changed files with 669 additions and 92 deletions

1
NEWS
View File

@ -9,6 +9,7 @@
* Fixed handling of 'rate' atoms in MP4 files.
* Fixed possible file corruptions when saving Ogg files.
* Better handling of invalid UTF-8 sequences.
* Marked FileRef::create() deprecated. It returns null.
* Several smaller bug fixes and performance improvements.
TagLib 1.11.1 (Oct 24, 2016)