aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_id3v2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks in a test.Tsuda Kageyu2017-05-261-0/+3
* Merge pull request #759 from ufleisch/mp4_classicalTsuda Kageyu2016-11-081-0/+42
|\
| * Support new classical music frames introduced with iTunes 12.5, #758.Urs Fleisch2016-10-181-0/+42
* | Add a common function to generate a long string to test.Tsuda Kageyu2016-10-311-1/+1
|/
* Fix reading table of contents frames with a lot of children.Tsuda Kageyu2016-05-141-0/+7
* Change some static_casts to dynamic_casts in test_id3v2.cpp.Tsuda Kageyu2016-03-171-8/+8
* Don't stop parsing an ID3v2 SYLT frame when its description is empty.Tsuda Kageyu2016-03-141-0/+30
* Separate zlib related code rather than having several #ifdef blocks.Tsuda Kageyu2016-02-211-23/+17
* Make sure we don't write UTF8 or UTF16BE to ID3v2.3 tags.Tsuda Kageyu2016-02-151-2/+24
* Correct the license information.Tsuda Kageyu2016-02-061-0/+25
* Merge branch 'master' of https://github.com/dukeyin/taglib into dukeyin-masterTsuda Kageyu2015-12-241-2/+4
|\
| * Update testsDuke Yin2013-10-171-1/+3
* | Merge pull request #684 from TsudaKageyu/save-mpegTsuda Kageyu2015-12-171-20/+11
|\ \
| * | Fix saving MPEG files.Tsuda Kageyu2015-11-251-20/+11
* | | Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-39/+39
* | | Merge pull request #545 from FestusHagen/fh1.m_TDRCTsuda Kageyu2015-12-021-1/+1
|\ \ \
| * | | Append TIME to TDRC, adjusted test_id3v2.cpp as appropriate.Festus Hagen2015-11-271-1/+1
| |/ /
* / / Use a standard type rather than TagLib::uchar.Tsuda Kageyu2015-12-021-1/+1
|/ /
* | Avoid using String::null where an empty string is required.Tsuda Kageyu2015-11-201-1/+1
* | Merge pull request #623 from TsudaKageyu/erase-duplicate-id3v2Tsuda Kageyu2015-11-201-0/+36
|\ \
| * | Skip duplicate ID3v2 tags and treat them as an extra blank of the first one.Tsuda Kageyu2015-11-131-0/+36
* | | Avoid using ByteVector::null where an empty vector is required.Tsuda Kageyu2015-11-191-1/+1
|/ /
* | Silence uint ambiguity errors in tests.Festus Hagen2015-05-271-12/+13
* | Merge pull request #515 from TsudaKageyu/empty-id3v2-frameScott Wheeler2015-05-181-0/+31
|\ \
| * | Add a test to check if an empty ID3v2 frame is really skipped.Tsuda Kageyu2015-05-181-0/+1
| * | Add a dummy byte to an empty ID3v2 frame to stick to the ID3v2 spec.Tsuda Kageyu2015-03-221-0/+30
* | | Show something useful for ChapterFrame::toString()Scott Wheeler2015-05-181-1/+3
* | | Remove the null termination stuff from the ToC frames tooScott Wheeler2015-05-181-9/+6
* | | We've moved away from including the null byte in the returned valueScott Wheeler2015-05-181-3/+3
* | | Don't underflow if there are no embedded framesScott Wheeler2015-05-181-11/+19
* | | Split chapter data and embedded frame dataScott Wheeler2015-05-181-5/+9
* | | Don't require users to include a padding byte explicitlyScott Wheeler2015-05-181-1/+15
* | | Also test second constructorScott Wheeler2015-05-181-10/+32
|/ /
* | Merge pull request #456 from TsudaKageyu/id3v2-paddingLukáš Lalinský2014-12-291-0/+34
|\ \
| * | ID3v2 padding won't increase beyond 1% of the file size.Tsuda Kageyu2014-10-231-0/+34
* | | Merge pull request #441 from xhochy/tests-fix-vectorsizeLukáš Lalinský2014-12-081-2/+2
|\ \ \ | |/ / |/| |
| * | Fix ByteVector sizes in some test casesUwe L. Korn2014-09-141-2/+2
* | | Rebuild TRDC from v2.3 fieldsScott Wheeler2014-09-251-1/+1
* | | Don't leakScott Wheeler2014-09-251-4/+8
* | | TableOfContents and ChapterFrame can be added to v2.3 or v2.4 tagsScott Wheeler2014-09-251-2/+4
* | | Take ownership of embedded frames, as documentedScott Wheeler2014-09-181-15/+15
* | | Fix various memleaks in the testsUwe L. Korn2014-09-141-0/+2
|/ /
* | Merge pull request #393 from TsudaKageyu/msvc-testsLukáš Lalinský2014-07-161-90/+111
|\ \
| * | Modified some tests to work with MSVC.Tsuda Kageyu2014-06-201-91/+112
* | | Uncommenting unit test.Lukas Krejci2014-05-181-1/+1
* | | Added functions for work with embedded frames.Lukas Krejci2014-05-181-15/+89
* | | Removed duplicated CHAP frame testing funtion.Lukáš Krejčí2014-05-181-19/+0
* | | Fixed errors in ChapterFrame constructor.Lukáš Krejčí2014-05-181-0/+64
|/ /
* | Add support for ID3v2 ETCO frames (event timing codes).Urs Fleisch2014-03-301-0/+44
* | Add support for ID3v2 SYLT frames (synchronized lyrics).Urs Fleisch2014-03-301-0/+60
|/