summaryrefslogtreecommitdiffstats
path: root/libao2/ao_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-17/+11
* Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-6/+6
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-6/+6
* Merge svn changes up to r29277Uoti Urpala2009-05-081-2/+2
|\
| * Simplify: use av_fifo_spacereimar2009-04-101-2/+2
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-66/+21
|\|
| * Reuse libavutil fifo code instead of reimplementing it over and over.reimar2009-03-091-66/+21
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-1/+1
|\|
| * Make ao_info_t structs const.reimar2009-03-061-1/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-1/+1
|\|
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-1/+1
* | Merge svn changes up to r27573Uoti Urpala2008-09-101-5/+17
|\|
| * Replace casual GPL notices by proper license headers.diego2008-09-071-5/+17
* | Make various functions staticUoti Urpala2008-08-121-1/+1
|/
* cosmetics: Remove pointless parentheses from return statements.diego2008-05-161-1/+1
* SYS_AMIGAOS4 --> __AMIGAOS4__diego2007-12-111-1/+1
* ISO8859-1 --> UTF-8diego2007-07-091-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-4/+4
* Support for AOPLAY_FINAL_CHUNK in ao_sdl.creimar2007-02-041-0/+1
* Amiga OS 4 needs a large sample size.diego2006-12-231-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-7/+7
* - move our setenv() fallback implementation to osdepal2005-12-261-16/+0
* aos should respect the immed uninit flag (quit immediatly vs waiting till filereimar2005-02-271-2/+1
* af_fmt2str_shortalex2004-12-281-1/+1
* removing AFMT_ dependancyalex2004-12-271-16/+16
* Make include paths consistent.diego2004-12-071-4/+4
* respect immed uninit flag, initialize ao_data.outburst.reimar2004-11-061-0/+2
* Different buffering scheme, avoiding possible races (SDL is using threads!).reimar2004-10-311-61/+68
* mp_msg transition of unmaintained audio output drivers.ivo2004-09-181-6/+7
* automatic loading of af_volume, original patch by Dan Christiansen (danchr (a...reimar2004-07-281-1/+1
* Let's keep the full functionality for the release, we can switch this offdiego2004-06-281-1/+1
* make the internal sdl mixer optional, idea by Reimar Doffingeralex2004-06-261-1/+12
* use fallback for unsupported formats instead of quittingreimar2004-05-071-1/+2
* round len to outburst and increment full_buffers at the correct time, patch b...faust32004-04-071-1/+3
* uninit immed flagalex2004-04-061-1/+1
* restore old SAMPLESIZEfaust32004-04-031-0/+4
* let uninit wait until sound is completely played, don't restore volume at exi...faust32004-04-011-13/+13
* Cygwin provides setenv. Fixes compilation on Cygwin.diego2004-03-151-1/+1
* fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>faust32004-03-131-2/+6
* URL updated.diego2004-01-051-1/+1
* IRIX support by Timo Kanera <timo@kanera.de>alex2003-09-071-2/+2
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>alex2003-03-211-1/+1
* verbose can be negativearpi2002-11-011-11/+11
* Check what we obtain in SDL_OpenAudio() - allows to build thecolin2002-10-251-5/+33
* Change SDL_(Un)lockAudio to PauseAudio() (works better)colin2002-10-241-2/+2
* fill ao_data correctlyarpi2002-10-071-0/+4
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>arpi2002-08-091-2/+2
* Add volume control, patch byatmos42002-05-251-4/+20
* Audio delay bugfixanders2001-11-261-1/+1
* interface to libao2 changed ao_plugin addedanders2001-11-241-11/+8
* Corrected SDL include path.atmos42001-06-271-5/+1
* sdl_adriver liquidated, ao_subdevice usedal3x2001-06-211-7/+4
* Lock callback on pause, unlock on resume.atmosfear2001-06-101-5/+5
* Better format info.atmosfear2001-06-091-4/+8
* Better audio format handling.atmosfear2001-06-091-5/+33
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-0/+32
* Increased sample size to solve sound problems one some systems.atmosfear2001-06-041-1/+1
* Microchange =)atmosfear2001-06-041-1/+1
* Several small changes (like driver selection).atmosfear2001-06-041-3/+14
* -abs support - fixedarpi_esp2001-06-031-1/+1
* -abs supportarpi_esp2001-06-031-3/+6
* Yea, it worksss!atmosfear2001-06-031-62/+116
* Added support for sdl audio out (buggy pre-alpha).atmosfear2001-06-031-0/+165