aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mvp: use G_N_ELEMENTS(mvp_sample_rates)Max Kellermann2009-02-251-5/+2
* mvp: no CamelCaseMax Kellermann2009-02-251-34/+38
* fifo: return bool valuesMax Kellermann2009-02-251-12/+12
* fifo: no CamelCaseMax Kellermann2009-02-251-43/+50
* fifo: removed timer!=NULL checksMax Kellermann2009-02-251-12/+1
* ao: no CamelCaseMax Kellermann2009-02-251-48/+41
* ao: removed AoData.device!=NULL checksMax Kellermann2009-02-251-12/+1
* ao: removed implementation of method cancel()Max Kellermann2009-02-251-6/+0
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-2510-28/+16
* output_api: removed audio_output_get_name()Max Kellermann2009-02-253-23/+14
* jack: initialize local variable "space"Max Kellermann2009-02-241-1/+1
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-2310-17/+17
* output_api: play() returns a lengthMax Kellermann2009-02-2310-112/+82
* shout: removed shout_plugin.hMax Kellermann2009-02-222-53/+28
* shout: removed shout_encoder_pluginsMax Kellermann2009-02-221-11/+0
* shout: use the new encoder APIMax Kellermann2009-02-224-551/+102
* shout: merged open_shout_conn() into my_shout_open_device()Max Kellermann2009-02-221-10/+2
* shout: bool return values instead of intMax Kellermann2009-02-221-27/+28
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-192-4/+2
* output_api: don't include config.hMax Kellermann2009-02-161-0/+1
* output_plugin: replaced method "control()" with "mixer()"Max Kellermann2009-02-162-16/+18
* shout_mp3: use audio_format_frame_size()Max Kellermann2009-02-101-2/+1
* shout: pass void pointer to the encoderMax Kellermann2009-02-103-5/+6
* shout_ogg: moved PCM conversion to a separate functionMax Kellermann2009-02-101-12/+13
* ao: declare AoData.writeSize as size_tMax Kellermann2009-02-101-3/+3
* osx: removed disabled debug messagesMax Kellermann2009-02-101-43/+2
* shout: clear buffer before calling the encoderMax Kellermann2009-02-093-18/+14
* shout: don't postpone metadataMax Kellermann2009-02-093-34/+14
* shout: use libshout's synchronizationMax Kellermann2009-02-092-24/+4
* shout: switch to blocking modeMax Kellermann2009-02-092-77/+7
* shout: removed shout_data.tag_to_sendMax Kellermann2009-02-092-9/+6
* shout: removed shout_data.shout_errorMax Kellermann2009-02-092-4/+0
* shout_mp3: call lame_close() in clear_encoder() methodMax Kellermann2009-02-021-2/+6
* shout_mp3: free the lame_data struct on exitMax Kellermann2009-02-021-0/+2
* output_api: moved the command check out of method pause()Max Kellermann2009-01-301-10/+3
* output_api: removed audio_output_closed()Max Kellermann2009-01-301-1/+0
* jack: don't override output_ports in connect()Max Kellermann2009-01-301-10/+22
* jack: removed sample_rate callbackMax Kellermann2009-01-301-20/+7
* configure.ac: detect jack_set_info_function()Max Kellermann2009-01-301-0/+5
* jack: print info messagesMax Kellermann2009-01-301-0/+7
* 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