index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
audio: don't allow isCurrentAudioFormat(NULL)
Max Kellermann
2008-09-10
1
-3
/
+5
*
audio: removed isAudioDeviceOpen()
Max Kellermann
2008-09-10
2
-7
/
+0
*
audio_format: added audio_format_clear() and audio_format_defined()
Max Kellermann
2008-09-10
2
-1
/
+13
*
client: simplified client_read()
Max Kellermann
2008-09-10
1
-3
/
+5
*
client: client_input_received() returns 0
Max Kellermann
2008-09-10
1
-4
/
+2
*
client: check for COMMAND_RETURN_CLOSE
Max Kellermann
2008-09-10
1
-15
/
+14
*
client: renamed local variable "selret" to "ret"
Max Kellermann
2008-09-10
1
-4
/
+4
*
client: moved CLOSE/KILL check after client_process_line()
Max Kellermann
2008-09-10
1
-4
/
+3
*
audio: moved cmpAudioFormat() to audio_format.h
Max Kellermann
2008-09-09
5
-22
/
+14
*
audio: replaced copyAudioFormat() with simple assignment
Max Kellermann
2008-09-09
4
-21
/
+9
*
output: renamed the functions in output_control.c
Max Kellermann
2008-09-09
4
-34
/
+34
*
output: moved code from audioOutput.c to output_control.c
Max Kellermann
2008-09-09
7
-216
/
+281
*
output: renamed method names
Max Kellermann
2008-09-09
2
-34
/
+23
*
output: removed keepAudioOutputAlive() declaration
Max Kellermann
2008-09-09
1
-1
/
+0
*
timer: constant pointers
Max Kellermann
2008-09-09
3
-3
/
+3
*
storedPlaylist: correctly expand path when writing
Eric Wong
2008-09-09
1
-5
/
+6
*
alsa: use blocking instead of non-blocking write
Eric Wong
2008-09-09
1
-1
/
+6
*
alsa: snd_pcm_sw_params_set_xfer_align is deprecated
Eric Wong
2008-09-08
1
-5
/
+0
*
alsa: only run snd_config_update_free_global once atexit
Eric Wong
2008-09-08
1
-3
/
+7
*
alsa: move bitformat reading code out of the way
Eric Wong
2008-09-08
1
-16
/
+12
*
alsa: avoid unnecessary heap usage if we don't set a device name
Eric Wong
2008-09-08
1
-11
/
+12
*
alsa: get rid of the needless canPause flag
Eric Wong
2008-09-08
1
-3
/
+0
*
alsa: capitalize "ALSA" consistently in messages
Eric Wong
2008-09-08
1
-8
/
+8
*
alsa: optimistically try resuming from suspend
Eric Wong
2008-09-08
1
-6
/
+4
*
strset: fix duplicate values
Max Kellermann
2008-09-08
1
-1
/
+1
*
use strset.h instead of tagTracker.h
Max Kellermann
2008-09-08
6
-163
/
+58
*
added string set library
Max Kellermann
2008-09-08
3
-0
/
+195
*
output: const plugin structures
Max Kellermann
2008-09-08
11
-11
/
+11
*
output: static audio_output_plugin list as array
Max Kellermann
2008-09-08
8
-80
/
+104
*
output: replace audio_output.*Func with audio_output.plugin
Max Kellermann
2008-09-07
2
-24
/
+12
*
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
2008-09-07
14
-131
/
+142
*
output: added output_api.h
Max Kellermann
2008-09-07
15
-90
/
+115
*
pack the struct audio_format
Max Kellermann
2008-09-07
1
-1
/
+1
*
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-09-07
34
-83
/
+98
*
playlist: return -1 after assert(0)
Max Kellermann
2008-09-07
1
-0
/
+1
*
playlist: replaced song_id_exists() with song_id_to_position()
Max Kellermann
2008-09-07
1
-16
/
+29
*
command: use client_[gs]et_permission()
Max Kellermann
2008-09-07
3
-84
/
+86
*
client: added client_[gs]et_permission()
Max Kellermann
2008-09-07
2
-0
/
+14
*
command: don't pass permission as pointer where appropriate
Max Kellermann
2008-09-07
1
-6
/
+6
*
audio_format: volatile removal
Eric Wong
2008-09-07
1
-3
/
+3
*
tag: oops, of course items is now ** and not *
Eric Wong
2008-09-07
1
-2
/
+2
*
tag: lock all accesses to tag_pool
Eric Wong
2008-09-07
3
-6
/
+15
*
tag: introduce handy items_size() function
Eric Wong
2008-09-07
1
-11
/
+12
*
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
2008-09-07
6
-33
/
+43
*
build: enable -Wcast-qual -Wwrite-strings CFLAGS
Eric Wong
2008-09-07
2
-1
/
+4
*
removed fdprintf() and client_print()
Max Kellermann
2008-09-07
5
-120
/
+0
*
client: removed client_get_fd()
Max Kellermann
2008-09-07
2
-15
/
+0
*
audio: don't pass "fd" to printAudioDevices()
Max Kellermann
2008-09-07
3
-9
/
+12
*
stats: don't pass "fd" to printStats()
Max Kellermann
2008-09-07
3
-12
/
+21
*
playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()
Max Kellermann
2008-09-07
3
-11
/
+10
[prev]
[next]