aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks in a test.Tsuda Kageyu2017-05-261-0/+3
* Add some test cases for invalid UTF-8 sequences.Tsuda Kageyu2017-01-311-0/+6
* Fix and add some test cases for invalid surrogate pairs.Tsuda Kageyu2017-01-311-3/+8
* Add a few more test cases for invalid UTF-8 sequences.Tsuda Kageyu2017-01-301-0/+3
* Merge pull request #794 from TsudaKageyu/utf8-libraryTsuda Kageyu2017-01-301-0/+8
|\
| * Replace unicode.h/unicode.cpp by the UTF8-CPP library.Tsuda Kageyu2017-01-271-0/+8
* | Check an invalid UTF-8 sequence consists of single char.Tsuda Kageyu2017-01-301-2/+7
* | Remove a duplicate test file.Tsuda Kageyu2017-01-272-1/+1
|/
* Add a test for unpaired surrogate characters in a UTF-16 string.Tsuda Kageyu2017-01-261-0/+4
* Ignore fake MPEG frame headers when seeking them.Tsuda Kageyu2017-01-202-8/+25
* Be tolerant of empty FLAC seektable blocks.Tsuda Kageyu2017-01-102-0/+19
* Renamed unsupported-extension.xxx and modified testRamesh Shanmugasundaram2016-12-222-1/+1
* Rewrite ByteVector::replace() to run in O(n) time.Tsuda Kageyu2016-12-051-0/+1
* Add a test to check if ByteVector is detached correctly when being replaced.Tsuda Kageyu2016-12-051-0/+39
* Prevent the segment table of Ogg pages from exceeding the size limit.Tsuda Kageyu2016-12-011-2/+30
* Add a test for #743/#779.Tsuda Kageyu2016-11-291-0/+23
* A bit more tolerant check to return itself in String::substr().Tsuda Kageyu2016-11-261-0/+2
* test_string: Make 'stripWhiteSpace' test more complexMartin Flaska2016-11-251-0/+3
* Suppress MSVC warnings in test.Tsuda Kageyu2016-11-241-4/+4
* Fix handling of lowercase 'metadata_block_picture' fields in Vorbis comments.Tsuda Kageyu2016-11-112-0/+18
* Avoid adding fields with invalid keys to Vorbis Comments.Tsuda Kageyu2016-11-101-3/+17
* Don't decode redundant UTF-8 sequences in Win32.Tsuda Kageyu2016-11-101-0/+9
* Separate some tests to make them more specific.Tsuda Kageyu2016-11-092-10/+32
* Check invalid Unicode APE keys properly.Tsuda Kageyu2016-11-091-1/+4
* Merge pull request #765 from TsudaKageyu/zero-length-atomTsuda Kageyu2016-11-082-0/+10
|\
| * Proper handling of MP4 atoms with zero length.Tsuda Kageyu2016-11-022-0/+10
* | Merge pull request #759 from ufleisch/mp4_classicalTsuda Kageyu2016-11-082-0/+95
|\ \ | |/ |/|
| * Support new classical music frames introduced with iTunes 12.5, #758.Urs Fleisch2016-10-182-0/+95
* | Add a common function to generate a long string to test.Tsuda Kageyu2016-10-318-25/+38
* | Allow ScopedFileCopy to be const.Tsuda Kageyu2016-10-311-6/+6
* | Backport a test from taglib2 branch.Tsuda Kageyu2016-10-281-0/+9
* | Suppress some warnings in test.Tsuda Kageyu2016-10-271-6/+6
* | Add a test for File::truncate().Tsuda Kageyu2016-10-271-0/+19
* | Replace a possibly non-free file in the test suite.Tsuda Kageyu2016-10-221-0/+0
|/
* Fix defect in ByteVectorStream::seek when Position==End.Kevin André2016-09-151-0/+14
* Fix reading table of contents frames with a lot of children.Tsuda Kageyu2016-05-142-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
* Always update the global RIFF size when updating RIFF files.Tsuda Kageyu2016-02-221-1/+11
* Separate zlib related code rather than having several #ifdef blocks.Tsuda Kageyu2016-02-211-23/+17
* ByteVector::append() can't take the vector itself.Tsuda Kageyu2016-02-201-2/+10
* Add some tests for ByteVector::replace().Tsuda Kageyu2016-02-201-8/+22
* Fix a possible out-of-bounds access in SynchData::decode().Tsuda Kageyu2016-02-191-0/+9
* Add an overload of ByteVector::replace() which takes chars.Tsuda Kageyu2016-02-181-0/+5
* Decode unsynchronized ID3v2 frames efficiently.Tsuda Kageyu2016-02-181-0/+9
* Reorganize some redundant or missing tests.Tsuda Kageyu2016-02-152-166/+164
* Make sure we don't write UTF8 or UTF16BE to ID3v2.3 tags.Tsuda Kageyu2016-02-151-2/+24
* Fix a wrong test for base64 decoding.Tsuda Kageyu2016-02-111-1/+1
* Add some missing FileRef tests.Tsuda Kageyu2016-02-061-0/+13
* Test if FileRef chooses a correct File type.Tsuda Kageyu2016-02-061-19/+26