aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* oss: convert OSS_STAT_* to an enumMax Kellermann2009-02-261-10/+15
* oss: return bool instead of intMax Kellermann2009-02-261-10/+10
* oss: use unsigned integersMax Kellermann2009-02-261-14/+9
* oss: no CamelCaseMax Kellermann2009-02-261-107/+125
* alsa: fall back to 16 bit audioMax Kellermann2009-02-251-3/+8
* alsa: moved code from alsa_open() to alsa_setup()Max Kellermann2009-02-251-32/+49
* mvp: check for reopen errorsMax Kellermann2009-02-251-2/+7
* mvp: moved code to mvp_find_sample_rate()Max Kellermann2009-02-251-9/+17
* mvp: make the mvp_sample_rates array constMax Kellermann2009-02-251-1/+1
* mvp: fall back to 16 bit audio samplesMax Kellermann2009-02-251-1/+5
* mvp: fall back to stereoMax Kellermann2009-02-251-1/+5
* mvp: mvp_set_pcm_params() returns boolMax Kellermann2009-02-251-9/+14
* mvp: pass audio_format struct to mvp_set_pcm_params()Max Kellermann2009-02-251-13/+23
* mvp: removed big_endian parameter from mvp_set_pcm_params()Max Kellermann2009-02-251-16/+3
* 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