| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #96768 from DeeJayLSP/wav-end | Rémi Verschelde | 2024-09-12 | 1 | -1/+1 |
|\ |
|
| * | WAV: Fix one frame overflow at the end | DeeJayLSP | 2024-09-11 | 1 | -1/+1 |
* | | Merge pull request #96572 from adamscott/fix-samples-leak | Rémi Verschelde | 2024-09-09 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Fix leak when using audio samples instead of streams | Adam Scott | 2024-09-04 | 1 | -0/+3 |
* | | Merge pull request #96017 from DeeJayLSP/wav-vec | Rémi Verschelde | 2024-09-08 | 1 | -46/+22 |
|\ \
| |/
|/| |
|
| * | AudioStream(Playback)WAV: Use LocalVectors instead of pointers | DeeJayLSP | 2024-09-08 | 1 | -46/+22 |
* | | Merge pull request #96174 from DeeJayLSP/wav-docs | Rémi Verschelde | 2024-08-30 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | WAV stream/importer: Improve compression/loop names and descriptions | DeeJayLSP | 2024-08-30 | 1 | -1/+1 |
| * | WAV: Add missing break on `get_length()` | DeeJayLSP | 2024-08-25 | 1 | -0/+1 |
* | | QOA: Remove unnecessary memory allocation | DeeJayLSP | 2024-08-24 | 1 | -14/+10 |
|/ |
|
* | Add samples playback support | Adam Scott | 2024-06-18 | 1 | -0/+43 |
* | Use data length on QOA checks instead of min size | DeeJayLSP | 2024-05-08 | 1 | -2/+3 |
* | Add QOA (Quite OK Audio) as a WAV compression mode | DeeJayLSP | 2024-05-01 | 1 | -31/+113 |
* | Enforce template syntax `typename` over `class` | Thaddeus Crews | 2024-03-07 | 1 | -1/+1 |
* | Fix member names of `AudioFrame` to match extension | A Thousand Ships | 2024-02-13 | 1 | -2/+2 |
* | Enable shadow warnings and fix raised errors | Ninni Pipping | 2023-05-11 | 1 | -28/+28 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -2/+2 |
* | Use `constexpr` in the conditions with template parameters and `sizeof`s to s... | bruvzg | 2022-09-29 | 1 | -2/+2 |
* | Change time parameters and variables to double type | Dave Palais | 2022-09-26 | 1 | -6/+6 |
* | Rename AudioStreamSample to a more discoverable name | DeeJayLSP | 2022-07-28 | 1 | -0/+667 |