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
*
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
*
alsa: frame_size is size_t, not int
Max Kellermann
2009-01-25
1
-1
/
+1
*
alsa: no CamelCase
Max Kellermann
2009-01-25
1
-93
/
+103
*
alsa: fix option parsing and restore default period_time
Dan McGee
2009-01-25
1
-3
/
+6
*
Fix tag not being set when casefolding the locate_item_list
Qball Cow
2009-01-25
1
-1
/
+3
*
renamed the "mod" decoder plugin to "mikmod"
Max Kellermann
2009-01-24
3
-5
/
+5
*
tag_id3: added MusicBrainz tag support
Max Kellermann
2009-01-24
1
-0
/
+79
*
tag_id3: always allocate tag object
Max Kellermann
2009-01-24
1
-30
/
+27
*
tag: added support for MusicBrainz tags
Max Kellermann
2009-01-24
3
-1
/
+14
*
modplug: removed EOF check from the while loop
Max Kellermann
2009-01-24
1
-2
/
+4
*
modplug: check for input_stream errors
Max Kellermann
2009-01-24
1
-2
/
+8
*
modplug: use size_t instead of int for buffer sizes
Max Kellermann
2009-01-24
1
-1
/
+1
*
modplug: check size limit before appending new buffer
Max Kellermann
2009-01-24
1
-4
/
+4
*
modplug: use GByteArray.len, remove total_len
Max Kellermann
2009-01-24
1
-4
/
+2
*
modplug: unknown size is -1; check for empty file
Max Kellermann
2009-01-24
1
-5
/
+12
*
modplug: header cleanup
Max Kellermann
2009-01-24
1
-2
/
+0
*
modplug: define G_LOG_DOMAIN
Max Kellermann
2009-01-24
1
-0
/
+3
*
modplug: declare constants as enum
Max Kellermann
2009-01-24
1
-4
/
+6
*
modplug: use only decoder_read(), not input_stream_read()
Max Kellermann
2009-01-24
1
-5
/
+1
*
locate: added locate_item_list_casefold()
Max Kellermann
2009-01-24
4
-11
/
+22
*
queue_print, dbUtils: use struct locate_item_list
Max Kellermann
2009-01-24
7
-74
/
+58
*
locate: added struct locate_item_list
Max Kellermann
2009-01-24
5
-87
/
+111
*
locate: initialize the whole visited_types array
Max Kellermann
2009-01-24
1
-2
/
+6
*
locate: use bool instead of int
Max Kellermann
2009-01-24
2
-33
/
+33
*
locate: no CamelCase
Max Kellermann
2009-01-24
5
-89
/
+76
*
queue_print: use new_items instead of items
Max Kellermann
2009-01-24
1
-1
/
+1
*
playlist: removed locate functions to queue_print.c
Max Kellermann
2009-01-24
5
-46
/
+45
*
locate: renamed LocateTagItem to "struct locate_item"
Max Kellermann
2009-01-24
7
-60
/
+70
*
command: use queue_print_*()
Max Kellermann
2009-01-24
4
-82
/
+51
*
playlist: added playlist_get_queue()
Max Kellermann
2009-01-24
2
-0
/
+12
*
playlist: renamed the Playlist typedef to "struct playlist"
Max Kellermann
2009-01-24
2
-3
/
+3
*
playlist: moved stopOnError and errorCount into struct playlist
Max Kellermann
2009-01-24
2
-11
/
+23
*
modplug: change settings before loading a file
Andrzej Rybczak
2009-01-24
1
-6
/
+8
*
command: eliminate gcc warning
Laszlo Ashin
2009-01-24
1
-1
/
+1
*
commands: don't advertise "sticker" unless configured
Max Kellermann
2009-01-23
1
-1
/
+13
*
playlist: restore random mode after playlist is loaded
Max Kellermann
2009-01-23
1
-8
/
+6
*
playlist: removed song_id_to_position()
Max Kellermann
2009-01-23
1
-12
/
+7
*
playlist: fix "clear" crash in random mode
Max Kellermann
2009-01-23
1
-0
/
+5
*
song: include cleanup
Max Kellermann
2009-01-23
1
-2
/
+0
*
playlist: moved saving/loading code to queue_save.c
Max Kellermann
2009-01-23
4
-26
/
+125
[next]