aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_list.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mixer: winmm_mixer implementedDenis Krjuchkov2010-10-091-0/+1
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann2009-10-201-2/+2
|
* pulse: renamed source filesMax Kellermann2009-10-201-1/+1
|
* mixer/software: new mixer which controls filter/volumeMax Kellermann2009-07-061-0/+1
| | | | | | | This mixer plugin may be used instead of the traditional global software mixer. It integrates with the "volume" filter plugin, and can control the software volume of an audio output which has no hardware mixer.
* mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann2009-03-141-0/+32
This patch allows the output plugins to import only mixer_list.h, instead of the full mixer_api.h (which would expose internal structures).