summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsource.h
AgeCommit message (Expand)Author
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-04-25Update doc comments and formattingUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2017-11-19Improve API and documentation of Readable-/WritableSampleFramesUwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-11-06Reorder code for parsing track metadata and cover artUwe Klotz
2017-11-06Extract all pure virtual functions into source interfacesUwe Klotz
2017-11-06Give SoundSources a 2nd chance to open unreadable filesUwe Klotz
2017-11-06Update literals and documentation of OpenResult enumUwe Klotz
2017-01-19Use a more versatile name for result codeUwe Klotz
2017-01-18Replace some QSharedPointer with std::shared_ptrUwe Klotz
2016-08-19Encapsulate allocation of new SoundSources in generic functionsUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-06-23Improve exception/error handling around SoundSource::tryOpen()Uwe Klotz
2016-04-16Add detection for unsupported file formatsUwe Klotz
2016-01-23Add overridable function for writing track metadata into fileUwe Klotz
2015-10-27Reuse AudioSignal for AudioSourceConfigUwe Klotz
2015-06-05Use C+11 override keywordUwe Klotz
2015-06-02Correctly distinguish between "file extension" and "SoundSource type"Uwe Klotz
2015-05-23Streamline the MetadataSource interfaceUwe Klotz
2015-05-14New streamlined SoundSource plugin API version 8Uwe Klotz
2015-04-22Provide hints for opening audio sources via AudioSourceConfigUwe Klotz
2015-03-09Harmonize the behavior of SoundSource::open()Uwe Klotz
2015-03-05Make SoundSourceOpener exception-safeUwe Klotz
2015-03-05Immediately close() a SoundSource if open() failsUwe Klotz
2015-02-28Fix minor issues after refactoringUwe Klotz
2015-02-28Move code from specialized AudioSources back into corresponding SoundSourcesUwe Klotz
2015-02-06Universal tag reading function for all TagLib file typesUwe Klotz
2015-02-03Review: Delete old file headersUwe Klotz
2015-01-26Harmonize handling of URL (re-)sourcesUwe Klotz
2015-01-21Move creation logic for AudioSources into base classUwe Klotz
2015-01-19Create SoundSource from URLUwe Klotz
2015-01-07Move Audio-/SoundSources code into separate directoryUwe Klotz