summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceopus.cpp
AgeCommit message (Expand)Author
2021-01-18Logging: Use lightweight QString instead of QDirJan Holthuis
2020-12-07Reuse StreamInfo for TrackMetadataUwe Klotz
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-10-26Verify that SoundSource providers are prioritized as expectedUwe Klotz
2020-10-26Use Q_UNUSEDUwe Klotz
2020-10-26SoundSourceProvider: Expose display name as constantUwe Klotz
2020-10-26SoundSource: Define various constants and constexprsUwe Klotz
2020-09-25sources/soundsourceopus: Add missing typecastJan Holthuis
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2020-03-30Use new PCM audio property typesUwe Klotz
2019-09-14Merge pull request #1356 from uklotzde/ffmpeg31Be
2019-09-01Increase priority of reference decoders from DEFAULT to HIGHERUwe Klotz
2019-06-30Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2019-02-08Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-01-15Encode file names correctly on macOSUwe Klotz
2018-12-25Add new SoundSource for FFmpeg 3.1 (and beyond)Uwe Klotz
2017-12-06Re-enable new metadata propertiesUwe Klotz
2017-12-05Use TagLib instead of opusfileUwe Klotz
2017-12-05Temporarily disable unused track metadata propertiesUwe Klotz
2017-12-05Do not consider audio properties when exporting metadataUwe Klotz
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-06Prepare next level of metadata synchronizationUwe Klotz
2017-11-06Programmatic distinction between ChannelLayout and ChannelCountUwe Klotz
2017-11-06Use new album/track info classes for storing track metadataUwe Klotz
2017-11-06Reuse audio property types for track metadataUwe Klotz
2017-11-06Use 'Duration' instead of 'double' for track metadataUwe 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-21Replace const with constexprUwe 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
2017-01-13Merge remote-tracking branch 'mixxxdj/1.12'RJ Ryan
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-06-25Remove obsolete cast to doubleUwe Klotz