summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceflac.h
AgeCommit message (Expand)Author
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-10-26Verify that SoundSource providers are prioritized as expectedUwe Klotz
2020-10-26SoundSourceProvider: Expose display name as constantUwe Klotz
2019-09-01Increase priority of reference decoders from DEFAULT to HIGHERUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2018-10-16Declare classes that call virtual functions in their construction/destructor ...RJ Skerry-Ryan
2018-05-09Optimize FLAC decodingUwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-11-06Consolidate sample buffers classesUwe Klotz
2017-11-06Hide more implementation details from the public AudioSource APIUwe Klotz
2017-11-06Remove ability to 'skip' from public AudioSource APIUwe Klotz
2017-11-06Give SoundSources a 2nd chance to open unreadable filesUwe Klotz
2017-11-06Move common functionality from AudioSource into base classUwe Klotz
2017-11-06Introduce next abstraction level of the AudioSource APIUwe Klotz
2017-11-06Migrate SoundSources to the new v2 APIUwe Klotz
2017-11-06Introduce AudioSource v2 APIUwe Klotz
2016-08-19Encapsulate allocation of new SoundSources in generic functionsUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-05-11Pass QUrl by const-refUwe Klotz
2016-05-11Add keyword 'override' to inherited virtual destructorsUwe Klotz
2016-04-16Add detection for unsupported file formatsUwe Klotz
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-07-21Remove another unused member from SoundSourceFLACUwe Klotz
2015-07-21Remove unused member variables mix/max framesize from FLAC decoderUwe Klotz
2015-06-05Use C+11 override keywordUwe Klotz
2015-06-02Correctly distinguish between "file extension" and "SoundSource type"Uwe Klotz
2015-05-16Give SoundSource providers a nameUwe Klotz
2015-05-16Add and register a SoundSourceProvider for each SoundSourceUwe Klotz
2015-04-22Provide hints for opening audio sources via AudioSourceConfigUwe Klotz
2015-04-21Improve decoding of corrupt/malformed FLAC filesUwe Klotz
2015-03-12Split a simplified SingularSampleBuffer class from CircularSampleBufferUwe Klotz
2015-03-11Rename FifoSampleBuffer to CircularSampleBufferUwe Klotz
2015-03-10FifoSampleBuffer for temporary buffering of decoded audio dataUwe Klotz
2015-03-09Cleanup and fix FLAC buffer length/offset calculationsUwe Klotz
2015-03-09Harmonize the behavior of SoundSource::open()Uwe 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-19Create SoundSource from URLUwe Klotz
2015-01-13Reformat source code (roughly K&R + spaces)Uwe Klotz
2015-01-10Delete typedef Super (review comments)Uwe Klotz
2015-01-07Move Audio-/SoundSources code into separate directoryUwe Klotz