aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/tagutils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove some redundant code.Tsuda Kageyu2017-02-061-1/+5
|
* Enable FileRef to detect file types by the actual content of a stream.Tsuda Kageyu2017-02-041-0/+22
| | | | | FileRef doesn't work with ByteVectorStream as reported at #796, since ByteVectorStream is not associated with a file name and FileRef detects file types based on file extensions. This commit makes FileRef to work with ByteVectorStream by enabling it to detect file types based on the actual content of a stream.
* Unify common functions for finding tags.Tsuda Kageyu2015-11-211-0/+79
Several classes have exactly identical functions for finding tags. This also hides the functions from public headers.