log data/fileio/test/EncodingTest.h @ 1799:8c34ecba70df

age author description
2019-05-17 Chris Cannam Attempt to cope with the fact that Windows Server (for CI builds) lacks certain codecs
2019-05-03 Chris Cannam Add tests for audio file readers presented with empty or nonsense input
2019-01-23 Chris Cannam Avoid compiler warning bqaudiostream
2019-01-22 Chris Cannam Argh, that fix for Mac broke Win bqaudiostream
2019-01-22 Chris Cannam Add Opus tests bqaudiostream
2019-01-21 Chris Cannam QDir::entryList on Mac ignores all of our files with non-ASCII filenames, I think because of variant normalisations (https://bugreports.qt.io/browse/QTBUG-70732). Hard code the file list instead. bqaudiostream
2019-01-21 Chris Cannam Implement title/maker in wav readers; extra handling of supported-ness for file types bqaudiostream
2019-01-17 Chris Cannam We should now be able to get these from Ogg files, though this might not be working yet... bqaudiostream
2018-03-01 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
2017-03-06 Chris Cannam Fix some one-off memory leaks (including distracting ones in tests)
2017-01-10 Chris Cannam Some platforms don't use native Ogg/Vorbis libraries 3.0-integration
2017-01-10 Chris Cannam Use W64 instead of WAV for decoded files; use Ogg reader in preference to WAV one for Ogg files (WAV reader works, via libsndfile, but doesn't load metadata); fix Ogg reader to use QFile open instead of non-Win32-compatible API; add more encoder tests, audio writer test, midi reader test 3.0-integration
2017-01-06 Chris Cannam Fix typo in encoded string 3.0-integration
2017-01-06 Chris Cannam More work on getting tests (especially file encoding ones) running on Windows. Various problems here to do with interaction with test filenames in Hg repos 3.0-integration
2017-01-06 Chris Cannam Add filename encoding tests 3.0-integration