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
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
command: fix command "addid"
Max Kellermann
2008-09-23
1
-1
/
+1
*
flac: removed FlacData.chunk_length
Max Kellermann
2008-09-23
2
-8
/
+2
*
flac: merged flacSendChunk() into flac_common_write()
Max Kellermann
2008-09-23
1
-17
/
+16
*
flac: removed generic sample size support
Max Kellermann
2008-09-23
1
-32
/
+26
*
flac: added special functions for 8 and 32 bit
Max Kellermann
2008-09-23
1
-0
/
+37
*
flac: added optimized converter for 16 bit
Max Kellermann
2008-09-23
1
-0
/
+17
*
flac: use signed integers in flac_convert_stereo16()
Max Kellermann
2008-09-23
1
-6
/
+4
*
flac: moved code from flacWrite() to _flac_common.c
Max Kellermann
2008-09-23
4
-129
/
+97
*
flac: assume the buffer is empty in flacWrite() II
Max Kellermann
2008-09-23
1
-7
/
+2
*
audio_format: added audio_format_sample_size()
Max Kellermann
2008-09-23
7
-9
/
+23
[next]