aboutsummaryrefslogtreecommitdiff
path: root/src/output
Commit message (Expand)AuthorAge
* oss: convert OSS_STAT_* to an enumMax Kellermann2009-02-26
* oss: return bool instead of intMax Kellermann2009-02-26
* oss: use unsigned integersMax Kellermann2009-02-26
* oss: no CamelCaseMax Kellermann2009-02-26
* alsa: fall back to 16 bit audioMax Kellermann2009-02-25
* alsa: moved code from alsa_open() to alsa_setup()Max Kellermann2009-02-25
* mvp: check for reopen errorsMax Kellermann2009-02-25
* mvp: moved code to mvp_find_sample_rate()Max Kellermann2009-02-25
* mvp: make the mvp_sample_rates array constMax Kellermann2009-02-25
* mvp: fall back to 16 bit audio samplesMax Kellermann2009-02-25
* mvp: fall back to stereoMax Kellermann2009-02-25
* mvp: mvp_set_pcm_params() returns boolMax Kellermann2009-02-25
* mvp: pass audio_format struct to mvp_set_pcm_params()Max Kellermann2009-02-25
* mvp: removed big_endian parameter from mvp_set_pcm_params()Max Kellermann2009-02-25
* mvp: use G_N_ELEMENTS(mvp_sample_rates)Max Kellermann2009-02-25
* mvp: no CamelCaseMax Kellermann2009-02-25
* fifo: return bool valuesMax Kellermann2009-02-25
* fifo: no CamelCaseMax Kellermann2009-02-25
* fifo: removed timer!=NULL checksMax Kellermann2009-02-25
* ao: no CamelCaseMax Kellermann2009-02-25
* ao: removed AoData.device!=NULL checksMax Kellermann2009-02-25
* ao: removed implementation of method cancel()Max Kellermann2009-02-25
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-25
* output_api: removed audio_output_get_name()Max Kellermann2009-02-25
* jack: initialize local variable "space"Max Kellermann2009-02-24
* 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