summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-10audio: make audio_configFormat a static variableMax Kellermann
2008-09-10audio: don't free uninitialized audio_bufferMax Kellermann
2008-09-10audio: added function audio_buffer_resize()Max Kellermann
2008-09-10audio: moved static variables into struct audio_bufferMax Kellermann
2008-09-10audio: don't allow isCurrentAudioFormat(NULL)Max Kellermann
2008-09-10audio: removed isAudioDeviceOpen()Max Kellermann
2008-09-10audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann
2008-09-10client: simplified client_read()Max Kellermann
2008-09-10client: client_input_received() returns 0Max Kellermann
2008-09-10client: check for COMMAND_RETURN_CLOSEMax Kellermann
2008-09-10client: renamed local variable "selret" to "ret"Max Kellermann
2008-09-10client: moved CLOSE/KILL check after client_process_line()Max Kellermann
2008-09-09audio: moved cmpAudioFormat() to audio_format.hMax Kellermann
2008-09-09audio: replaced copyAudioFormat() with simple assignmentMax Kellermann
2008-09-09output: renamed the functions in output_control.cMax Kellermann
2008-09-09output: moved code from audioOutput.c to output_control.cMax Kellermann
2008-09-09output: renamed method namesMax Kellermann
2008-09-09output: removed keepAudioOutputAlive() declarationMax Kellermann
2008-09-09timer: constant pointersMax Kellermann
2008-09-09storedPlaylist: correctly expand path when writingEric Wong
2008-09-09alsa: use blocking instead of non-blocking writeEric Wong
2008-09-08alsa: snd_pcm_sw_params_set_xfer_align is deprecatedEric Wong
2008-09-08alsa: only run snd_config_update_free_global once atexitEric Wong
2008-09-08alsa: move bitformat reading code out of the wayEric Wong
2008-09-08alsa: avoid unnecessary heap usage if we don't set a device nameEric Wong
2008-09-08alsa: get rid of the needless canPause flagEric Wong
2008-09-08alsa: capitalize "ALSA" consistently in messagesEric Wong
2008-09-08alsa: optimistically try resuming from suspendEric Wong
2008-09-08strset: fix duplicate valuesMax Kellermann
2008-09-08use strset.h instead of tagTracker.hMax Kellermann
2008-09-08added string set libraryMax Kellermann
2008-09-08output: const plugin structuresMax Kellermann
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann
2008-09-07output: replace audio_output.*Func with audio_output.pluginMax Kellermann
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann
2008-09-07output: added output_api.hMax Kellermann
2008-09-07pack the struct audio_formatMax Kellermann
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann
2008-09-07playlist: return -1 after assert(0)Max Kellermann
2008-09-07playlist: replaced song_id_exists() with song_id_to_position()Max Kellermann
2008-09-07command: use client_[gs]et_permission()Max Kellermann
2008-09-07client: added client_[gs]et_permission()Max Kellermann
2008-09-07command: don't pass permission as pointer where appropriateMax Kellermann
2008-09-07audio_format: volatile removalEric Wong
2008-09-07tag: oops, of course items is now ** and not *Eric Wong
2008-09-07tag: lock all accesses to tag_poolEric Wong
2008-09-07tag: introduce handy items_size() functionEric Wong
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann
2008-09-07build: enable -Wcast-qual -Wwrite-strings CFLAGSEric Wong
2008-09-07removed fdprintf() and client_print()Max Kellermann