aboutsummaryrefslogtreecommitdiffstats
path: root/core/converter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix implicit widening after multiplicationChris Robinson2023-12-231-7/+7
|
* Fix some implicit conversionsChris Robinson2023-12-171-13/+10
|
* Much more clang-tidy cleanupChris Robinson2023-12-101-13/+13
|
* Constify some pointers to indicate they won't changeChris Robinson2023-09-251-1/+1
|
* Add a SampleConverter method to convert planar buffer linesChris Robinson2023-09-211-0/+92
|
* Use std::byte instead of a custom al::byteChris Robinson2023-05-041-5/+5
|
* Use macros for the likely/unlikely attributesChris Robinson2023-03-011-1/+1
| | | | | The syntax parser for GCC 8 (and earlier?) fails when these attributes are in certain places.
* 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