summaryrefslogtreecommitdiff
path: root/src/audio/nas/SDL_nasaudio.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-03-26Removed newlines from error messages.Philipp Wiesemann1-1/+1
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-08-05nas: initial shot at audio capture support. Compiles, but not tested.Ryan C. Gordon1-35/+111
2016-08-05audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections.Ryan C. Gordon1-1/+1
2016-08-05audio: Removed internal SDL_audiomem.h and macros.Ryan C. Gordon1-3/+2
2016-08-05audio: Clean up some CloseDevice() interface details.Ryan C. Gordon1-13/+4
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-03-18Bunch of reworking to how we manage audio devices.Ryan C. Gordon1-1/+1
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-11-24Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon1-1/+1
2013-08-29Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga1-4/+2
2013-03-31Changed audio subsystem's OpenDevice interface to return -1 on error.Ryan C. Gordon1-11/+6
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2012-09-27Removed executable bit from source filesSam Lantinga1-0/+0
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-11-03Fixed some preprocessor mistakes introduced in iOS project cleanup.Ryan C. Gordon1-2/+2
2011-10-31Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga1-2/+6
2011-09-09Fixed a compiler warning.Ryan C. Gordon1-2/+2
2011-07-26Removed needless macros in various audio targets.Ryan C. Gordon1-4/+1
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-23/+18
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2010-01-26Removed test for "driver is valid, but doesn't see any audio devices."Ryan C. Gordon1-1/+1
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2009-01-01indentSam Lantinga1-1/+1
2009-01-01Adjusted default choice of audio driver.Ryan C. Gordon1-1/+1
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2006-10-28indent is evilSam Lantinga1-19/+23
2006-10-17Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.Ryan C. Gordon1-98/+188
2006-08-24First shot at new audio data types (int32 and float32).Ryan C. Gordon1-1/+1
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-198/+213
2006-02-21Use consistent identifiers for the various platforms we support.Sam Lantinga1-0/+1
2006-02-16New configure-based build system. Still work in progress, but much improvedSam Lantinga1-3/+3
2006-02-10More header massaging... works great on Windows. ;-)Sam Lantinga1-4/+1
2006-02-07Removed uses of stdlib.h and string.hSam Lantinga1-4/+2
2006-02-07Use SDL_ prefixed versions of C library functions.Sam Lantinga1-8/+8
2006-02-01Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga1-12/+7
2004-01-04Updated copyright information for 2004 (Happy New Year!)Sam Lantinga1-1/+1
2002-03-06Updated copyright information for 2002Sam Lantinga1-1/+1
2001-12-14Updated the source with the correct e-mail addressSam Lantinga1-1/+1
2001-04-26Initial revisionSam Lantinga1-0/+308