From: Tsuda Kageyu Date: Mon, 12 Jun 2017 04:04:15 +0000 (+0900) Subject: Merge pull request #799 from TsudaKageyu/filetype-detection X-Git-Tag: v1.12-beta-1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fb310ec1fec60b9d6f8aae641905d1cd95b2069;p=taglib Merge pull request #799 from TsudaKageyu/filetype-detection Enable FileRef to detect file types by the actual content of a stream. --- 1fb310ec1fec60b9d6f8aae641905d1cd95b2069 diff --cc NEWS index 67908264,f8136f9a..4a7abb56 --- a/NEWS +++ b/NEWS @@@ -4,11 -4,11 +4,12 @@@ * Added support for classical music tags of iTunes 12.5. * Dropped support for Windows 9x and NT 4.0 or older. * Fixed reading MP4 atoms with zero length. + * Fixed reading FLAC files with zero-sized seektables. * Fixed handling of lowercase field names in Vorbis Comments. + * Fixed handling of 'rate' atoms in MP4 files. * Fixed possible file corruptions when saving Ogg files. - * Fixed reading FLAC files with zero-sized seektables. * 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)