aboutsummaryrefslogtreecommitdiff
path: root/src/output
Commit message (Expand)AuthorAge
* alsa: fall back to 32 bit samples if 16 is not supportedMax Kellermann2009-03-03
* alsa: fall back to 32 bit samples if 24 is not supportedMax Kellermann2009-03-02
* output: removed duplicate debug messages from pluginsMax Kellermann2009-03-01
* pipe: new audio output plugin which runs a commandMichal Nazarewicz2009-02-28
* tag: no CamelCaseMax Kellermann2009-02-27
* mvp: fixed default device detectionMax Kellermann2009-02-26
* output_plugin: report errors with GErrorMax Kellermann2009-02-26
* osx: use OSStatus and GetMacOSStatusCommentString()Max Kellermann2009-02-26
* osx: start the audio device in the open() methodMax Kellermann2009-02-26
* osx: removed commented codeMax Kellermann2009-02-26
* osx: no CamelCaseMax Kellermann2009-02-26
* shout: use config_get_block_unsigned()Max Kellermann2009-02-26
* pulse: removed pa_simple!=NULL checksMax Kellermann2009-02-26
* oss: moved code from oss_open() to oss_setup()Max Kellermann2009-02-26
* 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