aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/mvp_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-231-2/+2
* output_api: play() returns a lengthMax Kellermann2009-02-231-6/+6
* output_api: removed audio_output_closed()Max Kellermann2009-01-301-1/+0
* use g_free() instead of free()Max Kellermann2009-01-251-1/+1
* conf: const pointers in block get functionsMax Kellermann2009-01-251-1/+1
* conf: no CamelCase, part IMax Kellermann2009-01-171-1/+1
* fix G_BYTE_ORDER checkMax Kellermann2009-01-051-1/+1
* use GLib byte order macrosMax Kellermann2009-01-051-6/+7
* output plugins: don't include gcc.hMax Kellermann2009-01-011-3/+4
* mvp: use GLib instead of utils.h/log.hMax Kellermann2008-11-251-16/+27
* output: close device on play errorMax Kellermann2008-10-291-1/+0
* output: use bool for return values and flagsMax Kellermann2008-10-291-13/+15
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-8/+0
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+280