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-10-28
decoder/ffmpeg: removed the "author" vs "artist" workaround
Max Kellermann
1
-2
/
+1
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
2009-10-21
audio_parser: moved code to separate functions
Max Kellermann
1
-29
/
+78
2009-10-21
output: convert config_audio_format to an audio_format struct
Max Kellermann
3
-14
/
+16
2009-10-21
audio_parser: renamed parameter "error" to "error_r"
Max Kellermann
2
-10
/
+12
2009-10-21
audio: removed config_param.value NULL check
Max Kellermann
1
-1
/
+1
2009-10-21
output/jack: make ringbuffer_size a size_t
Max Kellermann
1
-1
/
+1
2009-10-21
output/jack: connect to server on MPD startup
Max Kellermann
1
-69
/
+119
2009-10-21
output/jack: removed the empty "cancel" method
Max Kellermann
1
-6
/
+0
2009-10-21
output/jack: renamed parameter "error" to "error_r"
Max Kellermann
1
-12
/
+12
2009-10-21
output/jack: implement the "pause" method
Max Kellermann
1
-0
/
+41
2009-10-21
output/jack: renamed source to jack_output_plugin.c
Max Kellermann
2
-4
/
+4
2009-10-21
pulse: code rewrite using the asynchronous libpulse API
Max Kellermann
3
-282
/
+765
2009-10-21
mixer_plugin: pass audio_output pointer to mixer_plugin.init()
Max Kellermann
8
-12
/
+20
2009-10-21
volume: added PIPE_EVENT_MIXER
Max Kellermann
2
-0
/
+19
2009-10-20
mixer_plugin: use GError for error handling
Max Kellermann
10
-79
/
+189
2009-10-20
output_init: renamed parameter "error" to "error_r"
Max Kellermann
2
-8
/
+8
2009-10-20
mixer/{oss,alsa}: renamed the mixer source files
Max Kellermann
5
-12
/
+14
2009-10-20
output/pulse: renamed context to "Music Player Daemon"
Max Kellermann
1
-1
/
+1
2009-10-20
pulse: renamed source files
Max Kellermann
4
-8
/
+10
2009-10-20
pulse: announce "media.role=music"
Max Kellermann
1
-0
/
+2
2009-10-20
main: call g_set_application_name()
Max Kellermann
1
-0
/
+2
2009-10-20
mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...
Max Kellermann
7
-11
/
+10
2009-10-18
decoder/vorbis: avoid unused symbol warnings from vorbisfile.h
Serge Ziryukin
1
-0
/
+1
2009-10-18
command: omitting the range end is possible
Max Kellermann
1
-1
/
+4
2009-10-18
command: use GLib limit macros in check_range()
Max Kellermann
1
-10
/
+10
2009-10-17
command: allow changing replay gain mode on-the-fly
Max Kellermann
3
-1
/
+63
2009-10-17
replay_gain: moved mode parser to replay_gain_set_mode_string()
Max Kellermann
1
-6
/
+19
2009-10-17
replay_gain: added setting "replaygain off"
Max Kellermann
1
-1
/
+1
2009-10-17
replay_gain: read configuration even when replay gain is disabled
Max Kellermann
1
-4
/
+3
2009-10-16
update: obey .mpdignore files
Max Kellermann
3
-2
/
+202
[next]