aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpeg/id3v2/id3v2header.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-10/+10
* Use a standard type rather than TagLib::uchar.Tsuda Kageyu2015-12-021-1/+1
* Fix an instance reference to a static data member.Tsuda Kageyu2015-11-121-19/+15
* Revert "Fix an instance reference to a static data member."Tsuda Kageyu2015-08-311-15/+19
* Fix an instance reference to a static data member.Tsuda Kageyu2015-08-311-19/+15
* Reduce useless detach operations by making some non-const iterators const.Tsuda Kageyu2014-08-211-1/+1
* Merge branch 'stable'Lukáš Lalinský2012-03-181-1/+1
|\
| * Include <iostream> instead of <ostream> to fix compilation on Haikuscottmc2012-03-181-1/+1
* | Support for writing structuraly correct ID3v2.3 tagsLukáš Lalinský2011-03-151-1/+1
|/
* Fix FSF addressLukáš Lalinský2011-01-081-2/+2
* Don't unnecessarily include whole <iostream>Lukáš Lalinský2010-07-241-1/+1
* Make sure that we don't preserve the unsynchronization flag since we don'tScott Wheeler2008-02-061-2/+3
* Set the copyright to 2002-2008 for all files.Scott Wheeler2008-02-041-1/+1
* Decode unsynch-encoded tag (ID3v2.3) and frame (ID3v2.4) data before parsing ...Lukáš Lalinský2007-11-061-0/+5
* Got permission from all (non-trivial) contributors to dual license under the ...Scott Wheeler2007-10-101-1/+5
* This is starting to look more sane.Scott Wheeler2006-09-241-0/+233