summaryrefslogtreecommitdiffstats
path: root/libao2/ao_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applying patch from Eric that fixes 6ch resamplinganders2002-06-101-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6373 b3059339-0415-0410-9bf9-f77b7e298cf2
* disables those plugins that can't handle the audio format.arpi2002-06-071-6/+24
| | | | | | | | | | it also fixes a bug(and i'm pretty sure this _is_ a bug) where, when playing multiple files, after the first file only the first audio plugin is used. patch by Christian Ohm <chr.ohm@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6320 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes (string.h is required for memset)pl2002-05-301-2/+3
| | | | | | | | moved config.h at the top of the include (often avoids 10L when adding a new #include ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6238 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed sdl+resample bug coused by float point to int rounding erroriive2002-05-091-13/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6028 b3059339-0415-0410-9bf9-f77b7e298cf2
* memory leak(off by 1 bug)iive2002-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5774 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfix for sig11 when playing multiple filesanders2002-03-121-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5051 b3059339-0415-0410-9bf9-f77b7e298cf2
* Buggfix for buffer overflow calculation in pluginsanders2002-03-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4923 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l... gcc 3.x fixarpi2002-02-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4897 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding SW volume controlanders2002-02-251-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4860 b3059339-0415-0410-9bf9-f77b7e298cf2
* Oops forgot to remove debug message :)anders2002-01-271-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4377 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed sig 11 caused by buffer full in ao driveranders2002-01-271-16/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4376 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed sig 11 caused by resampling plugin, some cosmetic changes and speed ↵anders2002-01-271-1/+1
| | | | | | improvements git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4375 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added buffering of output dataanders2002-01-231-18/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4314 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix comment typosteve2001-12-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3681 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing newline in warning messagesteve2001-12-131-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3487 b3059339-0415-0410-9bf9-f77b7e298cf2
* Global variables protected using volatileanders2001-12-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3309 b3059339-0415-0410-9bf9-f77b7e298cf2
* Commandline interface to ao_plugin updated according to mplayers complex ↵anders2001-12-031-1/+3
| | | | | | parameter format and plugin pl_format finished (alpha code needs testing) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3280 b3059339-0415-0410-9bf9-f77b7e298cf2
* commandline configuration of audio plugins now through struct, format ↵anders2001-11-291-23/+8
| | | | | | conversion plugin added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3195 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changes to audio out plugin, first plugin addedanders2001-11-251-17/+100
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3108 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_plugin.c and plugin headers addedanders2001-11-241-0/+145
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3097 b3059339-0415-0410-9bf9-f77b7e298cf2