aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* shout: added mp3 encoderEric Wollesen2008-09-12
* shout: introduce pluggable encoder APIEric Wollesen2008-09-12
* shout: send shout metadataEric Wollesen2008-09-12
* shout: added struct _ogg_vorbis_dataMax Kellermann2008-09-12
* shout: added shout_bufferEric Wollesen2008-09-12
* shout: moved code to audioOutput_shout_ogg.cMax Kellermann2008-09-12
* shout: moved declarations to audioOutput_shout.hMax Kellermann2008-09-12
* shout: removed commented codeMax Kellermann2008-09-12
* shout: no CamelCaseMax Kellermann2008-09-12
* output: copy reqAudioFormat to outAudioFormat only if not yet openMax Kellermann2008-09-11
* output: don't initialize inAudioFormat, outAudioFormatMax Kellermann2008-09-11
* shout: use reqAudioFormat instead of outAudioFormatMax Kellermann2008-09-11
* shout: copy the audio_format, instead of taking a pointerMax Kellermann2008-09-11
* output: removed audio_output.sameInAndOutFormatsMax Kellermann2008-09-11
* output: removed audio_output.convertAudioFormatMax Kellermann2008-09-11
* audio: removed commented codeMax Kellermann2008-09-10
* audio: added assertionsMax Kellermann2008-09-10
* audio: make audio_configFormat a static variableMax Kellermann2008-09-10
* audio: don't free uninitialized audio_bufferMax Kellermann2008-09-10
* audio: added function audio_buffer_resize()Max Kellermann2008-09-10
* audio: moved static variables into struct audio_bufferMax Kellermann2008-09-10
* audio: don't allow isCurrentAudioFormat(NULL)Max Kellermann2008-09-10
* audio: removed isAudioDeviceOpen()Max Kellermann2008-09-10
* audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann2008-09-10
* client: simplified client_read()Max Kellermann2008-09-10
* client: client_input_received() returns 0Max Kellermann2008-09-10
* client: check for COMMAND_RETURN_CLOSEMax Kellermann2008-09-10
* client: renamed local variable "selret" to "ret"Max Kellermann2008-09-10
* client: moved CLOSE/KILL check after client_process_line()Max Kellermann2008-09-10
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-09
* audio: replaced copyAudioFormat() with simple assignmentMax Kellermann2008-09-09
* output: renamed the functions in output_control.cMax Kellermann2008-09-09
* output: moved code from audioOutput.c to output_control.cMax Kellermann2008-09-09
* output: renamed method namesMax Kellermann2008-09-09
* output: removed keepAudioOutputAlive() declarationMax Kellermann2008-09-09
* timer: constant pointersMax Kellermann2008-09-09
* storedPlaylist: correctly expand path when writingEric Wong2008-09-09
* alsa: use blocking instead of non-blocking writeEric Wong2008-09-09
* alsa: snd_pcm_sw_params_set_xfer_align is deprecatedEric Wong2008-09-08
* alsa: only run snd_config_update_free_global once atexitEric Wong2008-09-08
* alsa: move bitformat reading code out of the wayEric Wong2008-09-08
* alsa: avoid unnecessary heap usage if we don't set a device nameEric Wong2008-09-08
* alsa: get rid of the needless canPause flagEric Wong2008-09-08
* alsa: capitalize "ALSA" consistently in messagesEric Wong2008-09-08
* alsa: optimistically try resuming from suspendEric Wong2008-09-08
* strset: fix duplicate valuesMax Kellermann2008-09-08
* use strset.h instead of tagTracker.hMax Kellermann2008-09-08
* added string set libraryMax Kellermann2008-09-08
* output: const plugin structuresMax Kellermann2008-09-08
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-08