aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_wav.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #986 from ufleisch/ufleisch/wav-extensible-subformatUrs Fleisch2021-01-011-0/+15
|\
| * WAV: Test properties of file with WAVE_FORMAT_EXTENSIBLEUrs Fleisch2020-12-211-0/+15
* | 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
| |/
* / Accept WAV files with garbage appended (#973)Urs Fleisch2020-12-061-2/+44
|/
* Unify File::save(...) APIs between file formats that support ID3v2Scott Wheeler2019-09-111-2/+26
* Mark deprected methods and remove internal usageScott Wheeler2019-09-111-8/+0
* Correct the license information.Tsuda Kageyu2016-02-061-0/+25
* Ignore 'fact' chunk of WAV files if their format is PCM.Tsuda Kageyu2016-01-301-0/+17
* Add some tests to check if the internal flags are updated when writing WAV fi...Tsuda Kageyu2015-11-301-3/+10
* Close temporary files regardless if the tests are successful or not.Tsuda Kageyu2015-11-271-30/+31
* Improve a test about handling duplicate tags in WAV files.Tsuda Kageyu2015-08-251-1/+8
* Fix segfaults when calling File::properties() after strip().Tsuda Kageyu2015-08-251-1/+22
* WAV: AudioProperties improvementsTsuda Kageyu2015-06-181-3/+46
* Check AIFF/WAV files for duplicate tags.Tsuda Kageyu2015-02-181-0/+15
* Fix saving ID3v2/INFO tags of WAV files.Tsuda Kageyu2015-01-301-3/+73
* Separate tests for fuzzed WAV files.Tsuda Kageyu2015-01-011-2/+6
* Fix a segfault when parsing WAV properties.Tsuda Kageyu2014-12-311-2/+5
* Add a test for fuzzed WAV files.Tsuda Kageyu2014-12-311-1/+8
* Fixed a bug on stripping tags when saving .WAV files.Tsuda Kageyu2014-08-071-0/+38
* Detect RIFF files with invalid chunk sizesLukáš Lalinský2011-10-081-0/+8
* Make it possible to run the test suite out of the source treeLukáš Lalinský2011-04-111-1/+1
* Missing fileLukáš Lalinský2010-07-111-0/+28