aboutsummaryrefslogtreecommitdiffstats
path: root/core/converter.cpp
Commit message (Expand)AuthorAgeFilesLines
* The decoders don't need space for resamplingChris Robinson2023-02-121-2/+0
* Always write samples to the destination when resamplingChris Robinson2023-02-111-5/+5
* Avoid using a macro to wrap standard attributesChris Robinson2022-12-061-1/+1
* Avoid some uses of the LIKELY/UNLIKELY macrosChris Robinson2022-12-051-1/+1
* Change a function to a static methodChris Robinson2022-11-131-1/+1
* Avoid duplicate checks and calculationsChris Robinson2022-11-131-12/+8
* Fix SampleConverter source read countChris Robinson2022-11-121-46/+22
* Add a method for the input sample delay for the SampleConverterChris Robinson2022-11-121-1/+6
* Move some more sources to coreChris Robinson2021-04-241-0/+371