index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-09-10
audio: make audio_configFormat a static variable
Max Kellermann
2008-09-10
audio: don't free uninitialized audio_buffer
Max Kellermann
2008-09-10
audio: added function audio_buffer_resize()
Max Kellermann
2008-09-10
audio: moved static variables into struct audio_buffer
Max Kellermann
2008-09-10
audio: don't allow isCurrentAudioFormat(NULL)
Max Kellermann
2008-09-10
audio: removed isAudioDeviceOpen()
Max Kellermann
2008-09-10
audio_format: added audio_format_clear() and audio_format_defined()
Max Kellermann
2008-09-10
client: simplified client_read()
Max Kellermann
2008-09-10
client: client_input_received() returns 0
Max Kellermann
2008-09-10
client: check for COMMAND_RETURN_CLOSE
Max Kellermann
2008-09-10
client: renamed local variable "selret" to "ret"
Max Kellermann
2008-09-10
client: moved CLOSE/KILL check after client_process_line()
Max Kellermann
2008-09-09
audio: moved cmpAudioFormat() to audio_format.h
Max Kellermann
2008-09-09
audio: replaced copyAudioFormat() with simple assignment
Max Kellermann
2008-09-09
output: renamed the functions in output_control.c
Max Kellermann
2008-09-09
output: moved code from audioOutput.c to output_control.c
Max Kellermann
2008-09-09
output: renamed method names
Max Kellermann
2008-09-09
output: removed keepAudioOutputAlive() declaration
Max Kellermann
2008-09-09
timer: constant pointers
Max Kellermann
2008-09-09
storedPlaylist: correctly expand path when writing
Eric Wong
2008-09-09
alsa: use blocking instead of non-blocking write
Eric Wong
2008-09-08
alsa: snd_pcm_sw_params_set_xfer_align is deprecated
Eric Wong
2008-09-08
alsa: only run snd_config_update_free_global once atexit
Eric Wong
2008-09-08
alsa: move bitformat reading code out of the way
Eric Wong
2008-09-08
alsa: avoid unnecessary heap usage if we don't set a device name
Eric Wong
2008-09-08
alsa: get rid of the needless canPause flag
Eric Wong
2008-09-08
alsa: capitalize "ALSA" consistently in messages
Eric Wong
2008-09-08
alsa: optimistically try resuming from suspend
Eric Wong
2008-09-08
strset: fix duplicate values
Max Kellermann
2008-09-08
use strset.h instead of tagTracker.h
Max Kellermann
2008-09-08
added string set library
Max Kellermann
2008-09-08
output: const plugin structures
Max Kellermann
2008-09-08
output: static audio_output_plugin list as array
Max Kellermann
2008-09-07
output: replace audio_output.*Func with audio_output.plugin
Max Kellermann
2008-09-07
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
2008-09-07
output: added output_api.h
Max Kellermann
2008-09-07
pack the struct audio_format
Max Kellermann
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-09-07
playlist: return -1 after assert(0)
Max Kellermann
2008-09-07
playlist: replaced song_id_exists() with song_id_to_position()
Max Kellermann
2008-09-07
command: use client_[gs]et_permission()
Max Kellermann
2008-09-07
client: added client_[gs]et_permission()
Max Kellermann
2008-09-07
command: don't pass permission as pointer where appropriate
Max Kellermann
2008-09-07
audio_format: volatile removal
Eric Wong
2008-09-07
tag: oops, of course items is now ** and not *
Eric Wong
2008-09-07
tag: lock all accesses to tag_pool
Eric Wong
2008-09-07
tag: introduce handy items_size() function
Eric Wong
2008-09-07
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
2008-09-07
build: enable -Wcast-qual -Wwrite-strings CFLAGS
Eric Wong
2008-09-07
removed fdprintf() and client_print()
Max Kellermann
[prev]
[next]