summaryrefslogtreecommitdiff
path: root/src/SDL_dataqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-2/+1
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Added SDL_PeekIntoDataQueue().Ryan C. Gordon2017-10-101-0/+25
* Added SDL_ReserveSpaceInDataQueue() to make space without copying data.Ryan C. Gordon2016-12-271-34/+88
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Refactored the audio queueing code to a generic SDL_DataQueue interface.Ryan C. Gordon2016-12-061-0/+260