aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpeg/id3v2/id3v2framefactory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling and typosUrs Fleisch2021-01-021-1/+1
* Read ID3v2.3 genres with multiple references to ID3v1 genres (#988)Urs Fleisch2020-12-301-10/+12
* Revert switch to other static size methodScott Wheeler2019-09-111-1/+1
* Mark deprected methods and remove internal usageScott Wheeler2019-09-111-1/+6
* Support ID3v2 GRP1 frame introduced with iTunes 12.5.4.42, #903. (#904)Urs Fleisch2019-05-171-2/+3
* Don't assume TDRC is an instance of TextIdentificationFrame (#831)Stephen F. Booth2017-09-301-2/+3
* Support new classical music frames introduced with iTunes 12.5, #758.Urs Fleisch2016-10-181-2/+4
* Revert "Hide a private static variable."Tsuda Kageyu2016-04-221-2/+2
* Separate zlib related code rather than having several #ifdef blocks.Tsuda Kageyu2016-02-211-7/+3
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-4/+4
* Append TIME to TDRC, adjusted test_id3v2.cpp as appropriate.Festus Hagen2015-11-271-7/+17
* Hide some private functions from a public header.Tsuda Kageyu2015-11-231-123/+137
* Hide a private static variable.Tsuda Kageyu2015-11-231-3/+1
* Avoid using String::null where an empty string is required.Tsuda Kageyu2015-11-201-1/+1
* Add support for ID2v2 PCST frames (podcast).Urs Fleisch2015-09-081-0/+6
* Support for proprietary frames Apple iTunes uses to tag podcast files.Hasso Tepper2015-09-071-1/+10
* Fix a compilation error on MSVC.Tsuda Kageyu2014-10-161-1/+1
* Rebuild TRDC from v2.3 fieldsScott Wheeler2014-09-251-0/+22
* TableOfContents and ChapterFrame can be added to v2.3 or v2.4 tagsScott Wheeler2014-09-251-2/+2
* Reduce useless detach operations by making some non-const iterators const.Tsuda Kageyu2014-08-211-7/+7
* Finished parseFields, renderFields and asProperty methods of ChapterFrame and...Lukáš Krejčí2014-05-181-0/+12
* Add support for ID3v2 ETCO frames (event timing codes).Urs Fleisch2014-03-301-0/+6
* Add support for ID3v2 SYLT frames (synchronized lyrics).Urs Fleisch2014-03-301-0/+10
* Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMakeLukáš Lalinský2013-06-201-2/+4
* Separated public and private config.hTsuda Kageyu2013-05-031-1/+2
* Prefixed public variablesTsuda Kageyu2013-05-021-1/+1
* 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
* adds new iTunes hack for v2.2 frames stored in a v2.3 tag (iTunes v8.1.1.10 f...Jonathan Marshall2012-11-041-0/+11
* fixes noop frame id size check in ID3v2::FrameFactory::createFrameJonathan Marshall2012-11-041-1/+1
* Implementation of the ID3v2.4 OWNE frame.Rupert Daniel2012-09-051-0/+9
* ID3 frame IDs with 0 should be recognized as validLukáš Lalinský2012-08-171-1/+1
* Additional change to previous fix.Birunthan Mohnathas2012-03-121-2/+1
* Fixed memory leak of FrameFactory singleton.Birunthan Mohnathas2012-03-121-3/+2
* Support for ID3v2.2 frames used by iTunes (TCP, TS2, TSA, TSC, TSP, TST)Urs Fleisch2012-01-051-0/+6
* Only include config.h if HAVE_CONFIG_H is definedLukáš Lalinský2011-07-201-1/+1
* Tabs be goneScott Wheeler2011-06-261-2/+2
* Upgrade IPLS (2.3) to TIPL (2.4)Lukáš Lalinský2011-04-051-1/+2
* Convert frames TIPL and TMCL (2.4) to IPLS (2.3)Lukáš Lalinský2011-04-051-1/+1
* Fix FSF addressLukáš Lalinský2011-01-081-2/+2
* Fix upgrading of ID3v2.3 genre with number 0 (Blues)Lukáš Lalinský2010-04-121-3/+4
* Don't upgrade ID3v2.2 TDA frame when upgrading to TRCDLukáš Lalinský2010-04-031-2/+2
* Support for ID3v2.2 PIC framesLukáš Lalinský2009-07-111-2/+9
* TCON parsing fixesLukáš Lalinský2009-07-111-18/+24
* typoScott Wheeler2008-08-291-1/+1
* Add support for private frames.Scott Wheeler2008-06-261-2/+7
* Support for POPM ID3 frameLukáš Lalinský2008-05-221-0/+7
* Fix compilation on MSVC/WindowsLukáš Lalinský2008-02-191-1/+1
* Use the new replace function. (Doing in-place value modifications isn't done...Scott Wheeler2008-02-061-1/+1
* Set the copyright to 2002-2008 for all files.Scott Wheeler2008-02-041-1/+1