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-11-01
directory_save: partially revert the g_str_has_prefix() patch
Max Kellermann
1
-2
/
+2
2009-11-01
database: use strcmp() instead of g_str_has_prefix()
Max Kellermann
3
-6
/
+5
2009-11-01
database: removed redundant music_root allocation
Max Kellermann
1
-2
/
+0
2009-11-01
replay_gain: trigger OPTIONS idle event on mode change
Max Kellermann
1
-0
/
+3
2009-11-01
text_file: allocate line buffers dynamically
Max Kellermann
7
-59
/
+161
2009-11-01
directory_save: allocate directory object earlier, assign mtime
Max Kellermann
1
-12
/
+13
2009-11-01
directory_save: free directory on error
Max Kellermann
1
-1
/
+3
2009-11-01
directory_save: abort on duplicate subdirectory
Max Kellermann
1
-7
/
+9
2009-11-01
directory_save: moved code to directory_load_subdir()
Max Kellermann
1
-49
/
+63
2009-11-01
decoder_api: check decoder==NULL in decoder_read()
Max Kellermann
1
-1
/
+2
2009-11-01
song_save: increased maximum line length to 32 kB
Max Kellermann
1
-3
/
+7
2009-10-31
decoder_control: removed the global variable "dc"
Max Kellermann
11
-317
/
+377
2009-10-31
decoder_control: removed unused DECODE_TYPE macros
Max Kellermann
1
-3
/
+0
2009-10-31
player_thread: simplified thread destruction
Max Kellermann
1
-4
/
+2
2009-10-31
songvec: sort songs by album name first, then disc/track number
Max Kellermann
1
-1
/
+30
2009-10-31
songvec: simplified compare_tag_item()
Max Kellermann
1
-8
/
+10
2009-10-31
player_control: protect command, state, error with a mutex
Max Kellermann
12
-89
/
+263
2009-10-30
{player,output}_thread: fixed elapsed_time quirks
Max Kellermann
3
-3
/
+23
2009-10-29
output_thread: return bool from ao_play()
Max Kellermann
1
-4
/
+22
2009-10-29
player_thread: set error status in play_next_chunk()
Max Kellermann
1
-4
/
+3
2009-10-29
output_control: fixed deadlock in audio_output_update()
Max Kellermann
1
-1
/
+21
2009-10-29
httpd: add config option to limit number of clients
Viliam Mateicka
2
-3
/
+20
2009-10-29
output: consistently lock audio output objects
Max Kellermann
5
-46
/
+102
2009-10-29
output_plugin: added method "drain"
Max Kellermann
3
-14
/
+34
2009-10-29
output/alsa: don't recover on CANCEL
Max Kellermann
1
-1
/
+1
2009-10-29
output_thread: removed redundant filter_close() call
Max Kellermann
1
-4
/
+0
2009-10-29
output/pulse: initialize pulse_output.mixer
Max Kellermann
1
-0
/
+1
2009-10-28
decoder/ffmpeg: removed the "author" vs "artist" workaround
Max Kellermann
1
-2
/
+1
2009-10-28
decoder/ffmpeg: convert metadata
Max Kellermann
1
-4
/
+4
2009-10-27
update: delete ignored symlinks from database
Max Kellermann
1
-1
/
+5
2009-10-27
include pulse/version.h for PA_CHECK_VERSION
Alam Arias
1
-0
/
+2
2009-10-26
encoder: renaming none_encoder to null_encoder
Viliam Mateicka
2
-27
/
+27
2009-10-26
mpd.conf: new bool config value for enabling/disabling inotify update
Viliam Mateicka
3
-2
/
+8
2009-10-24
encoder: new encoder plugin which just pass data through
Viliam Mateicka
2
-0
/
+126
2009-10-24
add --disable-inotify for configure to disable inotify when autodetected
Viliam Mateicka
1
-0
/
+7
2009-10-23
output/jack: implement methods enable()/disable()
Max Kellermann
1
-16
/
+24
2009-10-23
output/pulse: implement methods enable()/disable()
Max Kellermann
1
-9
/
+35
2009-10-23
output_plugin: added methods enable() and disable()
Max Kellermann
15
-1
/
+213
2009-10-23
output/pulse: call mixer on state changes
Max Kellermann
4
-129
/
+196
2009-10-23
mixer_control: don't close the mixer if set_volume() fails
Max Kellermann
1
-2
/
+0
2009-10-23
mixer_plugin: get_volume() may return -1 if unavailable
Max Kellermann
2
-4
/
+8
2009-10-23
mixer_control: allow methods "open" and "close" to be NULL
Max Kellermann
2
-20
/
+5
2009-10-22
mixer/pulse: don't get volume if stream is not yet ready
Max Kellermann
1
-3
/
+3
2009-10-22
output/fifo: renamed source to fifo_output_plugin.c
Max Kellermann
1
-3
/
+3
2009-10-22
audio: removed function finishAudioConfig()
Max Kellermann
3
-8
/
+0
2009-10-22
main: put #ifdef inside winsock_init()
Max Kellermann
1
-5
/
+2
2009-10-22
permission: improve const-correctness
SF Markus Elfring
2
-2
/
+2
2009-10-21
playlist: new ASX playlist plugin
Max Kellermann
3
-0
/
+340
2009-10-21
playlist/xspf: ignore text in root, playlist, tracklist
Max Kellermann
1
-0
/
+2
2009-10-21
audio_format: wildcards allowed in audio_format configuration
Max Kellermann
7
-22
/
+92
[prev]
[next]