aboutsummaryrefslogtreecommitdiff
path: root/src/mixer_list.h
Commit message (Collapse)AuthorAge
* output/raop: delete the RAOP pluginMax Kellermann2012-05-29
| | | | | | | | | This plugin is horrible code, I mean it. Last year, I tried hard to fix it, but I figured would take less time to do a full rewrite. Given that I don't even have any device that supports RAOP, I can't do that properly. After 16 months, nobody volunteered for fixing it. Hereby, I delete it, because having no RAOP plugin is better than having this mess. Sorry.
* RoarAudio output pluginHans-Kristian Arntzen2011-03-16
|
* copyright year 2011Max Kellermann2011-01-29
|
* output/raop: new output pluginDustin Puckett2011-01-28
| | | | Remote Audio Output Protocol (RAOP), for Apple devices.
* mixer: winmm_mixer implementedDenis Krjuchkov2010-10-09
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann2009-10-20
|
* pulse: renamed source filesMax Kellermann2009-10-20
|
* mixer/software: new mixer which controls filter/volumeMax Kellermann2009-07-06
| | | | | | | 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-14
This patch allows the output plugins to import only mixer_list.h, instead of the full mixer_api.h (which would expose internal structures).