aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_list.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pipe: new audio output plugin which runs a commandMichal Nazarewicz2009-02-281-0/+4
| | | | [mk: adapted to new output plugin API]
* oss: no CamelCaseMax Kellermann2009-02-261-2/+2
| | | | Renamed types, functions and variables.
* mvp: no CamelCaseMax Kellermann2009-02-251-2/+2
| | | | Renamed types, functions and variables.
* fifo: no CamelCaseMax Kellermann2009-02-251-2/+2
| | | | Renamed types, functions and variables.
* ao: no CamelCaseMax Kellermann2009-02-251-2/+2
| | | | Renamed functions and variables.
* null: no CamelCaseMax Kellermann2009-01-221-2/+2
| | | | Renamed functions and variables.
* added missing explicit config.h includesMax Kellermann2009-01-081-0/+1
|
* removed os_compat.hMax Kellermann2008-12-291-1/+0
| | | | | Only include headers which are really needed. os_compat.h aimed to make MPD easily portable, but was never actually made portable.
* pulse: no CamelCaseMax Kellermann2008-10-291-2/+2
|
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-0/+18
| | | | Don't compile the sources of disabled output plugins at all.
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-081-0/+59
Instead of having to register each output plugin, store them statically in an array. This eliminates the need for the List library here, and saves some small allocations during startup.