aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/asf/asftag.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support a consistent set of MusicBrainz properties where possibleUrs Fleisch2021-01-101-1/+7
* Always use parentheses with new. It's a bit safer.Tsuda Kageyu2017-01-161-3/+3
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-2/+2
* Avoid using String::null where an empty string is required.Tsuda Kageyu2015-11-201-6/+6
* Efficient lookup for the MP4/ASF field name and ID3v1 genre tables.Tsuda Kageyu2015-11-191-51/+57
* Map::erase() can take a key directly so no need to call find() beforehand.Tsuda Kageyu2015-05-231-3/+1
* Bring the API more in line with the rest of TagLibScott Wheeler2015-05-201-0/+20
* Remove unnecessary checks for null before deleteScott Wheeler2015-05-181-2/+1
* Add ALBUMARTIST property mapping for WMALukáš Lalinský2014-04-101-0/+1
* Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMakeLukáš Lalinský2013-06-201-1/+0
* Removed config.h and moved macros into taglib_config.hTsuda Kageyu2013-05-021-2/+1
* Refactor out some stuff to CMake testsTsuda kageyu2013-04-211-3/+1
* Implement the PropertyMap interface for WMALukáš Lalinský2012-11-231-0/+160
* Remove the options to disable MP4/ASF supportLukáš Lalinský2011-06-241-3/+0
* Consistency with the rest of TagLibLukáš Lalinský2011-01-161-39/+21
* Fix FSF addressLukáš Lalinský2011-01-081-2/+2
* Handle WM/TrackNumber with DWORD contentLukáš Lalinský2009-12-131-2/+7
* Use the internal config namesLukáš Lalinský2009-09-081-1/+1
* Add support for a global, installable config headerLukáš Lalinský2009-09-041-1/+1
* Add my old WMA and MP4 code. It is disabled by default, must be explicitly en...Lukáš Lalinský2008-11-121-0/+214