aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-124-153/+211
* shout: moved declarations to audioOutput_shout.hMax Kellermann2008-09-123-40/+70
* shout: removed commented codeMax Kellermann2008-09-121-4/+0
* shout: no CamelCaseMax Kellermann2008-09-121-194/+194
* output: copy reqAudioFormat to outAudioFormat only if not yet openMax Kellermann2008-09-111-1/+7
* output: don't initialize inAudioFormat, outAudioFormatMax Kellermann2008-09-111-4/+0
* 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
* output: removed audio_output.sameInAndOutFormatsMax Kellermann2008-09-113-8/+2
* output: removed audio_output.convertAudioFormatMax Kellermann2008-09-113-7/+3
* audio: removed commented codeMax Kellermann2008-09-101-12/+0
* audio: added assertionsMax Kellermann2008-09-101-0/+5
* audio: make audio_configFormat a static variableMax Kellermann2008-09-101-8/+5
* audio: don't free uninitialized audio_bufferMax Kellermann2008-09-101-5/+6
* audio: added function audio_buffer_resize()Max Kellermann2008-09-101-4/+22
* audio: moved static variables into struct audio_bufferMax Kellermann2008-09-101-26/+30
* audio: don't allow isCurrentAudioFormat(NULL)Max Kellermann2008-09-101-3/+5
* audio: removed isAudioDeviceOpen()Max Kellermann2008-09-102-7/+0
* audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann2008-09-102-1/+13
* client: simplified client_read()Max Kellermann2008-09-101-3/+5
* client: client_input_received() returns 0Max Kellermann2008-09-101-4/+2
* client: check for COMMAND_RETURN_CLOSEMax Kellermann2008-09-101-15/+14
* client: renamed local variable "selret" to "ret"Max Kellermann2008-09-101-4/+4
* client: moved CLOSE/KILL check after client_process_line()Max Kellermann2008-09-101-4/+3
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-095-22/+14
* audio: replaced copyAudioFormat() with simple assignmentMax Kellermann2008-09-094-21/+9
* output: renamed the functions in output_control.cMax Kellermann2008-09-094-34/+34
* output: moved code from audioOutput.c to output_control.cMax Kellermann2008-09-097-216/+281
* output: renamed method namesMax Kellermann2008-09-092-34/+23
* output: removed keepAudioOutputAlive() declarationMax Kellermann2008-09-091-1/+0
* timer: constant pointersMax Kellermann2008-09-093-3/+3
* storedPlaylist: correctly expand path when writingEric Wong2008-09-091-5/+6
* 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
* strset: fix duplicate valuesMax Kellermann2008-09-081-1/+1
* use strset.h instead of tagTracker.hMax Kellermann2008-09-086-163/+58
* added string set libraryMax Kellermann2008-09-083-0/+195
* output: const plugin structuresMax Kellermann2008-09-0811-11/+11
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-088-80/+104
* output: replace audio_output.*Func with audio_output.pluginMax Kellermann2008-09-072-24/+12