aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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 Kellermann4-153/+211
2008-09-12shout: moved declarations to audioOutput_shout.hMax Kellermann3-40/+70
2008-09-12shout: removed commented codeMax Kellermann1-4/+0
2008-09-12shout: no CamelCaseMax Kellermann1-194/+194
2008-09-11output: copy reqAudioFormat to outAudioFormat only if not yet openMax Kellermann1-1/+7
2008-09-11output: don't initialize inAudioFormat, outAudioFormatMax Kellermann1-4/+0
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-11output: removed audio_output.sameInAndOutFormatsMax Kellermann3-8/+2
2008-09-11output: removed audio_output.convertAudioFormatMax Kellermann3-7/+3
2008-09-10audio: removed commented codeMax Kellermann1-12/+0
2008-09-10audio: added assertionsMax Kellermann1-0/+5
2008-09-10audio: make audio_configFormat a static variableMax Kellermann1-8/+5
2008-09-10audio: don't free uninitialized audio_bufferMax Kellermann1-5/+6
2008-09-10audio: added function audio_buffer_resize()Max Kellermann1-4/+22
2008-09-10audio: moved static variables into struct audio_bufferMax Kellermann1-26/+30
2008-09-10audio: don't allow isCurrentAudioFormat(NULL)Max Kellermann1-3/+5
2008-09-10audio: removed isAudioDeviceOpen()Max Kellermann2-7/+0
2008-09-10audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann2-1/+13
2008-09-10client: simplified client_read()Max Kellermann1-3/+5
2008-09-10client: client_input_received() returns 0Max Kellermann1-4/+2
2008-09-10client: check for COMMAND_RETURN_CLOSEMax Kellermann1-15/+14
2008-09-10client: renamed local variable "selret" to "ret"Max Kellermann1-4/+4
2008-09-10client: moved CLOSE/KILL check after client_process_line()Max Kellermann1-4/+3
2008-09-09audio: moved cmpAudioFormat() to audio_format.hMax Kellermann5-22/+14
2008-09-09audio: replaced copyAudioFormat() with simple assignmentMax Kellermann4-21/+9
2008-09-09output: renamed the functions in output_control.cMax Kellermann4-34/+34
2008-09-09output: moved code from audioOutput.c to output_control.cMax Kellermann7-216/+281
2008-09-09output: renamed method namesMax Kellermann2-34/+23
2008-09-09output: removed keepAudioOutputAlive() declarationMax Kellermann1-1/+0
2008-09-09timer: constant pointersMax Kellermann3-3/+3
2008-09-09storedPlaylist: correctly expand path when writingEric Wong1-5/+6
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-08strset: fix duplicate valuesMax Kellermann1-1/+1
2008-09-08use strset.h instead of tagTracker.hMax Kellermann6-163/+58
2008-09-08added string set libraryMax Kellermann3-0/+195
2008-09-08output: const plugin structuresMax Kellermann11-11/+11
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann8-80/+104
2008-09-07output: replace audio_output.*Func with audio_output.pluginMax Kellermann2-24/+12
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann14-131/+142