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: Fix where mikmod was not explicitly disabled.
Avuton Olrich
2009-04-29
1
-1
/
+1
*
configure: Fix where mp4 was not explicitly disabled.
Avuton Olrich
2009-04-29
1
-1
/
+3
*
scripts: Remove mpd.spec, it was always half-baked.
Avuton Olrich
2009-04-29
3
-98
/
+1
*
output_init: added option to disable the hardware mixer
Max Kellermann
2009-04-28
2
-1
/
+13
*
command: added "sticker delete" command
Max Kellermann
2009-04-28
2
-0
/
+40
*
sticker: added sticker_delete_value()
Max Kellermann
2009-04-28
4
-0
/
+85
*
song_save: don't call tag_free(NULL)
Max Kellermann
2009-04-28
2
-1
/
+4
*
clean up documentation of mixer options.
Daniel Kahn Gillmor
2009-04-28
1
-15
/
+23
*
libsamplerate: use g_ascii_strncasecmp() instead of strncasecmp()
Max Kellermann
2009-04-28
1
-1
/
+1
*
command: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-04-28
1
-1
/
+1
*
utils: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-04-28
1
-1
/
+1
*
tag: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-04-28
2
-3
/
+3
*
conf: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-04-28
1
-2
/
+2
*
locate: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-04-28
1
-4
/
+4
*
input_curl: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-04-28
1
-7
/
+7
*
mad_decoder: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-04-28
1
-4
/
+4
*
mp4ff_decoder: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-04-28
1
-8
/
+9
*
alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-04-28
1
-2
/
+2
*
alsa_mixer: add mixer_index option
Daniel Kahn Gillmor
2009-04-28
4
-2
/
+16
*
Makefile.am: moved doxygen invocation out of HAVE_XMLTO
Max Kellermann
2009-04-26
1
-3
/
+3
*
decoder_api: removed dc.pipe assertion from decoder_read()
Max Kellermann
2009-04-26
1
-1
/
+0
*
vorbis_encoder: reinitialize vorbis_dsp_state after flush
Max Kellermann
2009-04-25
1
-0
/
+7
*
decoder_control: properly cancel an existing command in dc_stop()
Max Kellermann
2009-04-25
1
-2
/
+8
*
decoder: added assertions on dc.pipe
Max Kellermann
2009-04-25
2
-0
/
+13
*
client: use GTimer to track timeouts
Max Kellermann
2009-04-25
1
-7
/
+14
*
playlist_control: use GTimer in previousSongInPlaylist()
Max Kellermann
2009-04-25
3
-6
/
+15
*
pulse_mixer: use PULSE's mainloop lock instead of GMutex
Max Kellermann
2009-04-25
1
-27
/
+13
*
curl: moved proxy settings to "input" block
Max Kellermann
2009-04-25
5
-47
/
+72
*
doc: added input plugin documentation
Max Kellermann
2009-04-25
1
-0
/
+93
*
doc: added decoder documentation
Max Kellermann
2009-04-25
1
-0
/
+56
*
doc: added more audio output documentation
Max Kellermann
2009-04-25
1
-1
/
+63
*
Makefile.am: moved source files to $(TAG_SRC)
Max Kellermann
2009-04-25
1
-13
/
+25
*
INSTALL: added libcue dependency
Max Kellermann
2009-04-25
1
-0
/
+3
*
fluidsynth: added "experimental" comments in the source file
Max Kellermann
2009-04-25
2
-1
/
+10
*
player_thread: pause when all audio outputs fail to play
Max Kellermann
2009-04-25
2
-2
/
+8
*
player_thread: pause when output fails while seeking
Max Kellermann
2009-04-25
1
-7
/
+11
*
stored_playlist: don't close NULL file on error
Max Kellermann
2009-04-24
1
-5
/
+1
*
alsa_output: don't use atexit() to clean up the ALSA library
Max Kellermann
2009-04-21
1
-7
/
+3
*
alsa_mixer: call snd_config_update_free_global() in finish()
Max Kellermann
2009-04-21
1
-1
/
+3
*
test: added program "read_mixer"
Max Kellermann
2009-04-21
3
-4
/
+79
*
output_control: close mixer on pause
Max Kellermann
2009-04-21
1
-0
/
+6
*
client: free the fifo buffer
Max Kellermann
2009-04-17
1
-0
/
+2
*
configure.ac: check for C++ detection failure
Max Kellermann
2009-04-15
1
-0
/
+21
*
configure.ac: automatically detect the sidplay decoder
Max Kellermann
2009-04-15
1
-3
/
+3
*
configure.ac: added a real check for libsidplay2
Max Kellermann
2009-04-15
1
-1
/
+16
*
configure.ac: moved the sidplay check to its argument
Max Kellermann
2009-04-15
1
-11
/
+11
*
configure.ac: added function MPD_AUTO_PRE
Max Kellermann
2009-04-15
1
-0
/
+15
*
configure.ac: print feature name in error message
Max Kellermann
2009-04-15
1
-1
/
+1
*
configure.ac: detect libiso9660 with pkg-config
Max Kellermann
2009-04-13
2
-5
/
+4
*
configure.ac: detect libzzip with pkg-config
Max Kellermann
2009-04-13
2
-5
/
+16
[prev]
[next]