aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpeg/id3v1
Commit message (Expand)AuthorAgeFilesLines
* Revert some ABI breaking changes.Tsuda Kageyu2015-12-032-6/+14
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-032-12/+12
* Use a standard type rather than TagLib::uchar.Tsuda Kageyu2015-12-021-4/+4
* Use a standard type rather than TagLib::wchar.Tsuda Kageyu2015-12-021-1/+1
* Remove some private data members not needed to belong to private classes.Tsuda Kageyu2015-11-301-23/+22
* Remove some private data members not needed to be carried.Tsuda Kageyu2015-11-302-17/+15
* Avoid using String::null where an empty string is required.Tsuda Kageyu2015-11-201-1/+1
* Efficient lookup for the MP4/ASF field name and ID3v1 genre tables.Tsuda Kageyu2015-11-191-211/+213
* Fix some typos in comments.Tsuda Kageyu2015-06-091-1/+1
* Add genres 148 to 191 to list of ID3v1 genres.Urs Fleisch2014-06-212-3/+47
* Replaced wrongly used slashes with backslashes in some commentsTsuda Kageyu2013-11-151-2/+2
* Add reading/writing ID3v1 genre in numberTsuda Kageyu2012-10-042-6/+31
* Comment update for ID3v1::Tag::setStringHandler()tsuda.kageyu@gmail.com2012-08-231-2/+5
* Remove possible cross binary boundary deletetsuda.kageyu@gmail.com2012-08-232-4/+6
* Add explicitly declared default constructor to StringHandlerLukáš Lalinský2012-02-042-0/+5
* Removed space.Birunthan Mohanathas2012-02-021-1/+1
* Additional change to previous fix.Birunthan Mohnathas2012-02-021-0/+3
* Fixed memory leak.Birunthan Mohnathas2012-02-021-2/+2
* Always make a copy of the ID3v1 genre name stringsLukáš Lalinský2011-05-021-1/+1
* Use the PUBLIC_HEADER property to prepare for building an OS X frameworkLukáš Lalinský2011-04-181-1/+0
* *poof*Lukáš Lalinský2011-02-131-13/+0
* Fix FSF addressLukáš Lalinský2011-01-084-8/+8
* Missing "not" in docs.Scott Wheeler2009-10-311-1/+1
* Add missing exports for a few public ID3v1 functionsLukáš Lalinský2009-10-201-3/+3
* Define MAKE_TAGLIB_LIB from the automake build systemLukáš Lalinský2009-09-041-0/+1
* Less of The Big Ugly in the middle of the classes.Scott Wheeler2009-03-221-6/+1
* Added GCC pragma to suppress non-virtual dtor warning which is being preservedAndrew Coles2009-03-221-0/+6
* Set the copyright to 2002-2008 for all files.Scott Wheeler2008-02-044-4/+4
* docsScott Wheeler2008-01-301-1/+2
* Don't try to write non-Latin1 values to ID3v1 tags since they'll ugly things ...Scott Wheeler2008-01-301-0/+5
* Do this the way the other BIC notes are listed.Scott Wheeler2007-11-201-6/+2
* More TAGLIB_EXPORTs from Lukas.Scott Wheeler2007-10-211-1/+1
* Got permission from all (non-trivial) contributors to dual license under the ...Scott Wheeler2007-10-104-4/+20
* Unfix compiler warning. Compiler warnings good, BIC changes bad.Kevin Krammer2007-08-292-5/+3
* Fixing compiler warning about missing virtual destructor in class with virtua...Kevin Krammer2007-08-292-0/+8
* more exports from Serhiy KachaniukChristian Ehrlicher2007-08-192-2/+4
* Strip whitespaces from the end of ID3v1 fields on the way into TagLib.Scott Wheeler2007-04-011-1/+1
* Revert this as this change isn't BCScott Wheeler2007-01-071-1/+0
* Fix warningLaurent Montel2006-12-071-0/+1
* And now get everything building again...Scott Wheeler2006-09-241-2/+0
* This is starting to look more sane.Scott Wheeler2006-09-246-0/+702