aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_plugin.c
Commit message (Expand)AuthorAge
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>Gravatar alex2003-03-21
* 10l :)Gravatar arpi2003-01-18
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* Applying patch from Eric that fixes 6ch resamplingGravatar anders2002-06-10
* disables those plugins that can't handle the audio format.Gravatar arpi2002-06-07
* warning fixes (string.h is required for memset)Gravatar pl2002-05-30
* fixed sdl+resample bug coused by float point to int rounding errorGravatar iive2002-05-09
* memory leak(off by 1 bug)Gravatar iive2002-04-21
* Bugfix for sig11 when playing multiple filesGravatar anders2002-03-12
* Buggfix for buffer overflow calculation in pluginsGravatar anders2002-03-03
* 10l... gcc 3.x fixGravatar arpi2002-02-28
* Adding SW volume controlGravatar anders2002-02-25
* Oops forgot to remove debug message :)Gravatar anders2002-01-27
* Fixed sig 11 caused by buffer full in ao driverGravatar anders2002-01-27
* Fixed sig 11 caused by resampling plugin, some cosmetic changes and speed imp...Gravatar anders2002-01-27
* Added buffering of output dataGravatar anders2002-01-23
* fix comment typoGravatar steve2001-12-23
* add missing newline in warning messageGravatar steve2001-12-13
* Global variables protected using volatileGravatar anders2001-12-04
* Commandline interface to ao_plugin updated according to mplayers complex para...Gravatar anders2001-12-03
* commandline configuration of audio plugins now through struct, format convers...Gravatar anders2001-11-29
* Changes to audio out plugin, first plugin addedGravatar anders2001-11-25
* ao_plugin.c and plugin headers addedGravatar anders2001-11-24