aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-08don't include os_compat.hMax Kellermann4-0/+12
2008-09-29audio_output: added method pause()Max Kellermann2-1/+20
2008-09-29use C99 struct initializersMax Kellermann10-90/+76
2008-09-29removed union const_hackMax Kellermann1-2/+4
2008-09-29switch to C99 types, part IIMax Kellermann2-2/+2
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong2-3/+3
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann8-175/+184
2008-09-24output: added audio_output_closed()Max Kellermann1-1/+1
2008-09-24output: added audio_output_get_name()Max Kellermann1-1/+1
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann10-38/+1
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann10-30/+54
2008-09-23audio_format: added audio_format_sample_size()Max Kellermann4-4/+4
2008-09-23alsa: re-enable-nonblocking, but sleep if busyEric Wong1-7/+10
2008-09-12shout: don't write empty buffersMax Kellermann1-2/+4
2008-09-12shout: removed clear_shout_buffer()Max Kellermann1-8/+2
2008-09-12shout: make the shout_buffer staticMax Kellermann4-12/+4
2008-09-12shout: constant plugin declarationsMax Kellermann4-7/+7
2008-09-12shout: static encoder plugin listMax Kellermann1-35/+15
2008-09-12shout: removed typedefs on structs and plugin methodsMax Kellermann4-73/+65
2008-09-12shout: added mp3 encoderEric Wollesen3-0/+196
2008-09-12shout: introduce pluggable encoder APIEric Wollesen3-55/+177
2008-09-12shout: send shout metadataEric Wollesen3-5/+19
2008-09-12shout: added struct _ogg_vorbis_dataMax Kellermann2-56/+73
2008-09-12shout: added shout_bufferEric Wollesen3-46/+102
2008-09-12shout: moved code to audioOutput_shout_ogg.cMax Kellermann3-153/+210
2008-09-12shout: moved declarations to audioOutput_shout.hMax Kellermann2-40/+69
2008-09-12shout: removed commented codeMax Kellermann1-4/+0
2008-09-12shout: no CamelCaseMax Kellermann1-194/+194
2008-09-11shout: use reqAudioFormat instead of outAudioFormatMax Kellermann1-1/+1
2008-09-11shout: copy the audio_format, instead of taking a pointerMax Kellermann1-13/+12
2008-09-09timer: constant pointersMax Kellermann1-1/+1
2008-09-09alsa: use blocking instead of non-blocking writeEric Wong1-1/+6
2008-09-08alsa: snd_pcm_sw_params_set_xfer_align is deprecatedEric Wong1-5/+0
2008-09-08alsa: only run snd_config_update_free_global once atexitEric Wong1-3/+7
2008-09-08alsa: move bitformat reading code out of the wayEric Wong1-16/+12
2008-09-08alsa: avoid unnecessary heap usage if we don't set a device nameEric Wong1-11/+12
2008-09-08alsa: get rid of the needless canPause flagEric Wong1-3/+0
2008-09-08alsa: capitalize "ALSA" consistently in messagesEric Wong1-8/+8
2008-09-08alsa: optimistically try resuming from suspendEric Wong1-6/+4
2008-09-08output: const plugin structuresMax Kellermann10-10/+10
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann10-79/+87
2008-09-07output: added output_api.hMax Kellermann10-26/+18
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann5-6/+6
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2-9/+10
2008-08-29tag: fix the shout and oggflac pluginsMax Kellermann1-8/+8
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-2/+2
2008-08-26made "sample_size" static constMax Kellermann1-1/+1
2008-08-26moved jack configuration to the JackData structMax Kellermann1-49/+64
2008-08-26jack: removed unused macrosMax Kellermann1-10/+0
2008-08-26jack: don't set audioOutput->data=NULLMax Kellermann1-5/+5