summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceflac.cpp
AgeCommit message (Expand)Author
2021-06-20SoundSourceFLAC: Fix variable name in commentUwe Klotz
2021-06-20SoundSourceFLAC: Reword commentUwe Klotz
2021-06-19SoundSourceFLAC: Fix wrong namingUwe Klotz
2021-06-19Rename temporary variableUwe Klotz
2021-06-19lp1933001: Preserve phase of decoded FLAC samplesUwe Klotz
2021-06-14SoundSourceFLAC: Fix armv7hl build on gcc 11.1Uwe Klotz
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-06Merge pull request #3057 from uklotzde/soundsourcesJan Holthuis
2020-10-29SoundSourceFLAC: Fix Werror=sign-compare for armv7hlUwe Klotz
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-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2019-10-18Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-10-05Recover from FLAC deocding errorsUwe Klotz
2019-09-01Increase priority of reference decoders from DEFAULT to HIGHERUwe Klotz
2019-05-14Split logging statements on separate lines and reformatUwe Klotz
2019-05-14Split long lines and reformatUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2018-05-09Use constexpr and reword commentsUwe Klotz
2018-05-09Get rid of (most) implicit assumptionsUwe Klotz
2018-05-09Add an assertion (just in case)Uwe Klotz
2018-05-09Optimize FLAC decodingUwe Klotz
2018-05-08Fix decoding of improperly encoded FLAC filesUwe Klotz
2018-04-23FLAC: Accept files with 4 to 32 bits per sampleUwe Klotz
2018-04-23FLAC/WavPack: Improve validation, align implementation, fix commentsUwe Klotz
2018-04-22Check for valid bits per sampleUwe Klotz
2018-04-22Clarify conversion of fixed-point integer to floating point samplesUwe Klotz
2018-04-22Fix -6dB gain in FLACJamie Gifford
2017-11-25Rename function: readFromHead() -> shrinkForReading()Uwe Klotz
2017-11-25Rename function: writeToTail() -> growForWriting()Uwe 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-19Fix awkward and fatal confusion between FIFO and LIFO order!!!Uwe Klotz
2017-11-19Improve API and documentation of Readable-/WritableSampleFramesUwe Klotz
2017-11-19Improve API of ReadAheadSampleBufferUwe Klotz
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-11-06Fix naming and documentation of sample bufferingUwe Klotz
2017-11-06Align and extend APIs for buffering samplesUwe 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