aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Expand)AuthorAgeFilesLines
* jack: don't manually close on shutdownMax Kellermann2009-01-291-3/+1
* jack: initialize output_ports if not configuredMax Kellermann2009-01-291-0/+3
* jack: close JACK client on stopMax Kellermann2009-01-291-4/+4
* jack: removed "bps" attributeMax Kellermann2009-01-291-5/+1
* jack: make mpd_jack_connect() return boolMax Kellermann2009-01-291-10/+10
* jack: use loops for allocating/freeing ports/buffersMax Kellermann2009-01-291-36/+32
* jack: fail if jack_get_ports() returns NULLMax Kellermann2009-01-291-19/+23
* jack: use jack_port_name() instead of g_malloc()+sprintf()Max Kellermann2009-01-291-12/+2
* jack: initialize libjack's error function in mpd_jack_init()Max Kellermann2009-01-291-1/+2
* jack: reduced sleep time to 1msMax Kellermann2009-01-291-1/+1
* jack: clear "shutdown" flag on reconnectMax Kellermann2009-01-291-0/+2
* jack: allocate ring buffers before connectingMax Kellermann2009-01-291-5/+3
* jack: register ports before activating clientsMax Kellermann2009-01-291-5/+5
* use g_free() instead of free()Max Kellermann2009-01-257-12/+11
* mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2009-01-252-11/+3
* mixer: return a mixer struct pointerMax Kellermann2009-01-252-15/+17
* conf: allow param==NULLMax Kellermann2009-01-253-27/+10
* conf: const pointers in block get functionsMax Kellermann2009-01-2510-12/+12
* alsa: added commentsMax Kellermann2009-01-251-3/+21
* alsa: frame_size is size_t, not intMax Kellermann2009-01-251-1/+1
* alsa: no CamelCaseMax Kellermann2009-01-251-93/+103
* alsa: fix option parsing and restore default period_timeDan McGee2009-01-251-3/+6
* null: added option to disable timer synchronizationMax Kellermann2009-01-221-1/+11
* null: implemented finish() methodMax Kellermann2009-01-221-0/+13
* null: no CamelCaseMax Kellermann2009-01-221-13/+18
* conf: added config_get_block_unsigned()Max Kellermann2009-01-184-39/+7
* conf: added config_get_block_string()Max Kellermann2009-01-187-86/+57
* jack: parse "ports" setting with g_strsplit()Max Kellermann2009-01-181-20/+7
* jack: use audio_output_get_name()Max Kellermann2009-01-181-11/+1
* conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann2009-01-172-9/+6
* conf: no CamelCase, part IMax Kellermann2009-01-1710-26/+29
* oss: evaluate the oss_open() return value properlyMax Kellermann2009-01-161-1/+1
* shout: enlarge buffer size to 32 kBAntoine Beaupré2009-01-141-1/+1
* Introducing mixer apiViliam Mateicka2009-01-102-15/+16
* added missing explicit config.h includesMax Kellermann2009-01-081-0/+1
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-071-1/+1
* fix G_BYTE_ORDER checkMax Kellermann2009-01-053-3/+3
* use GLib byte order macrosMax Kellermann2009-01-053-9/+10
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-042-2/+2
* null, fifo: use GLib instead of utils.hMax Kellermann2009-01-032-7/+8
* ao: use g_strsplit() instead of strtok_r()Max Kellermann2009-01-031-37/+15
* alsa: use GLib instead of utils.hMax Kellermann2009-01-021-3/+2
* jack: use GLib instead of utils.hMax Kellermann2009-01-021-15/+14
* jack: duplicate jack_get_ports() return valuesMax Kellermann2009-01-021-3/+4
* output plugins: don't include gcc.hMax Kellermann2009-01-019-24/+29
* null: don't include gcc.hMax Kellermann2009-01-011-4/+7
* Moving mixers to audio outputsViliam Mateicka2008-12-312-1/+40
* alsa: use GLib loggingMax Kellermann2008-12-291-29/+30
* jack: use GLib loggingMax Kellermann2008-12-291-28/+30
* fifo: use GLib loggingMax Kellermann2008-12-291-21/+24