summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceoggvorbis.cpp
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
2020-10-26SoundSource: Define various constants and constexprsUwe Klotz
2020-08-30Fix invalid forward declarations of Qt typesUwe Klotz
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2019-09-01Increase priority of reference decoders from DEFAULT to HIGHERUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2018-05-25Coding standards conformancekshitij98
2017-11-25Add a utility function to reduce nesting of member function callsUwe Klotz
2017-11-25Use "length" for both slices and rangesUwe Klotz
2017-11-19Improve API and documentation of Readable-/WritableSampleFramesUwe Klotz
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe 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-06Update literals and documentation of OpenResult enumUwe Klotz
2017-11-06Finalize the new AudioSource v2 APIUwe 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-06Rename various member functions in IndexRangeUwe Klotz
2017-11-06Change naming of IndexRange members to avoid misunderstandingsUwe Klotz
2017-11-06Migrate SoundSources to the new v2 APIUwe Klotz
2017-11-06Introduce AudioSource v2 APIUwe Klotz
2017-05-28Move logger into separate .h/.cpp filesUwe Klotz
2017-05-26Use the new mixxx::LoggerUwe Klotz
2017-01-19Use a more versatile name for result codeUwe Klotz
2017-01-15Fix and align various seekSampleFrame() functionsUwe Klotz
2017-01-15Fix skipSampleFrames() for libsndfile, OggVorbis, Opus, WavPackUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-05-11Replace NULL with nullptrUwe Klotz
2016-05-11Pass QUrl by const-refUwe Klotz
2016-04-17Use UNSUPPORTED_FORMAT result code for other SoundSources as wellUwe Klotz
2016-04-16Add detection for unsupported file formatsUwe Klotz
2015-10-27Renaming: "frame rate" -> "sampling rate"Uwe Klotz
2015-10-08Fix usage of QFile::seek. It is absolute!Daniel Schürmann
2015-10-07Merge branch '1.12' into win_utf16_masterDaniel Schürmann
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-05-06Avoid unnecessary integer castsUwe Klotz
2015-05-06Cleanup AudioSource API and use consistent namingUwe Klotz
2015-05-05Rename min/max frame index functions to improve readabilityUwe Klotz
2015-04-22Provide hints for opening audio sources via AudioSourceConfigUwe Klotz
2015-03-20Fix release buildUwe Klotz
2015-03-09Harmonize the behavior of SoundSource::open()Uwe 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