summaryrefslogtreecommitdiff
path: root/src/audio/paudio/SDL_paudio.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+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
* Fixed bug 2330 - Debian bug report: SDL2 X11 driver buffer overflow with larg...Sam Lantinga2017-08-141-20/+8
* aix: Removed unused local variable.Philipp Wiesemann2017-07-291-1/+0
* aix: Fixed audio debug output.Philipp Wiesemann2017-07-021-1/+1
* aix: Fixed compile error.Philipp Wiesemann2017-07-011-5/+5
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections.Ryan C. Gordon2016-08-051-1/+1
* audio: Removed internal SDL_audiomem.h and macros.Ryan C. Gordon2016-08-051-3/+2
* audio: Clean up some CloseDevice() interface details.Ryan C. Gordon2016-08-051-15/+4
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* AIX: Fixed nearly impossible file descriptor leak.Philipp Wiesemann2015-06-041-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Bunch of reworking to how we manage audio devices.Ryan C. Gordon2015-03-181-3/+3
* Initial work on audio device hotplug support.Ryan C. Gordon2015-03-161-2/+2
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon2013-11-241-1/+1
* Added a macro SDL_TICKS_PASSED() to correctly compare two 32-bit tick values.Sam Lantinga2013-10-201-3/+1
* Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga2013-08-291-4/+2
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-3/+3
* Changed audio subsystem's OpenDevice interface to return -1 on error.Ryan C. Gordon2013-03-311-15/+8
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga2011-10-311-0/+4
* Removed needless macros in various audio targets.Ryan C. Gordon2011-07-261-4/+1
* Removed /dev/dsp DMA audio target.Ryan C. Gordon2011-07-241-1/+1
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-21/+18
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Removed test for "driver is valid, but doesn't see any audio devices."Ryan C. Gordon2010-01-261-2/+1
* Fixed bug #926Sam Lantinga2010-01-241-1/+1
* indentSam Lantinga2009-01-011-1/+1
* Adjusted default choice of audio driver.Ryan C. Gordon2009-01-011-1/+3
* Updated copyright dateSam Lantinga2008-12-081-1/+1
* Final merge of Google Summer of Code 2008 work...Sam Lantinga2008-08-271-3/+2
* indent is evilSam Lantinga2006-10-281-6/+9
* Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.Ryan C. Gordon2006-10-171-146/+182
* First shot at new audio data types (int32 and float32).Ryan C. Gordon2006-08-241-1/+1
* SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga2006-07-101-365/+369
* Use consistent identifiers for the various platforms we support.Sam Lantinga2006-02-211-0/+1
* New configure-based build system. Still work in progress, but much improvedSam Lantinga2006-02-161-3/+3
* More header massaging... works great on Windows. ;-)Sam Lantinga2006-02-101-4/+1
* Removed uses of stdlib.h and string.hSam Lantinga2006-02-071-3/+2
* Use SDL_ prefixed versions of C library functions.Sam Lantinga2006-02-071-9/+9
* Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga2006-02-011-13/+8
* Initial revisionSam Lantinga2001-04-261-0/+519