summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourcesndfile.cpp
AgeCommit message (Expand)Author
2021-02-16SoundSourceSndFile: do not support ogg for libsndfile >= 1.0.30Be
2021-01-16Disable decoding of OGG files for libsndfile-1.0.30Uwe Klotz
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-17Use QLatin1String instead of QStringLiteral for == comparisonsJan Holthuis
2020-10-26Disable broken OGG decoding for libsndfile-1.0.30 on macOSUwe Klotz
2020-10-26SoundSourceProvider: Expose display name as constantUwe Klotz
2020-10-26SoundSource: Define various constants and constexprsUwe Klotz
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2019-09-02Adjust priorities for libsndfileUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2019-01-15Encode file names correctly on macOSUwe Klotz
2017-11-25Add a utility function to reduce nesting of member function callsUwe 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-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-26Fix a missing #include on WindowsUwe Klotz
2017-05-26Use the new mixxx::LoggerUwe Klotz
2017-02-04Convert tabs to spaces.RJ Ryan
2017-01-28Rename debug assertion macroUwe 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-26Disable ALAC/M4A support for SoundSourceSndFileUwe Klotz
2016-05-11Merge pull request #949 from uklotzde/FFmpegCleanupRJ Ryan
2016-05-11Replace NULL with nullptrUwe Klotz
2016-05-11Pass QUrl by const-refUwe Klotz
2016-05-11Reuse result of sf_strerror()Uwe Klotz
2016-05-11Fix error handling when opening files with unknown formatsUwe Klotz
2016-04-16Add detection for unsupported file formatsUwe Klotz
2016-04-16Add support for ogg/m4a/caf files via libsndfileUwe Klotz
2015-11-18Use native file path separators for libsndfile on WindowsUwe Klotz
2015-11-06Windows build: Fix changes introduced by merging 1.12Uwe Klotz
2015-10-27Renaming: "frame rate" -> "sampling rate"Uwe Klotz
2015-10-16Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-10-16Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-10-13Fix conversion from std::wstring to null-terminated wchar_t*Uwe Klotz
2015-10-07Avoid suspicious LPCWSTR castDaniel Schürmann
2015-06-02Correctly distinguish between "file extension" and "SoundSource type"Uwe Klotz
2015-05-16Give SoundSource providers a nameUwe Klotz