aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_mp4.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support a consistent set of MusicBrainz properties where possibleUrs Fleisch2021-01-101-0/+6
* Add missing iTunes properties for MP4 tagsUrs Fleisch2021-01-101-0/+86
* 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
* MP4: Remove item when empty string is set (#929)Urs Fleisch2020-12-131-0/+59
* Mark deprected methods and remove internal usageScott Wheeler2019-09-111-3/+0
* Merge pull request #765 from TsudaKageyu/zero-length-atomTsuda Kageyu2016-11-081-0/+10
|\
| * Proper handling of MP4 atoms with zero length.Tsuda Kageyu2016-11-021-0/+10
* | Support new classical music frames introduced with iTunes 12.5, #758.Urs Fleisch2016-10-181-0/+53
|/
* Correct the license information.Tsuda Kageyu2016-02-061-0/+25
* Merge pull request #683 from TsudaKageyu/save-mp4Tsuda Kageyu2015-12-161-0/+12
|\
| * Fix saving MP4 files.Tsuda Kageyu2015-11-241-0/+12
* | Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-10/+10
* | Add some tests for M4V files.Tsuda Kageyu2015-11-301-0/+16
* | Close temporary files regardless if the tests are successful or not.Tsuda Kageyu2015-11-271-95/+93
|/
* Consistent rounding when calculating the MP4 audio length.Tsuda Kageyu2015-11-191-1/+1
* Separate some tests for MP4::File::hasMP4Tag().Tsuda Kageyu2015-11-181-6/+25
* Add a method to check if an MP4 file on disk actually has a tag.Tsuda Kageyu2015-11-131-0/+4
* Fixes access violationErwin Jansen2015-10-091-0/+8
* MP4: Do rounding when calculating the bit rate.Tsuda Kageyu2015-06-181-1/+1
* MP4: AudioProperties improvementsTsuda Kageyu2015-06-181-4/+12
* Add accessors to manipulate MP4 tags without modifying the internal structureScott Wheeler2015-05-181-34/+37
* Add isEmpty() to MP4Scott Wheeler2015-05-181-0/+13
* Fix infinite loops when parsing MP4 files.Tsuda Kageyu2015-02-181-0/+7
* Fix various memleaks in the testsUwe L. Korn2014-09-141-0/+3
* Modified some tests to work with MSVC.Tsuda Kageyu2014-06-201-1/+3
* Added TagLib::MP4::PropertyMap::codec()Lukáš Lalinský2013-10-081-0/+2
* Implement the PropertyMap interface for MP4Lukáš Lalinský2012-11-221-0/+51
* Fix tests when compiled with clang on LinuxLukáš Lalinský2012-11-111-1/+1
* Support for reading ALAC audio propertiesFrank Lai2011-06-091-1/+1
* Add a (failing) test for reading ALAC audio propertiesLukáš Lalinský2011-06-081-2/+13
* Make it possible to run the test suite out of the source treeLukáš Lalinský2011-04-111-6/+6
* Ignore trailing non-data atoms when parsing MP4 covr atomsLukáš Lalinský2010-04-021-0/+16
* Be more paranoid about checking MP4 filesLukáš Lalinský2009-12-141-0/+9
* New utility class to make sure temporary files are always deletedLukáš Lalinský2009-11-021-15/+10
* Fixed ID3v1-style genre to string conversion in MP4 filesLukáš Lalinský2009-10-291-0/+7
* Support for MP4 cover artLukáš Lalinský2009-10-241-0/+41
* This value should be bool, not intLukáš Lalinský2009-09-141-1/+1
* Partial support for 64-bit atomsLukáš Lalinský2009-07-241-0/+27
* Fix off-by-one error in MP4::Tag when looking for free padding to useLukáš Lalinský2009-04-291-0/+20
* Add my old WMA and MP4 code. It is disabled by default, must be explicitly en...Lukáš Lalinský2008-11-121-0/+103