aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Ogg: Set granule position to -1 if no packets finish on page (#864)Urs Fleisch2021-02-141-0/+28
* Add more unit testsUrs Fleisch2021-01-185-0/+85
* Support a consistent set of MusicBrainz properties where possibleUrs Fleisch2021-01-105-0/+196
* Add missing iTunes properties for MP4 tagsUrs Fleisch2021-01-101-0/+86
* Add missing 'COMPOSERSORT' property for ID3v2 tagsUrs Fleisch2021-01-101-0/+12
* Add more unit testsUrs Fleisch2021-01-035-0/+352
* Remove some DSF and DSDIFF leftoversUrs Fleisch2021-01-022-0/+0
* Merge pull request #989 from ufleisch/ufleisch/id3v2-genresUrs Fleisch2021-01-011-1/+53
|\
| * Write ID3v2.3 genres with multiple references to ID3v1 genres (#988)Urs Fleisch2020-12-301-0/+28
| * Read ID3v2.3 genres with multiple references to ID3v1 genres (#988)Urs Fleisch2020-12-301-1/+25
* | Merge pull request #986 from ufleisch/ufleisch/wav-extensible-subformatUrs Fleisch2021-01-012-0/+15
|\ \
| * | WAV: Test properties of file with WAVE_FORMAT_EXTENSIBLEUrs Fleisch2020-12-212-0/+15
* | | Merge pull request #983 from ufleisch/ufleisch/flac-comment-before-pictureUrs Fleisch2021-01-011-0/+79
|\ \ \
| * | | FLAC: Test if picture is stored after commentUrs Fleisch2020-12-211-0/+79
| | |/ | |/|
* | | Merge pull request #981 from ufleisch/ufleisch/alac-without-bitrateUrs Fleisch2021-01-011-0/+48
|\ \ \
| * | | Handle the case when MP4 file header has zero bitrateUrs Fleisch2020-12-271-0/+23
| * | | ALAC: Test properties of file without bitrateUrs Fleisch2020-12-211-0/+25
| |/ /
* | | Merge pull request #980 from ufleisch/ufleisch/wav-float-without-factUrs Fleisch2020-12-281-0/+22
|\ \ \
| * | | Add test for IEEE Float WAV file without fact chunkUrs Fleisch2020-12-221-0/+22
| |/ /
* | | Merge pull request #978 from ufleisch/ufleisch/wavs-with-garbageUrs Fleisch2020-12-282-4/+46
|\ \ \
| * | | Accept WAV files with garbage appended (#973)Urs Fleisch2020-12-062-4/+46
| | |/ | |/|
* | | Merge pull request #963 from dbry/wavpack-fixesUrs Fleisch2020-12-283-0/+32
|\ \ \
| * | | WavPack: Add test with non-standard sample rateUrs Fleisch2020-12-232-0/+16
| * | | add test for WavPack DSD (issue #962)David Bryant2020-07-012-0/+16
* | | | Merge pull request #942 from uqs/masterUrs Fleisch2020-12-281-0/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | ID3v1: Improve compatibility by mapping renamed genre names to codesUrs Fleisch2020-12-271-0/+13
| |/ /
* | | Make PlainFile available to all testsUrs Fleisch2020-12-212-10/+51
* | | MP4: Remove item when empty string is set (#929)Urs Fleisch2020-12-131-0/+59
| |/ |/|
* | Downgrade numerical genres back to ID3v2.3 formatScott Wheeler2020-10-121-2/+11
|/
* Remove DSF and DSDIFF from master to a feature branchScott Wheeler2019-09-124-191/+0
* Unify File::save(...) APIs between file formats that support ID3v2Scott Wheeler2019-09-112-2/+50
* Mark deprected methods and remove internal usageScott Wheeler2019-09-1116-56/+24
* Deprecate calls to MPEG::File::save(...) that use boolean paramsScott Wheeler2019-09-102-10/+10
* Merge pull request #917 from ufleisch/ogg-bitrateScott Wheeler2019-09-102-2/+2
|\
| * Calculate Ogg bitrate without overhead size (#874)Urs Fleisch2019-09-022-2/+2
* | Tests need C++11Scott Wheeler2019-09-051-0/+2
* | Fix spelling and typosJonas Kvinge2019-08-262-5/+5
|/
* Support ID3v2 GRP1 frame introduced with iTunes 12.5.4.42, #903. (#904)Urs Fleisch2019-05-171-0/+28
* Add DSF and DSDIFF file types management (#878)Jonas Kvinge2018-10-266-0/+191
* taglib: fix test build failure on powerpc/c++11 (#834)Sergei Trofimovich2017-09-181-3/+3
* Merge pull request #799 from TsudaKageyu/filetype-detectionTsuda Kageyu2017-06-121-1/+75
|\
| * Restore FileRef::create() in order not to change the previous behavior.Tsuda Kageyu2017-06-061-0/+14
| * Restore the layout of the copyright header of test_fileref.cpp.Tsuda Kageyu2017-02-041-21/+21
| * Enable FileRef to detect file types by the actual content of a stream.Tsuda Kageyu2017-02-041-22/+82
* | 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