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_output: added function audio_output_is_pending()
Max Kellermann
2008-09-29
2
-0
/
+11
*
use C99 struct initializers
Max Kellermann
2008-09-29
20
-190
/
+141
*
decoder: renamed plugin methods
Max Kellermann
2008-09-29
5
-62
/
+67
*
assume stdint.h and stddef.h are available
Max Kellermann
2008-09-29
11
-82
/
+4
*
song: converted "type" to enum
Max Kellermann
2008-09-29
2
-5
/
+8
*
removed union const_hack
Max Kellermann
2008-09-29
2
-7
/
+4
*
require a C99 compiler
Max Kellermann
2008-09-29
1
-1
/
+1
*
switch to C99 types, part II
Max Kellermann
2008-09-29
17
-58
/
+82
*
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-09-29
20
-72
/
+437
*
allow searching for albums with an empty tag
Eric Wong
2008-09-29
2
-1
/
+25
*
command: don't clobber next list value when preparsing
Eric Wong
2008-09-29
1
-3
/
+6
*
directory: isRootDirectory() is a one-liner
Eric Wong
2008-09-29
1
-4
/
+1
*
directory: writeDirectoryInfo propagates errors
Eric Wong
2008-09-29
1
-21
/
+19
*
directory: make it clear that DIRECTORY_MTIME is deprecated
Eric Wong
2008-09-29
1
-1
/
+1
*
directory: remove "Mp3" references
Eric Wong
2008-09-29
3
-22
/
+22
*
playlist: deleteASongFromPlaylist takes a const Song *
Eric Wong
2008-09-29
2
-2
/
+2
*
songvec: songvec_delete takes a const Song pointer
Eric Wong
2008-09-29
2
-2
/
+2
*
directory: remove shortname arguments everywhere
Eric Wong
2008-09-29
1
-80
/
+41
*
path: add mpd_basename() function
Eric Wong
2008-09-29
2
-0
/
+20
*
directory.h: remove directory_sigChldHandler decl
Eric Wong
2008-09-29
1
-2
/
+0
*
directory: replace DirectoryList with dirvec
Eric Wong
2008-09-29
4
-197
/
+175
*
directory: remove unused CPP defines
Eric Wong
2008-09-29
1
-4
/
+0
*
songvec_free => songvec_destroy
Eric Wong
2008-09-29
3
-3
/
+3
*
directory.c: kill unnecessary includes
Eric Wong
2008-09-29
1
-4
/
+1
*
directory: update playlist version if updated
Eric Wong
2008-09-29
1
-1
/
+6
*
pcm_utils: added pcm_range()
Max Kellermann
2008-09-28
1
-10
/
+18
*
pcm_utils: added inline function pcm_dither()
Max Kellermann
2008-09-28
1
-8
/
+10
*
output: fix the "outputenabled" value
Max Kellermann
2008-09-28
1
-1
/
+1
*
COMMANDS: assorted formatting fixes
Eric Wong
2008-09-28
1
-21
/
+22
*
COMMANDS: document moveid with negative _to_ argument, too
Eric Wong
2008-09-28
1
-1
/
+3
*
COMMANDS: document addid with optional position argument
Eric Wong
2008-09-28
1
-1
/
+4
*
notify: protect notify->pending with the mutex
Max Kellermann
2008-09-26
6
-41
/
+4
*
song: removed type SongList
Max Kellermann
2008-09-26
4
-46
/
+2
*
audio_output: workaround for deadlock
Max Kellermann
2008-09-26
3
-2
/
+19
*
update: send proper response to the client
Max Kellermann
2008-09-25
1
-5
/
+8
*
output: removed DEVICE_ON, DEVICE_OFF
Max Kellermann
2008-09-24
2
-29
/
+20
*
output: semi-asynchronous playback
Max Kellermann
2008-09-24
4
-23
/
+91
*
output: call send_tag() only if device is on
Max Kellermann
2008-09-24
1
-3
/
+3
*
output: document the audio_output_plugin methods
Max Kellermann
2008-09-24
1
-0
/
+44
*
output: document the audio_output elements
Max Kellermann
2008-09-24
1
-4
/
+58
*
output: make "struct audio_output" opaque for output plugins
Max Kellermann
2008-09-24
16
-226
/
+267
*
output: added audio_output_closed()
Max Kellermann
2008-09-24
3
-1
/
+11
*
output: added audio_output_get_name()
Max Kellermann
2008-09-24
4
-1
/
+28
*
output: set audio_output->open=1 in audio_output_task()
Max Kellermann
2008-09-24
11
-39
/
+8
*
output: pass audio_format to plugin.init() and plugin.open()
Max Kellermann
2008-09-24
13
-34
/
+61
*
output: one thread per audio output
Max Kellermann
2008-09-24
6
-38
/
+218
*
notify: added macro NOTIFY_INITIALIZER
Max Kellermann
2008-09-24
1
-0
/
+5
*
notify: added notify_deinit()
Max Kellermann
2008-09-24
9
-0
/
+36
*
notify: make notify_init() failures fatal
Max Kellermann
2008-09-24
2
-9
/
+6
*
notify: declare "struct notify"
Max Kellermann
2008-09-24
2
-13
/
+13
[next]