summaryrefslogtreecommitdiffstats
path: root/libao2/ao_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>alex2003-03-211-2/+2
* 10l :)arpi2003-01-181-1/+1
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-3/+3
* Applying patch from Eric that fixes 6ch resamplinganders2002-06-101-4/+2
* disables those plugins that can't handle the audio format.arpi2002-06-071-6/+24
* warning fixes (string.h is required for memset)pl2002-05-301-2/+3
* fixed sdl+resample bug coused by float point to int rounding erroriive2002-05-091-13/+21
* memory leak(off by 1 bug)iive2002-04-211-1/+1
* Bugfix for sig11 when playing multiple filesanders2002-03-121-0/+2
* Buggfix for buffer overflow calculation in pluginsanders2002-03-031-1/+1
* 10l... gcc 3.x fixarpi2002-02-281-1/+1
* Adding SW volume controlanders2002-02-251-2/+11
* Oops forgot to remove debug message :)anders2002-01-271-4/+1
* Fixed sig 11 caused by buffer full in ao driveranders2002-01-271-16/+20
* Fixed sig 11 caused by resampling plugin, some cosmetic changes and speed imp...anders2002-01-271-1/+1
* Added buffering of output dataanders2002-01-231-18/+51
* fix comment typosteve2001-12-231-1/+1
* add missing newline in warning messagesteve2001-12-131-1/+3
* Global variables protected using volatileanders2001-12-041-3/+3
* Commandline interface to ao_plugin updated according to mplayers complex para...anders2001-12-031-1/+3
* commandline configuration of audio plugins now through struct, format convers...anders2001-11-291-23/+8
* Changes to audio out plugin, first plugin addedanders2001-11-251-17/+100
* ao_plugin.c and plugin headers addedanders2001-11-241-0/+145