summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)Author
2018-06-12Source typosluz.paz
2018-06-02Fix propagation of log levels into plugins with an ugly hackUwe Klotz
2018-05-27Raise some log levels from debug to info/warningUwe Klotz
2018-05-13Merge pull request #1646 from uklotzde/lp1766834_windows_m4a_decoding_errorsDaniel Schürmann
2018-04-25Windows MF: Validate the current position while readingUwe Klotz
2018-04-25Windows MF: Fix rounding errors when seeking and readingUwe Klotz
2018-04-23FLAC/WavPack: Improve validation, align implementation, fix commentsUwe Klotz
2018-04-22Check for valid bits per sampleUwe Klotz
2018-01-04Use 2-pass configuration for SoundSourceMediaFoundationUwe Klotz
2017-12-12Fix naming of member variable (Windows debug build)Uwe Klotz
2017-12-11Merge pull request #1406 from uklotzde/windows_m4a_infinite_recursionDaniel Schürmann
2017-12-08Fix infinite recursion errorUwe Klotz
2017-12-05Fix plugin buildsUwe Klotz
2017-11-25Rename function: readFromHead() -> shrinkForReading()Uwe Klotz
2017-11-25Rename function: dropFromTail() -> shrinkAfterWriting()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-20Replace readFromTail() with dropFromTail()Uwe Klotz
2017-11-19Fix detection of FAAD2 version 2.7Uwe Klotz
2017-11-19Fix awkward and fatal confusion between FIFO and LIFO order!!!Uwe Klotz
2017-11-19Fix reliable detection of FAAD2 version on Fedora 27 / SCons 2.5.1Uwe Klotz
2017-11-19Improve API and documentation of Readable-/WritableSampleFramesUwe Klotz
2017-11-19Improve API of ReadAheadSampleBufferUwe Klotz
2017-11-06Programmatic distinction between ChannelLayout and ChannelCountUwe Klotz
2017-11-06Fix Windows buildUwe 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 Windows buildUwe Klotz
2017-11-06Fix naming and documentation of sample bufferingUwe Klotz
2017-11-06Align and extend APIs for buffering samplesUwe Klotz
2017-11-06Reorder code for parsing track metadata and cover artUwe 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-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-10-20Change print... to print(...) for new scons releaseConner R. Phillips
2017-07-08Fix seeking to the beginning of files for SoundSourceM4AUwe Klotz
2017-05-28Move logger into separate .h/.cpp filesUwe Klotz
2017-05-26Fix unresolved external symbol errors for SoundSource pluginsUwe Klotz
2017-05-26Use the new mixxx::LoggerUwe Klotz
2017-02-08Merge pull request #1170 from uklotzde/soundproxy_testsDaniel Schürmann