aboutsummaryrefslogtreecommitdiff
path: root/src/output
Commit message (Expand)AuthorAge
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-23
* output_api: play() returns a lengthMax Kellermann2009-02-23
* shout: removed shout_plugin.hMax Kellermann2009-02-22
* shout: removed shout_encoder_pluginsMax Kellermann2009-02-22
* shout: use the new encoder APIMax Kellermann2009-02-22
* shout: merged open_shout_conn() into my_shout_open_device()Max Kellermann2009-02-22
* shout: bool return values instead of intMax Kellermann2009-02-22
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-19
* output_api: don't include config.hMax Kellermann2009-02-16
* output_plugin: replaced method "control()" with "mixer()"Max Kellermann2009-02-16
* shout_mp3: use audio_format_frame_size()Max Kellermann2009-02-10
* shout: pass void pointer to the encoderMax Kellermann2009-02-10
* shout_ogg: moved PCM conversion to a separate functionMax Kellermann2009-02-10
* ao: declare AoData.writeSize as size_tMax Kellermann2009-02-10
* osx: removed disabled debug messagesMax Kellermann2009-02-10
* shout: clear buffer before calling the encoderMax Kellermann2009-02-09
* shout: don't postpone metadataMax Kellermann2009-02-09
* shout: use libshout's synchronizationMax Kellermann2009-02-09
* shout: switch to blocking modeMax Kellermann2009-02-09
* shout: removed shout_data.tag_to_sendMax Kellermann2009-02-09
* shout: removed shout_data.shout_errorMax Kellermann2009-02-09
* shout_mp3: call lame_close() in clear_encoder() methodMax Kellermann2009-02-02
* shout_mp3: free the lame_data struct on exitMax Kellermann2009-02-02
* output_api: moved the command check out of method pause()Max Kellermann2009-01-30
* output_api: removed audio_output_closed()Max Kellermann2009-01-30
* jack: don't override output_ports in connect()Max Kellermann2009-01-30
* jack: removed sample_rate callbackMax Kellermann2009-01-30
* configure.ac: detect jack_set_info_function()Max Kellermann2009-01-30
* jack: print info messagesMax Kellermann2009-01-30
* jack: don't manually close on shutdownMax Kellermann2009-01-29
* jack: initialize output_ports if not configuredMax Kellermann2009-01-29
* jack: close JACK client on stopMax Kellermann2009-01-29
* jack: removed "bps" attributeMax Kellermann2009-01-29
* jack: make mpd_jack_connect() return boolMax Kellermann2009-01-29
* jack: use loops for allocating/freeing ports/buffersMax Kellermann2009-01-29
* jack: fail if jack_get_ports() returns NULLMax Kellermann2009-01-29
* jack: use jack_port_name() instead of g_malloc()+sprintf()Max Kellermann2009-01-29
* jack: initialize libjack's error function in mpd_jack_init()Max Kellermann2009-01-29
* jack: reduced sleep time to 1msMax Kellermann2009-01-29
* jack: clear "shutdown" flag on reconnectMax Kellermann2009-01-29
* jack: allocate ring buffers before connectingMax Kellermann2009-01-29
* jack: register ports before activating clientsMax Kellermann2009-01-29
* use g_free() instead of free()Max Kellermann2009-01-25
* mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2009-01-25
* mixer: return a mixer struct pointerMax Kellermann2009-01-25
* conf: allow param==NULLMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* alsa: added commentsMax Kellermann2009-01-25
* alsa: frame_size is size_t, not intMax Kellermann2009-01-25
* alsa: no CamelCaseMax Kellermann2009-01-25