Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix implicit widening after multiplication | Chris Robinson | 2023-12-23 | 1 | -7/+7 |
| | |||||
* | Fix some implicit conversions | Chris Robinson | 2023-12-17 | 1 | -13/+10 |
| | |||||
* | Much more clang-tidy cleanup | Chris Robinson | 2023-12-10 | 1 | -13/+13 |
| | |||||
* | Constify some pointers to indicate they won't change | Chris Robinson | 2023-09-25 | 1 | -1/+1 |
| | |||||
* | Add a SampleConverter method to convert planar buffer lines | Chris Robinson | 2023-09-21 | 1 | -0/+92 |
| | |||||
* | Use std::byte instead of a custom al::byte | Chris Robinson | 2023-05-04 | 1 | -5/+5 |
| | |||||
* | Use macros for the likely/unlikely attributes | Chris Robinson | 2023-03-01 | 1 | -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 resampling | Chris Robinson | 2023-02-12 | 1 | -2/+0 |
| | |||||
* | Always write samples to the destination when resampling | Chris Robinson | 2023-02-11 | 1 | -5/+5 |
| | |||||
* | Avoid using a macro to wrap standard attributes | Chris Robinson | 2022-12-06 | 1 | -1/+1 |
| | |||||
* | Avoid some uses of the LIKELY/UNLIKELY macros | Chris Robinson | 2022-12-05 | 1 | -1/+1 |
| | |||||
* | Change a function to a static method | Chris Robinson | 2022-11-13 | 1 | -1/+1 |
| | |||||
* | Avoid duplicate checks and calculations | Chris Robinson | 2022-11-13 | 1 | -12/+8 |
| | |||||
* | Fix SampleConverter source read count | Chris Robinson | 2022-11-12 | 1 | -46/+22 |
| | |||||
* | Add a method for the input sample delay for the SampleConverter | Chris Robinson | 2022-11-12 | 1 | -1/+6 |
| | |||||
* | Move some more sources to core | Chris Robinson | 2021-04-24 | 1 | -0/+371 |