summaryrefslogtreecommitdiffstats
path: root/libao2/audio_plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* - add some control (ao_oss, pl_extrastereo)pontscho2002-07-251-0/+2
| | | | | | | - cosmetic git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6796 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding equalizer pluginanders2002-06-151-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6431 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added soft clipping for software volume controlanders2002-03-131-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5064 b3059339-0415-0410-9bf9-f77b7e298cf2
* volume normalizer plugin supportpl2002-03-051-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4942 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extrastereo plugin: increases linearly the difference between left and rightpl2002-03-031-2/+6
| | | | | | | | | | | | | | | channels (as the XMMS extrastereo plugin) which has some of "live" effect (use it to hear what I mean) ex: mplayer media.avi -aop list=extrastereo[:mul=3.4] The default coefficient (mul) is a float number that defaults to 2.5. If you set it to 0.0, you will have a mono sound (average of both channels), if you set it to 1.0, you will have unchanged sound. A patch for DOCS/sound.html is about to be sent to Gabucino. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding SW volume controlanders2002-02-251-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4860 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added plugin for fractional resampling (alpha code)anders2001-12-201-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3632 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS is still broken with gcc3. This fixes it.pl2001-12-051-2/+2
| | | | | | | | But please explain _why_ the 'volatile' attribute is needed with these variables and why is it supposed to protect them ? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3336 b3059339-0415-0410-9bf9-f77b7e298cf2
* include pl_surround in available pluginssteve2001-12-041-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3316 b3059339-0415-0410-9bf9-f77b7e298cf2
* commandline configuration of audio plugins now through struct, format ↵anders2001-11-291-4/+41
| | | | | | 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-1/+5
| | | | 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/+27
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3097 b3059339-0415-0410-9bf9-f77b7e298cf2