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
...
*
configure.ac: disable MMS by default
Max Kellermann
2009-01-29
1
-1
/
+1
*
jack: don't manually close on shutdown
Max Kellermann
2009-01-29
1
-3
/
+1
*
jack: initialize output_ports if not configured
Max Kellermann
2009-01-29
1
-0
/
+3
*
jack: close JACK client on stop
Max Kellermann
2009-01-29
1
-4
/
+4
*
jack: removed "bps" attribute
Max Kellermann
2009-01-29
1
-5
/
+1
*
jack: make mpd_jack_connect() return bool
Max Kellermann
2009-01-29
1
-10
/
+10
*
jack: use loops for allocating/freeing ports/buffers
Max Kellermann
2009-01-29
1
-36
/
+32
*
jack: fail if jack_get_ports() returns NULL
Max Kellermann
2009-01-29
1
-19
/
+23
*
jack: use jack_port_name() instead of g_malloc()+sprintf()
Max Kellermann
2009-01-29
1
-12
/
+2
*
jack: initialize libjack's error function in mpd_jack_init()
Max Kellermann
2009-01-29
1
-1
/
+2
*
mms: declare GLib log domain
Max Kellermann
2009-01-29
1
-0
/
+3
*
added support for the MMS protocol
Max Kellermann
2009-01-29
8
-0
/
+186
*
player_control: reset pc.error if pc.errored_song is cleared
Max Kellermann
2009-01-29
1
-1
/
+3
*
AUTHORS: moved people to "Former Developers", added Thomas Jansen
Max Kellermann
2009-01-29
1
-6
/
+8
*
jack: reduced sleep time to 1ms
Max Kellermann
2009-01-29
2
-1
/
+2
*
jack: clear "shutdown" flag on reconnect
Max Kellermann
2009-01-29
2
-0
/
+3
*
jack: allocate ring buffers before connecting
Max Kellermann
2009-01-29
2
-5
/
+5
*
jack: register ports before activating clients
Max Kellermann
2009-01-29
1
-5
/
+5
*
Modify version string to post-release version 0.14.2~git
Avuton Olrich
2009-01-29
1
-0
/
+3
*
zeroconf: corrected default service name usage
Max Kellermann
2009-01-27
1
-2
/
+2
*
changed sticker names to be lowercase and without spaces
Rasmus Steinke
2009-01-26
1
-5
/
+8
*
client: use the GIOChannel for I/O
Max Kellermann
2009-01-25
1
-40
/
+110
*
client: use GLib's win32 IO channel on WIN32
Max Kellermann
2009-01-25
1
-0
/
+5
*
tag: remove unused variable param
Laszlo Ashin
2009-01-25
1
-3
/
+2
*
database: eliminate "goto" usage
Max Kellermann
2009-01-25
1
-7
/
+8
*
use g_free() instead of free()
Max Kellermann
2009-01-25
18
-40
/
+36
*
doc: chunk the DocBook HTML output
Max Kellermann
2009-01-25
1
-6
/
+10
*
mixer_api: removed struct mixer_data
Max Kellermann
2009-01-25
4
-39
/
+45
*
mixer: merged methods "init" and "configure"
Max Kellermann
2009-01-25
4
-68
/
+20
*
mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE
Max Kellermann
2009-01-25
5
-30
/
+0
*
mixer: configure legacy mixer before the audio outputs
Max Kellermann
2009-01-25
2
-22
/
+70
*
mixer: removed mixer_configure(), configure mixer in mixer_new()
Max Kellermann
2009-01-25
4
-20
/
+7
*
mixer: return a mixer struct pointer
Max Kellermann
2009-01-25
4
-15
/
+40
*
mixer: make all mixer_plugin pointers const
Max Kellermann
2009-01-25
4
-7
/
+7
*
mixer: added missing copyright headers
Max Kellermann
2009-01-25
4
-0
/
+68
*
conf: added config_add_param()
Max Kellermann
2009-01-25
2
-0
/
+17
*
Add idle event on sticker deletion, update and insertion
Qball Cow
2009-01-25
3
-1
/
+9
*
conf: allow param==NULL
Max Kellermann
2009-01-25
6
-33
/
+13
*
conf: const pointers in block get functions
Max Kellermann
2009-01-25
27
-49
/
+49
*
use config_get_string() instead of config_get_param()
Max Kellermann
2009-01-25
5
-31
/
+24
*
playlist: moved is_valid_playlist_name() to stored_playlist.c
Max Kellermann
2009-01-25
4
-22
/
+32
*
playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c
Max Kellermann
2009-01-25
5
-65
/
+83
*
playlist: removed g_rand, PLAYLIST_HASH_MULT
Max Kellermann
2009-01-25
1
-10
/
+0
*
queue: added queue_shuffle_order_last()
Max Kellermann
2009-01-25
3
-6
/
+18
*
stored_playlist: moved configuration variables from playlist.c
Max Kellermann
2009-01-25
7
-19
/
+32
*
player_thread: start decoder thread in player thread
Max Kellermann
2009-01-25
2
-2
/
+3
*
player_control: added player_control.thread
Max Kellermann
2009-01-25
3
-2
/
+12
*
decoder_control: added decoder_control.thread
Max Kellermann
2009-01-25
4
-6
/
+17
*
mapper: added dot to PLAYLIST_FILE_SUFFIX
Max Kellermann
2009-01-25
3
-9
/
+6
*
alsa: added comments
Max Kellermann
2009-01-25
1
-3
/
+21
[prev]
[next]