summaryrefslogtreecommitdiffstats
path: root/src/test/soundproxy_test.cpp
AgeCommit message (Expand)Author
2021-09-27Promote simple const variables to constexprtcoyvwac
2021-06-10test: Only register SoundSourceProviders when actually necessaryJan Holthuis
2021-05-13Indicate if modified/unmodified when importing track metadataUwe Klotz
2021-05-13Track metadata import/update: Rename enumerationUwe Klotz
2021-05-11Import metadata and cover image without temporary track objectUwe Klotz
2021-04-02Refactor the Sandbox interface for FileInfo/FileAccessUwe Klotz
2021-02-03Make sure title from file fall back works also when reload metadataDaniel Schürmann
2021-02-01Added SoundSourceProxyTest.readNoTitle for testing the fallback title solutionDaniel Schürmann
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into indexrangimproveUwe Klotz
2020-11-01Rename isPartOf() to isSubrangeOf()Daniel Schürmann
2020-10-26Remove too abstract IndexRange::span()Daniel Schürmann
2020-10-26Introduce IndexRange::isPartOf()Daniel Schürmann
2020-10-26SoundSourceProxyTest: Log file path and providerUwe Klotz
2020-10-26Run SoundSource tests for all available providersUwe Klotz
2020-10-23Extend SoundSource seek and read testUwe Klotz
2020-10-16Merge branch '2.3' into 2.3_ffmpegUwe Klotz
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-28Externalize forward declarations for Track objectUwe Klotz
2020-09-19Rename test utility namespace: test -> mixxxtestUwe Klotz
2020-09-19Use QTemporaryFile for creating empty files in testsUwe Klotz
2020-09-18Fix openEmptyFile test for SoundSourceProxyUwe Klotz
2020-09-17Add audio test file for Lavf/AAC generated by FFmpegUwe Klotz
2020-06-07Ignore unsupported file formats in SoundSourceProxyTestUwe Klotz
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2019-09-14Merge pull request #1356 from uklotzde/ffmpeg31Be
2019-09-02Add ALAC/CAF test file for libsndfileUwe Klotz
2019-07-08Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-07-03Replace SoundSourceFFmpeg with new implementation for FFmpeg 4.xUwe Klotz
2019-06-30Delete obsolete #include directiveUwe Klotz
2019-06-15Add a wrapper class for handling track file locationsUwe Klotz
2019-05-30Add a WMA test fileUwe Klotz
2019-02-08Increase required FFmpeg version from 3.1 to 4.0Uwe Klotz
2018-12-25Add new SoundSource for FFmpeg 3.1 (and beyond)Uwe Klotz
2018-01-11Add regression test for custom comment tagsUwe Klotz
2017-12-11Merge pull request #1406 from uklotzde/windows_m4a_infinite_recursionDaniel Schürmann
2017-12-11Fix unused parametersUwe Klotz
2017-12-11Add a test for opening empty audio filesUwe Klotz
2017-12-10Test audio decoding for various buffer sizesUwe Klotz
2017-12-07Add a regression test for Windows M4A infinite recursionUwe Klotz
2017-11-25Add a utility function to reduce nesting of member function callsUwe Klotz
2017-11-06Programmatic distinction between ChannelLayout and ChannelCountUwe Klotz
2017-11-06Use new album/track info classes for storing track metadataUwe Klotz
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-11-06Enclose sample buffering classes into namespace 'mixxx'Uwe Klotz
2017-11-06Remove ability to 'skip' from public AudioSource APIUwe Klotz
2017-11-06Finalize the new AudioSource v2 APIUwe Klotz
2017-11-06Move common functionality from AudioSource into base classUwe Klotz