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
2009-01-30
input_stream: let the implementation assign is->plugin
Max Kellermann
4
-1
/
+10
2009-01-30
input_stream: documented the API
Max Kellermann
1
-9
/
+83
2009-01-29
jack: don't manually close on shutdown
Max Kellermann
1
-3
/
+1
2009-01-29
jack: initialize output_ports if not configured
Max Kellermann
1
-0
/
+3
2009-01-29
jack: close JACK client on stop
Max Kellermann
1
-4
/
+4
2009-01-29
jack: removed "bps" attribute
Max Kellermann
1
-5
/
+1
2009-01-29
jack: make mpd_jack_connect() return bool
Max Kellermann
1
-10
/
+10
2009-01-29
jack: use loops for allocating/freeing ports/buffers
Max Kellermann
1
-36
/
+32
2009-01-29
jack: fail if jack_get_ports() returns NULL
Max Kellermann
1
-19
/
+23
2009-01-29
jack: use jack_port_name() instead of g_malloc()+sprintf()
Max Kellermann
1
-12
/
+2
2009-01-29
jack: initialize libjack's error function in mpd_jack_init()
Max Kellermann
1
-1
/
+2
2009-01-29
mms: declare GLib log domain
Max Kellermann
1
-0
/
+3
2009-01-29
added support for the MMS protocol
Max Kellermann
5
-0
/
+164
2009-01-29
player_control: reset pc.error if pc.errored_song is cleared
Max Kellermann
1
-1
/
+3
2009-01-29
jack: reduced sleep time to 1ms
Max Kellermann
1
-1
/
+1
2009-01-29
jack: clear "shutdown" flag on reconnect
Max Kellermann
1
-0
/
+2
2009-01-29
jack: allocate ring buffers before connecting
Max Kellermann
1
-5
/
+3
2009-01-29
jack: register ports before activating clients
Max Kellermann
1
-5
/
+5
2009-01-27
zeroconf: corrected default service name usage
Max Kellermann
1
-2
/
+2
2009-01-25
client: use the GIOChannel for I/O
Max Kellermann
1
-40
/
+110
2009-01-25
client: use GLib's win32 IO channel on WIN32
Max Kellermann
1
-0
/
+5
2009-01-25
tag: remove unused variable param
Laszlo Ashin
1
-3
/
+2
2009-01-25
database: eliminate "goto" usage
Max Kellermann
1
-7
/
+8
2009-01-25
use g_free() instead of free()
Max Kellermann
18
-40
/
+36
2009-01-25
mixer_api: removed struct mixer_data
Max Kellermann
4
-39
/
+45
2009-01-25
mixer: merged methods "init" and "configure"
Max Kellermann
4
-68
/
+20
2009-01-25
mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE
Max Kellermann
5
-30
/
+0
2009-01-25
mixer: configure legacy mixer before the audio outputs
Max Kellermann
2
-22
/
+70
2009-01-25
mixer: removed mixer_configure(), configure mixer in mixer_new()
Max Kellermann
4
-20
/
+7
2009-01-25
mixer: return a mixer struct pointer
Max Kellermann
4
-15
/
+40
2009-01-25
mixer: make all mixer_plugin pointers const
Max Kellermann
4
-7
/
+7
2009-01-25
mixer: added missing copyright headers
Max Kellermann
4
-0
/
+68
2009-01-25
conf: added config_add_param()
Max Kellermann
2
-0
/
+17
2009-01-25
Add idle event on sticker deletion, update and insertion
Qball Cow
3
-1
/
+9
2009-01-25
conf: allow param==NULL
Max Kellermann
6
-33
/
+13
2009-01-25
conf: const pointers in block get functions
Max Kellermann
27
-49
/
+49
2009-01-25
use config_get_string() instead of config_get_param()
Max Kellermann
5
-31
/
+24
2009-01-25
playlist: moved is_valid_playlist_name() to stored_playlist.c
Max Kellermann
4
-22
/
+32
2009-01-25
playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c
Max Kellermann
5
-65
/
+83
2009-01-25
playlist: removed g_rand, PLAYLIST_HASH_MULT
Max Kellermann
1
-10
/
+0
2009-01-25
queue: added queue_shuffle_order_last()
Max Kellermann
3
-6
/
+18
2009-01-25
stored_playlist: moved configuration variables from playlist.c
Max Kellermann
7
-19
/
+32
2009-01-25
player_thread: start decoder thread in player thread
Max Kellermann
2
-2
/
+3
2009-01-25
player_control: added player_control.thread
Max Kellermann
3
-2
/
+12
2009-01-25
decoder_control: added decoder_control.thread
Max Kellermann
4
-6
/
+17
2009-01-25
mapper: added dot to PLAYLIST_FILE_SUFFIX
Max Kellermann
3
-9
/
+6
2009-01-25
alsa: added comments
Max Kellermann
1
-3
/
+21
2009-01-25
alsa: frame_size is size_t, not int
Max Kellermann
1
-1
/
+1
2009-01-25
alsa: no CamelCase
Max Kellermann
1
-93
/
+103
2009-01-25
alsa: fix option parsing and restore default period_time
Dan McGee
1
-3
/
+6
[next]