aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (follow)
Commit message (Expand)AuthorAgeFilesLines
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-248-175/+184
* output: added audio_output_closed()Max Kellermann2008-09-241-1/+1
* output: added audio_output_get_name()Max Kellermann2008-09-241-1/+1
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-2410-38/+1
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-2410-30/+54
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-234-4/+4
* alsa: re-enable-nonblocking, but sleep if busyEric Wong2008-09-231-7/+10
* shout: don't write empty buffersMax Kellermann2008-09-121-2/+4
* shout: removed clear_shout_buffer()Max Kellermann2008-09-121-8/+2
* shout: make the shout_buffer staticMax Kellermann2008-09-124-12/+4
* shout: constant plugin declarationsMax Kellermann2008-09-124-7/+7
* shout: static encoder plugin listMax Kellermann2008-09-121-35/+15
* shout: removed typedefs on structs and plugin methodsMax Kellermann2008-09-124-73/+65
* shout: added mp3 encoderEric Wollesen2008-09-123-0/+196
* shout: introduce pluggable encoder APIEric Wollesen2008-09-123-55/+177
* shout: send shout metadataEric Wollesen2008-09-123-5/+19
* shout: added struct _ogg_vorbis_dataMax Kellermann2008-09-122-56/+73
* shout: added shout_bufferEric Wollesen2008-09-123-46/+102
* shout: moved code to audioOutput_shout_ogg.cMax Kellermann2008-09-123-153/+210
* shout: moved declarations to audioOutput_shout.hMax Kellermann2008-09-122-40/+69
* shout: removed commented codeMax Kellermann2008-09-121-4/+0
* shout: no CamelCaseMax Kellermann2008-09-121-194/+194
* shout: use reqAudioFormat instead of outAudioFormatMax Kellermann2008-09-111-1/+1
* shout: copy the audio_format, instead of taking a pointerMax Kellermann2008-09-111-13/+12
* timer: constant pointersMax Kellermann2008-09-091-1/+1
* alsa: use blocking instead of non-blocking writeEric Wong2008-09-091-1/+6
* alsa: snd_pcm_sw_params_set_xfer_align is deprecatedEric Wong2008-09-081-5/+0
* alsa: only run snd_config_update_free_global once atexitEric Wong2008-09-081-3/+7
* alsa: move bitformat reading code out of the wayEric Wong2008-09-081-16/+12
* alsa: avoid unnecessary heap usage if we don't set a device nameEric Wong2008-09-081-11/+12
* alsa: get rid of the needless canPause flagEric Wong2008-09-081-3/+0
* alsa: capitalize "ALSA" consistently in messagesEric Wong2008-09-081-8/+8
* alsa: optimistically try resuming from suspendEric Wong2008-09-081-6/+4
* output: const plugin structuresMax Kellermann2008-09-0810-10/+10
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-0710-79/+87
* output: added output_api.hMax Kellermann2008-09-0710-26/+18
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-075-6/+6
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-072-9/+10
* tag: fix the shout and oggflac pluginsMax Kellermann2008-08-291-8/+8
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-2/+2
* made "sample_size" static constMax Kellermann2008-08-261-1/+1
* moved jack configuration to the JackData structMax Kellermann2008-08-261-49/+64
* jack: removed unused macrosMax Kellermann2008-08-261-10/+0
* jack: don't set audioOutput->data=NULLMax Kellermann2008-08-261-5/+5
* jack: initialize JackData in jack_initDriver()Max Kellermann2008-08-261-6/+2
* jack: added freeJackClient()Max Kellermann2008-08-261-13/+25
* jack: initialize jd->client after !jd checkMax Kellermann2008-08-261-5/+5
* jack: eliminate superfluous freeJackData() callsMax Kellermann2008-08-261-6/+0
* converted MpdTagItem.type to an enumMax Kellermann2008-08-261-0/+2
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-264-6/+8