summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceproviderregistry.cpp
AgeCommit message (Expand)Author
2020-10-26Rename typedefsUwe Klotz
2020-10-26SoundSourceProviderRegistry: Use display name as identifierUwe Klotz
2020-10-26SoundSourceProvider: Expose display name as constantUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-09-19Remove SoundSource plugins. Move SoundSourceM4A and SoundSourceWV into Mixxx.RJ Skerry-Ryan
2018-09-15Migrate SoundSourceMediaFoundation from a plugin to a core SoundSource.RJ Skerry-Ryan
2017-05-28Move logger into separate .h/.cpp filesUwe Klotz
2017-05-26Use the new mixxx::LoggerUwe Klotz
2016-08-21Create and cache a single SoundSource provider for each plugin libraryUwe Klotz
2016-08-20Rename function in wrapper for loading dynamic librariesUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2015-11-25Delete unused listIter (review comments)Uwe Klotz
2015-11-25Delete unused function reregisterProviderForFileExtension() (review comments)Uwe Klotz
2015-11-25Renaming: mapIter -> registryIter (review comments)Uwe Klotz
2015-11-25Delete unnecessary constant EMPTY_REGISTRATION_LIST (review comments)Uwe Klotz
2015-11-23Rename class memberUwe Klotz
2015-11-23Add function to modify SoundSource provider prioritiesUwe Klotz
2015-11-23Refactoring and optimizations for C++11 (std::move)Uwe Klotz
2015-11-23Add deregistration functions for SoundSource providersUwe Klotz
2015-11-23Parameterize priority hints by file extension (review comments)Uwe Klotz
2015-11-23Delete typedef SoundSourceProviderRegistrationList (review comments)Uwe Klotz
2015-11-23Move Priority out of SoundSourceProviderUwe Klotz
2015-11-23C++11: Replace foreach with range-based for loopUwe Klotz
2015-11-23Retry to open Sound-/AudioSources with different providers after failureUwe Klotz
2015-08-27Fix extern "C" linkage of SoundSource plugin APIUwe Klotz
2015-06-02Correctly distinguish between "file extension" and "SoundSource type"Uwe Klotz
2015-05-21Change getter name: getFileName() -> getFilePath()Uwe Klotz
2015-05-19Delete obsolete member functions and code cleanupUwe Klotz
2015-05-19Simplify SoundSource plugin registrationUwe Klotz
2015-05-18Avoid unnecessary locking in SoundSourceProxyUwe Klotz
2015-05-18Fix SoundSource plugin warningUwe Klotz
2015-05-18Wrap static members from SoundSourceProxy into classUwe Klotz