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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
decoder/ffmpeg: don't use deprecated CODEC_TYPE_AUDIO with new lavc
Anton Khirnov
2011-05-09
1
-0
/
+4
|
*
decoder/ffmpeg: define fallback macro AV_VERSION_INT()
Max Kellermann
2011-05-09
1
-1
/
+5
*
|
cue_tag: show CUE track numbers
Qball Cow
2011-05-09
1
-0
/
+9
*
|
decoder/ffpmeg: don't use av_metadata_conv() in ffmpeg 0.7
Max Kellermann
2011-05-09
1
-0
/
+2
*
|
decoder/ffmpeg: use AVIOContext instead of ByteIOContext
Max Kellermann
2011-05-09
1
-0
/
+12
*
|
input/ffmpeg: use the new AVIOContext API
Max Kellermann
2011-05-09
1
-1
/
+37
*
|
decoder/ffmpeg: use avcodec_decode_audio3() if available
Max Kellermann
2011-04-12
1
-1
/
+22
*
|
decoder/ffmpeg: make variables more local
Max Kellermann
2011-04-12
1
-27
/
+16
*
|
decoder/ffmpeg: drop support for pre-0.5 ffmpeg
Anton Khirnov
2011-04-12
2
-53
/
+0
*
|
Merge branch 'v0.16.x'
Max Kellermann
2011-04-12
3
-3
/
+4
|
\
|
|
*
Merge branch 'v0.15.x' into v0.16.x
Max Kellermann
2011-04-12
1
-1
/
+1
|
|
\
|
|
*
listen: suppress "unused variable" warning
Max Kellermann
2011-03-23
1
-0
/
+2
|
|
*
command: fix return value of handle_currentsong()
Max Kellermann
2011-03-23
1
-1
/
+1
|
|
*
encoder/vorbis: reset the Ogg stream after flush
Max Kellermann
2011-03-16
1
-0
/
+2
|
*
|
decoder/flac: fix enum mismatch in flac_tell_cb()
Max Kellermann
2011-03-23
1
-1
/
+1
|
*
|
audio_parser: fix assertion failure in audio format mask parser
Max Kellermann
2011-03-23
1
-1
/
+2
*
|
|
playlist: Despotify plugin: Correct init in daemon mode
Simon Kagstrom
2011-04-12
1
-1
/
+1
*
|
|
fix common misspellings
Jonathan Neuschäfer
2011-03-31
21
-37
/
+37
*
|
|
playlist: Add despotify playlist plugin
Simon Kagstrom
2011-03-29
3
-0
/
+245
*
|
|
input: Add despotify input plugin
Simon Kagstrom
2011-03-29
4
-0
/
+261
*
|
|
despotify: Add support utilities
Simon Kagstrom
2011-03-29
4
-0
/
+194
*
|
|
decoder: PCM decoder: Inherit seekable from the input stream
Simon Kagstrom
2011-03-23
1
-1
/
+1
*
|
|
decoder: PCM decoder: Break loop if EOF is encountered
Simon Kagstrom
2011-03-23
1
-0
/
+4
*
|
|
Remove unused headers in Roar plugin.
Hans-Kristian Arntzen
2011-03-23
2
-9
/
+0
*
|
|
Merge commit 'release-0.16.2'
Max Kellermann
2011-03-19
21
-39
/
+90
|
\
|
|
|
*
|
command: print playlist load error
Max Kellermann
2011-03-18
1
-1
/
+1
|
*
|
output/httpd: include sys/socket.h only when building with libwrap
Max Kellermann
2011-03-18
1
-1
/
+1
|
*
|
update_walk: ignore parameter "mode" on WIN32
Max Kellermann
2011-03-18
1
-0
/
+1
|
*
|
audio_format, output_thread: add more audio_format_valid() assertions
Max Kellermann
2011-03-16
4
-0
/
+13
|
*
|
encoder/vorbis: reset the Ogg stream after flush
Max Kellermann
2011-03-16
1
-0
/
+2
|
*
|
Merge release 0.15.16 into v0.16.x
Max Kellermann
2011-03-16
4
-9
/
+18
|
|
\
|
|
|
*
output/jack: fix crash with mono playback
Max Kellermann
2011-02-27
1
-1
/
+1
|
|
*
output/jack: rename variable sample_size to jack_sample_size
Max Kellermann
2011-02-25
1
-5
/
+6
|
|
*
Insure proper initialization of stack-allocated struct.
Christopher Brannon
2011-02-15
1
-1
/
+4
|
|
*
update: log all file permission problems
Max Kellermann
2011-01-31
1
-0
/
+6
|
|
*
Fix NDEBUG test
Andreas Wiese
2011-01-14
1
-1
/
+1
|
*
|
output/httpd: include sys/socket.h for AF_UNIX
Ulrich Spörlein
2011-03-09
1
-0
/
+1
|
*
|
output/oss: disable 24 bit playback on FreeBSD
Max Kellermann
2011-02-28
1
-0
/
+9
|
*
|
output/oss: AFMT_S24_PACKED is little-endian
Max Kellermann
2011-02-28
1
-0
/
+12
|
*
|
general: whitespace cleanup
Thomas Jansen
2011-02-09
9
-29
/
+29
|
*
|
output/httpd: initialize unflushed_input
Thomas Jansen
2011-02-09
1
-0
/
+1
|
*
|
Set fadeout in gme_decoder_plugin. Due to the nature of the gme library,
Tony Miller
2011-02-03
1
-0
/
+3
*
|
|
RoarAudio output plugin
Hans-Kristian Arntzen
2011-03-16
5
-0
/
+512
*
|
|
command: "update" and "rescan" need only "CONTROL" permission
Max Kellermann
2011-02-27
1
-2
/
+2
*
|
|
playlist_state: add option "restore_paused"
Max Kellermann
2011-02-23
2
-0
/
+9
*
|
|
playlist_state: declare local variable as enum
Max Kellermann
2011-02-23
1
-1
/
+1
*
|
|
output/shout: add possibility to set url
Thomas Jansen
2011-02-09
1
-0
/
+7
*
|
|
protocol: support client-to-client communication
Max Kellermann
2011-01-29
9
-0
/
+562
*
|
|
client_idle: export client_idle_add()
Max Kellermann
2011-01-29
2
-5
/
+14
*
|
|
client_idle: add header client_idle.h
Max Kellermann
2011-01-29
5
-13
/
+45
[prev]
[next]