aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_flac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Be tolerant of empty FLAC seektable blocks.Tsuda Kageyu2017-01-101-0/+19
* Add a test for #743/#779.Tsuda Kageyu2016-11-291-0/+23
* Add a common function to generate a long string to test.Tsuda Kageyu2016-10-311-2/+2
* Correct the license information.Tsuda Kageyu2016-02-061-0/+25
* Enable FLAC::File to remove non-standard tags.Tsuda Kageyu2015-12-211-0/+52
* Remove duplicate Vorbis comment blocks when saving a FLAC file.Tsuda Kageyu2015-12-161-0/+2
* Merge pull request #682 from TsudaKageyu/save-flacTsuda Kageyu2015-12-151-4/+109
|\
| * Fix saving FLAC files.Tsuda Kageyu2015-12-021-4/+109
* | Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-13/+13
|/
* Close temporary files regardless if the tests are successful or not.Tsuda Kageyu2015-11-271-140/+141
* Add a test to check if the FLAC audio stream remains intact after adding an I...Tsuda Kageyu2015-08-031-0/+25
* FLAC: AudioProperties improvementsTsuda Kageyu2015-08-011-0/+19
* Make FLAC::File tolerant to zero-sized padding blocks.Tsuda Kageyu2015-07-291-0/+9
* Fix various memleaks in the testsUwe L. Korn2014-09-141-0/+2
* Modified some tests to work with MSVC.Tsuda Kageyu2014-06-201-1/+11
* fixed build failurenaiar2013-06-071-2/+2
* Merge remote-tracking branch 'official/master'Michael Helmling2012-12-101-1/+1
|\
| * Fix tests when compiled with clang on LinuxLukáš Lalinský2012-11-111-1/+1
* | Add a test case for the return value of setProperties()Michael Helmling2012-12-101-0/+12
|/
* Tabs to spacesBirunthan Mohanathas2012-04-191-1/+1
* fixed testsMichael Helmling2012-02-151-3/+4
* Added tests and information about ignored id3 frames.Michael Helmling2012-01-011-0/+22
* Test FLAC: cleanup copied fileMathias Panzenböck2011-06-241-1/+1
* Make it possible to run the test suite out of the source treeLukáš Lalinský2011-04-111-1/+1
* Don't overwrite fields that already existLukáš Lalinský2011-03-191-0/+22
* Fix FLAC testsLukáš Lalinský2011-01-081-10/+0
* Full read/write support for FLAC picturesLukáš Lalinský2011-01-081-3/+137
* Read-only support for FLAC picture blocksLukáš Lalinský2010-07-251-0/+21
* Added FLAC::Properties::signature()Lukáš Lalinský2010-07-111-0/+7
* New utility class to make sure temporary files are always deletedLukáš Lalinský2009-11-021-3/+2
* Always read tags from the first Vorbis Comment block in FLAC filesLukáš Lalinský2009-11-021-0/+40