Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-28 | pipe: new audio output plugin which runs a command | Michal Nazarewicz | 1 | -0/+4 | |
[mk: adapted to new output plugin API] | |||||
2009-02-26 | oss: no CamelCase | Max Kellermann | 1 | -2/+2 | |
Renamed types, functions and variables. | |||||
2009-02-25 | mvp: no CamelCase | Max Kellermann | 1 | -2/+2 | |
Renamed types, functions and variables. | |||||
2009-02-25 | fifo: no CamelCase | Max Kellermann | 1 | -2/+2 | |
Renamed types, functions and variables. | |||||
2009-02-25 | ao: no CamelCase | Max Kellermann | 1 | -2/+2 | |
Renamed functions and variables. | |||||
2009-01-22 | null: no CamelCase | Max Kellermann | 1 | -2/+2 | |
Renamed functions and variables. | |||||
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -0/+1 | |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+0 | |
Only include headers which are really needed. os_compat.h aimed to make MPD easily portable, but was never actually made portable. | |||||
2008-10-29 | pulse: no CamelCase | Max Kellermann | 1 | -2/+2 | |
2008-10-26 | output: don't compile plugins which are disabled | Max Kellermann | 1 | -0/+18 | |
Don't compile the sources of disabled output plugins at all. | |||||
2008-09-08 | output: static audio_output_plugin list as array | Max Kellermann | 1 | -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. |