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
*
decoder: enable decoders even if they have no init() method
Max Kellermann
2008-11-02
1
-1
/
+1
*
decoder: make the suffixes and mime_types arrays really const
Max Kellermann
2008-11-01
11
-32
/
+41
*
decoder: make all decoder_plugin structs const
Max Kellermann
2008-11-01
12
-23
/
+23
*
decoder: manage decoder list in a static array
Max Kellermann
2008-11-01
4
-109
/
+78
*
decoder: return const decoder_plugin structs
Max Kellermann
2008-11-01
7
-20
/
+24
*
permission: store passwords in GHashTable
Max Kellermann
2008-11-01
1
-17
/
+20
*
tag: use GLib instead of utils.h
Max Kellermann
2008-11-01
1
-8
/
+10
*
utils: use GUINT32_FROM_LE() instead of readLEuint32()
Max Kellermann
2008-11-01
3
-17
/
+8
*
tag: don't return const string from fix_utf8()
Max Kellermann
2008-11-01
1
-13
/
+13
*
alsa, jack: no const pointers for allocated strings
Max Kellermann
2008-11-01
2
-26
/
+42
*
path: removed sanitizePathDup()
Max Kellermann
2008-10-31
3
-47
/
+2
*
mapper: check for "." and ".."
Max Kellermann
2008-10-31
1
-0
/
+5
*
update: check return values
Max Kellermann
2008-10-31
4
-16
/
+28
*
path: moved playlist_dir to mapper.c
Max Kellermann
2008-10-31
7
-58
/
+81
*
mapper: use g_warning() for logging
Max Kellermann
2008-10-31
1
-5
/
+5
*
decoder: eliminate gotos in decodeStart()
Max Kellermann
2008-10-31
1
-7
/
+12
*
decoder: don't wake up player when command==NONE
Max Kellermann
2008-10-31
1
-1
/
+0
*
decoder: notify player after stop
Max Kellermann
2008-10-31
1
-0
/
+1
*
decoder: reset state and command in decoder_task()
Max Kellermann
2008-10-31
1
-4
/
+4
*
decoder: introduce switch statement in decoder_task()
Max Kellermann
2008-10-31
1
-4
/
+10
*
decoder_api: pass constant path pointers
Max Kellermann
2008-10-31
12
-29
/
+43
*
input_stream: pass const url to input_stream_open()
Max Kellermann
2008-10-31
2
-2
/
+2
*
client: use bool
Max Kellermann
2008-10-31
2
-2
/
+2
*
removed UTF-8 library, use GLib instead
Max Kellermann
2008-10-31
5
-199
/
+12
*
removed unneed check for protocol in shout plugin, will assume icecast2 proto...
Alam Arias
2008-10-31
1
-2
/
+0
*
path: free GLib error in fs_charset_to_utf8()
Max Kellermann
2008-10-31
1
-1
/
+3
*
directory: directory_free() frees children
Max Kellermann
2008-10-31
1
-0
/
+7
*
added prefix to header macros
Max Kellermann
2008-10-31
75
-150
/
+150
*
client: don't try again after partial write
Max Kellermann
2008-10-31
1
-0
/
+1
*
removed the sllist library
Max Kellermann
2008-10-31
3
-127
/
+0
*
client: use GQueue instead of sllist.h for deferred_send
Max Kellermann
2008-10-31
1
-34
/
+42
*
client: use GSList instead of struct strnode for command lists
Max Kellermann
2008-10-31
3
-50
/
+23
*
client: removed list_cache
Max Kellermann
2008-10-31
1
-34
/
+1
*
ogg: don't include _flac_common.h
Max Kellermann
2008-10-31
1
-1
/
+0
*
oggflac: adapt to new API
Max Kellermann
2008-10-31
1
-6
/
+6
*
ffmpeg: pass input_stream pointer to decoder_data()
Max Kellermann
2008-10-30
1
-3
/
+5
*
ffmpeg: use return value of decoder_data()
Max Kellermann
2008-10-30
1
-18
/
+20
*
ffmpeg: output buffer size cannot be negative
Max Kellermann
2008-10-30
1
-5
/
+7
*
ffmpeg: break immediately after av_read_frame()
Max Kellermann
2008-10-30
1
-9
/
+8
*
ffmpeg: moved code to ffmpeg_send_frame()
Max Kellermann
2008-10-30
1
-27
/
+34
*
ffmpeg: report seek errors to MPD
Max Kellermann
2008-10-30
1
-5
/
+4
*
ffmpeg: simplified mpdurl_read()
Max Kellermann
2008-10-30
1
-13
/
+11
*
ffmpeg: call tag_free() instead of free()
Max Kellermann
2008-10-30
1
-1
/
+1
*
ffmpeg: eliminated local variable "tag"
Max Kellermann
2008-10-30
1
-7
/
+4
*
ffmpeg: make ffmpeg_helper() return bool
Max Kellermann
2008-10-30
1
-24
/
+21
*
ffmpeg: removed debug messages
Max Kellermann
2008-10-30
1
-35
/
+5
*
ffmpeg: initialize base.decoder
Max Kellermann
2008-10-30
1
-0
/
+1
*
listen: set file mode 666 on the unix socket
Max Kellermann
2008-10-30
1
-0
/
+4
*
pulse: fix segfault without sink name
Max Kellermann
2008-10-30
1
-2
/
+2
*
mpc: provide 24 bit samples
Max Kellermann
2008-10-30
1
-7
/
+6
[next]