summaryrefslogtreecommitdiff
path: root/src/audio/SDL_wave.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* SIZE_MAX need not be defined in limits.hOzkan Sezer2020-11-111-5/+4
* wav: Make sure the data size is a multiple of blockalign, not an exact match.Ryan C. Gordon2020-10-061-1/+2
* Added SDL_log.h to SDL_internal.h so logging is available everywhereSam Lantinga2020-04-071-1/+0
* Fixed compile warningSam Lantinga2020-01-231-0/+1
* audio: Calculate a legitimate SDL_AudioSpec::silence in SDL_LoadWAV_RW().Ryan C. Gordon2020-01-211-0/+2
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Fixed bug 4842 - Redundant condition in MS_ADPCM_Decode and IMA_ADPCM_DecodeSylvain Becker2019-10-231-2/+2
* use SDL_zeroa at more places where the argument is an array.Ozkan Sezer2019-07-311-1/+1
* Fix bug 4746 - introduce SDL_zeroa macro.Ozkan Sezer2019-07-311-1/+1
* MS_ADPCM_Decode: fix assigning an array to a pointer (lose '&').Ozkan Sezer2019-07-311-1/+1
* A few minor changes to placate static analysis.Ryan C. Gordon2019-06-141-2/+4
* wave: Fixed static analysis warning about dead assignment.Ryan C. Gordon2019-06-121-2/+4
* SDL_Wave: missing field 'length' initializerSylvain Becker2019-06-121-3/+7
* windows: Don't let Visual Studio insert an implicit dependency on memset().Ryan C. Gordon2019-06-111-1/+2
* Fixed bug 4662 - SDL failed to build due to error LNK2019: unresolved externa...Sam Lantinga2019-06-101-3/+6
* Cleanup on bug 3894 - Fuzzing crashes for SDL_LoadWAVSam Lantinga2019-06-091-44/+50
* Fixed buildSam Lantinga2019-06-081-2/+6
* Fixed bug 3894 - Fuzzing crashes for SDL_LoadWAVSam Lantinga2019-06-081-526/+1958
* CVE-2019-7578: Fix a buffer overread in InitIMA_ADPCMSam Lantinga2019-06-081-5/+10
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* wave: SDL_LoadWAV now supports 24-bit audio.Ryan C. Gordon2017-09-071-0/+47
* audio: Added basic WAVE_FORMAT_EXTENSIBLE support to .wav loader.Ryan C. Gordon2017-02-171-0/+23
* 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
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Skip JUNK chunks in wave filesSam Lantinga2014-07-081-1/+1
* Fixed compiler warning on Mac OS XSam Lantinga2014-07-071-1/+1
* Fixed mingw64 build and warningsSam Lantinga2014-07-071-1/+1
* Fixed bug 1673 - BEXT wave files only have extra metadata that you can easily...Sam Lantinga2014-06-221-1/+1
* Fix compiler warnings in Native Client and Linux builds.Sam Clegg2014-06-201-2/+4
* Fix warnings, only major one being an SDL_SetError not providing enough argum...Brandon Schaefer2014-06-051-1/+1
* Added annotations to help code analysis toolsSam Lantinga2014-06-041-2/+1
* 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
* Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga2013-08-291-14/+6
* OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo2013-08-211-2/+2
* OCD fixes: Adds a space before */Gabriel Jacobo2013-08-211-2/+2
* Fixed bug 1913 - state->index may get negative in SDL_wave.c file.Sam Lantinga2013-06-181-5/+5
* Make SDL_SetError and friends unconditionally return -1.Ryan C. Gordon2013-03-311-8/+4
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Fixed compiler warning.Ryan C. Gordon2012-08-301-0/+2
* Removed some unused variables that gcc 4.6.1 complains about.Ryan C. Gordon2012-08-091-4/+2
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-19/+18
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Fixed bug #926Sam Lantinga2010-01-241-1/+1