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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-29
switch to C99 types, part II
Max Kellermann
17
-58
/
+82
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
20
-72
/
+437
2008-09-29
allow searching for albums with an empty tag
Eric Wong
2
-1
/
+25
2008-09-29
command: don't clobber next list value when preparsing
Eric Wong
1
-3
/
+6
2008-09-29
directory: isRootDirectory() is a one-liner
Eric Wong
1
-4
/
+1
2008-09-29
directory: writeDirectoryInfo propagates errors
Eric Wong
1
-21
/
+19
2008-09-29
directory: make it clear that DIRECTORY_MTIME is deprecated
Eric Wong
1
-1
/
+1
2008-09-29
directory: remove "Mp3" references
Eric Wong
3
-22
/
+22
2008-09-29
playlist: deleteASongFromPlaylist takes a const Song *
Eric Wong
2
-2
/
+2
2008-09-29
songvec: songvec_delete takes a const Song pointer
Eric Wong
2
-2
/
+2
2008-09-29
directory: remove shortname arguments everywhere
Eric Wong
1
-80
/
+41
2008-09-29
path: add mpd_basename() function
Eric Wong
2
-0
/
+20
2008-09-29
directory.h: remove directory_sigChldHandler decl
Eric Wong
1
-2
/
+0
2008-09-29
directory: replace DirectoryList with dirvec
Eric Wong
4
-197
/
+175
2008-09-29
directory: remove unused CPP defines
Eric Wong
1
-4
/
+0
2008-09-29
songvec_free => songvec_destroy
Eric Wong
3
-3
/
+3
2008-09-29
directory.c: kill unnecessary includes
Eric Wong
1
-4
/
+1
2008-09-29
directory: update playlist version if updated
Eric Wong
1
-1
/
+6
2008-09-28
pcm_utils: added pcm_range()
Max Kellermann
1
-10
/
+18
2008-09-28
pcm_utils: added inline function pcm_dither()
Max Kellermann
1
-8
/
+10
2008-09-28
output: fix the "outputenabled" value
Max Kellermann
1
-1
/
+1
2008-09-26
notify: protect notify->pending with the mutex
Max Kellermann
6
-41
/
+4
2008-09-26
song: removed type SongList
Max Kellermann
4
-46
/
+2
2008-09-26
audio_output: workaround for deadlock
Max Kellermann
3
-2
/
+19
2008-09-25
update: send proper response to the client
Max Kellermann
1
-5
/
+8
2008-09-24
output: removed DEVICE_ON, DEVICE_OFF
Max Kellermann
2
-29
/
+20
2008-09-24
output: semi-asynchronous playback
Max Kellermann
4
-23
/
+91
2008-09-24
output: call send_tag() only if device is on
Max Kellermann
1
-3
/
+3
2008-09-24
output: document the audio_output_plugin methods
Max Kellermann
1
-0
/
+44
2008-09-24
output: document the audio_output elements
Max Kellermann
1
-4
/
+58
2008-09-24
output: make "struct audio_output" opaque for output plugins
Max Kellermann
16
-226
/
+267
2008-09-24
output: added audio_output_closed()
Max Kellermann
3
-1
/
+11
2008-09-24
output: added audio_output_get_name()
Max Kellermann
4
-1
/
+28
2008-09-24
output: set audio_output->open=1 in audio_output_task()
Max Kellermann
11
-39
/
+8
2008-09-24
output: pass audio_format to plugin.init() and plugin.open()
Max Kellermann
13
-34
/
+61
2008-09-24
output: one thread per audio output
Max Kellermann
6
-38
/
+218
2008-09-24
notify: added macro NOTIFY_INITIALIZER
Max Kellermann
1
-0
/
+5
2008-09-24
notify: added notify_deinit()
Max Kellermann
9
-0
/
+36
2008-09-24
notify: make notify_init() failures fatal
Max Kellermann
2
-9
/
+6
2008-09-24
notify: declare "struct notify"
Max Kellermann
2
-13
/
+13
2008-09-23
command: fix command "addid"
Max Kellermann
1
-1
/
+1
2008-09-23
flac: removed FlacData.chunk_length
Max Kellermann
2
-8
/
+2
2008-09-23
flac: merged flacSendChunk() into flac_common_write()
Max Kellermann
1
-17
/
+16
2008-09-23
flac: removed generic sample size support
Max Kellermann
1
-32
/
+26
2008-09-23
flac: added special functions for 8 and 32 bit
Max Kellermann
1
-0
/
+37
2008-09-23
flac: added optimized converter for 16 bit
Max Kellermann
1
-0
/
+17
2008-09-23
flac: use signed integers in flac_convert_stereo16()
Max Kellermann
1
-6
/
+4
2008-09-23
flac: moved code from flacWrite() to _flac_common.c
Max Kellermann
4
-129
/
+97
2008-09-23
flac: assume the buffer is empty in flacWrite() II
Max Kellermann
1
-7
/
+2
2008-09-23
audio_format: added audio_format_sample_size()
Max Kellermann
7
-9
/
+23
[next]