aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-10shout_mp3: use audio_format_frame_size()Max Kellermann1-2/+1
2009-02-10shout: pass void pointer to the encoderMax Kellermann3-5/+6
2009-02-10shout_ogg: moved PCM conversion to a separate functionMax Kellermann1-12/+13
2009-02-10ao: declare AoData.writeSize as size_tMax Kellermann1-3/+3
2009-02-10osx: removed disabled debug messagesMax Kellermann1-43/+2
2009-02-09shout: clear buffer before calling the encoderMax Kellermann3-18/+14
2009-02-09shout: don't postpone metadataMax Kellermann3-34/+14
2009-02-09shout: use libshout's synchronizationMax Kellermann2-24/+4
2009-02-09shout: switch to blocking modeMax Kellermann2-77/+7
2009-02-09shout: removed shout_data.tag_to_sendMax Kellermann2-9/+6
2009-02-09shout: removed shout_data.shout_errorMax Kellermann2-4/+0
2009-02-02shout_mp3: call lame_close() in clear_encoder() methodMax Kellermann1-2/+6
2009-02-02shout_mp3: free the lame_data struct on exitMax Kellermann1-0/+2
2009-01-30output_api: moved the command check out of method pause()Max Kellermann1-10/+3
2009-01-30output_api: removed audio_output_closed()Max Kellermann1-1/+0
2009-01-30jack: don't override output_ports in connect()Max Kellermann1-10/+22
2009-01-30jack: removed sample_rate callbackMax Kellermann1-20/+7
2009-01-30configure.ac: detect jack_set_info_function()Max Kellermann1-0/+5
2009-01-30jack: print info messagesMax Kellermann1-0/+7
2009-01-29jack: don't manually close on shutdownMax Kellermann1-3/+1
2009-01-29jack: initialize output_ports if not configuredMax Kellermann1-0/+3
2009-01-29jack: close JACK client on stopMax Kellermann1-4/+4
2009-01-29jack: removed "bps" attributeMax Kellermann1-5/+1
2009-01-29jack: make mpd_jack_connect() return boolMax Kellermann1-10/+10
2009-01-29jack: use loops for allocating/freeing ports/buffersMax Kellermann1-36/+32
2009-01-29jack: fail if jack_get_ports() returns NULLMax Kellermann1-19/+23
2009-01-29jack: use jack_port_name() instead of g_malloc()+sprintf()Max Kellermann1-12/+2
2009-01-29jack: initialize libjack's error function in mpd_jack_init()Max Kellermann1-1/+2
2009-01-29jack: reduced sleep time to 1msMax Kellermann1-1/+1
2009-01-29jack: clear "shutdown" flag on reconnectMax Kellermann1-0/+2
2009-01-29jack: allocate ring buffers before connectingMax Kellermann1-5/+3
2009-01-29jack: register ports before activating clientsMax Kellermann1-5/+5
2009-01-25use g_free() instead of free()Max Kellermann7-12/+11
2009-01-25mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2-11/+3
2009-01-25mixer: return a mixer struct pointerMax Kellermann2-15/+17
2009-01-25conf: allow param==NULLMax Kellermann3-27/+10
2009-01-25conf: const pointers in block get functionsMax Kellermann10-12/+12
2009-01-25alsa: added commentsMax Kellermann1-3/+21
2009-01-25alsa: frame_size is size_t, not intMax Kellermann1-1/+1
2009-01-25alsa: no CamelCaseMax Kellermann1-93/+103
2009-01-25alsa: fix option parsing and restore default period_timeDan McGee1-3/+6
2009-01-22null: added option to disable timer synchronizationMax Kellermann1-1/+11
2009-01-22null: implemented finish() methodMax Kellermann1-0/+13
2009-01-22null: no CamelCaseMax Kellermann1-13/+18
2009-01-18conf: added config_get_block_unsigned()Max Kellermann4-39/+7
2009-01-18conf: added config_get_block_string()Max Kellermann7-86/+57
2009-01-18jack: parse "ports" setting with g_strsplit()Max Kellermann1-20/+7
2009-01-18jack: use audio_output_get_name()Max Kellermann1-11/+1
2009-01-17conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann2-9/+6
2009-01-17conf: no CamelCase, part IMax Kellermann10-26/+29