summaryrefslogtreecommitdiffstats
path: root/src/test/soundproxy_test.cpp
AgeCommit message (Expand)Author
2017-04-02Fix missing OPUS ifdef in testOwen Williams
2017-02-11Fix decoding of the last MP3 frameUwe Klotz
2017-02-03Improve handling of unsupported .m4a filesUwe Klotz
2017-02-03Update note about unsupported AAC filesUwe Klotz
2017-02-03Customize decoding tests depending on available featuresUwe Klotz
2017-01-18Replace some QSharedPointer with std::shared_ptrUwe Klotz
2017-01-15Disable failing test for .mp3 files temporarilyUwe Klotz
2017-01-15Add a test for seeking to stream boundariesUwe Klotz
2017-01-15Fix skipSampleFrames() for libsndfile, OggVorbis, Opus, WavPackUwe Klotz
2017-01-15Add a test for skipping/reading sample frames (alternating)Uwe Klotz
2017-01-13Regression test: Seek both forwards and backwardsUwe Klotz
2017-01-08Re-enable .m4a test for WindowsUwe Klotz
2016-09-06Re-enable MP3 decoding test for FFmpegUwe Klotz
2016-08-19Avoid using custom member functions of QSharedPointerUwe Klotz
2016-08-19Replace isNull() with operator bool for shared pointersUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-05-16Refactor constants in SoundSourceProxyTestUwe Klotz
2016-04-27Merge branch 'master' into libsndfile_extUwe Klotz
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-04-16Make SoundSourceProxyTest fault tolerantUwe Klotz
2016-02-19Add factory methods for creating temporary TIOsUwe Klotz
2016-01-20Move parsing of metadata from TIO into SoundSourceProxyUwe Klotz
2016-01-20SoundSourceProxy must be constructed from a TIOUwe Klotz
2015-12-30Merge metadata/ into track/Uwe Klotz
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-10-27Renaming: "frame rate" -> "sampling rate"Uwe Klotz
2015-10-09skip SeeekForward test whe using FfmpegDaniel Schürmann
2015-10-08enabled m4a test for all targets except windowsDaniel Schürmann
2015-10-08Added wavpack seek testDaniel Schürmann
2015-08-30Disable seek tests for M4A on WindowsUwe Klotz
2015-06-16Merge branch '1.12' of https://github.com/mixxxdj/mixxx.git into Merge1.12ToM...Uwe Klotz
2015-06-02Correctly distinguish between "file extension" and "SoundSource type"Uwe Klotz
2015-05-28add opus to soundsourceproxy:canOpen testMax Linke
2015-05-26correct soundproxy test broken by cover-test.mp3 renamed to cover-test-png.mp3Sebastien Blaisot
2015-05-23Add checks for supported file types to SoundSourceProxyUwe Klotz
2015-05-23Streamline the MetadataSource interfaceUwe Klotz
2015-05-18Add debug logging for seek testUwe Klotz
2015-05-18Fix static initialization of SoundSource providers in testsUwe Klotz
2015-02-28Keep track of opening/closing AudioSource through SoundSourceProxyUwe Klotz
2015-02-28Move code from specialized AudioSources back into corresponding SoundSourcesUwe Klotz
2015-02-27Replace typedefs in AudioSource with SINTUwe Klotz
2015-02-26Replace some typedefsUwe Klotz
2015-02-25Replace std::vector with SampleBufferUwe Klotz
2015-02-22Add unit tests for decoding of M4A filesUwe Klotz
2015-02-21Improve and extend seek testsUwe Klotz
2015-01-24Minor index calculation cleanupUwe Klotz
2015-01-15Fix MP3 decoding tests. Big kudos to Daniel Schuermann (daschuer)!!Uwe Klotz
2015-01-15Fix the (infinite) test loopUwe Klotz
2015-01-13Delete obsolete audio decoding testsUwe Klotz