aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-26pulse: removed pa_simple!=NULL checksMax Kellermann1-10/+2
2009-02-26oss: moved code from oss_open() to oss_setup()Max Kellermann1-13/+26
2009-02-26oss: convert OSS_STAT_* to an enumMax Kellermann1-10/+15
2009-02-26oss: return bool instead of intMax Kellermann1-10/+10
2009-02-26oss: use unsigned integersMax Kellermann1-14/+9
2009-02-26oss: no CamelCaseMax Kellermann1-107/+125
2009-02-25alsa: fall back to 16 bit audioMax Kellermann1-3/+8
2009-02-25alsa: moved code from alsa_open() to alsa_setup()Max Kellermann1-32/+49
2009-02-25mvp: check for reopen errorsMax Kellermann1-2/+7
2009-02-25mvp: moved code to mvp_find_sample_rate()Max Kellermann1-9/+17
2009-02-25mvp: make the mvp_sample_rates array constMax Kellermann1-1/+1
2009-02-25mvp: fall back to 16 bit audio samplesMax Kellermann1-1/+5
2009-02-25mvp: fall back to stereoMax Kellermann1-1/+5
2009-02-25mvp: mvp_set_pcm_params() returns boolMax Kellermann1-9/+14
2009-02-25mvp: pass audio_format struct to mvp_set_pcm_params()Max Kellermann1-13/+23
2009-02-25mvp: removed big_endian parameter from mvp_set_pcm_params()Max Kellermann1-16/+3
2009-02-25mvp: use G_N_ELEMENTS(mvp_sample_rates)Max Kellermann1-5/+2
2009-02-25mvp: no CamelCaseMax Kellermann1-34/+38
2009-02-25fifo: return bool valuesMax Kellermann1-12/+12
2009-02-25fifo: no CamelCaseMax Kellermann1-43/+50
2009-02-25fifo: removed timer!=NULL checksMax Kellermann1-12/+1
2009-02-25ao: no CamelCaseMax Kellermann1-48/+41
2009-02-25ao: removed AoData.device!=NULL checksMax Kellermann1-12/+1
2009-02-25ao: removed implementation of method cancel()Max Kellermann1-6/+0
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann10-28/+16
2009-02-25output_api: removed audio_output_get_name()Max Kellermann3-23/+14
2009-02-24jack: initialize local variable "space"Max Kellermann1-1/+1
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann10-17/+17
2009-02-23output_api: play() returns a lengthMax Kellermann10-112/+82
2009-02-22shout: removed shout_plugin.hMax Kellermann2-53/+28
2009-02-22shout: removed shout_encoder_pluginsMax Kellermann1-11/+0
2009-02-22shout: use the new encoder APIMax Kellermann4-551/+102
2009-02-22shout: merged open_shout_conn() into my_shout_open_device()Max Kellermann1-10/+2
2009-02-22shout: bool return values instead of intMax Kellermann1-27/+28
2009-02-19utils: use g_usleep() instead of my_usleep()Max Kellermann2-4/+2
2009-02-16output_api: don't include config.hMax Kellermann1-0/+1
2009-02-16output_plugin: replaced method "control()" with "mixer()"Max Kellermann2-16/+18
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