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
2007-12-16
Know about SND_PCM_STATE_RUNNING, might fix some bugs
Qball Cow
1
-0
/
+4
2007-12-10
Fix possible wrong 'addition'
Qball Cow
1
-1
/
+1
2007-12-06
Fix replaygain for latest flac version.
Qball Cow
1
-0
/
+9
2007-11-28
Re-enable seeking in http streams.
Qball Cow
2
-7
/
+4
2007-11-28
Don't try to forever to get data when the sockets winds up in "temporary
Qball Cow
1
-8
/
+21
2007-11-21
A better way to do the last patch (extremely minor patch)
Avuton Olrich
1
-4
/
+2
2007-11-21
Fix Sun C 5.9 / C99 compatiblity
Avuton Olrich
1
-0
/
+3
2007-11-21
When parsing id3_frames take in account that there are different frames
Qball Cow
1
-40
/
+137
2007-11-18
Disable seeking on streams, because of bug 1611. When playing ogg, the decode...
Qball Cow
1
-1
/
+1
2007-10-03
Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...
Qball Cow
1
-1
/
+18
2007-09-26
Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.
Qball Cow
5
-1
/
+258
2007-09-17
inputPlugins/_ogg_common.c: fixup includes for new (1.1.4+ FLAC)
Eric Wong
1
-1
/
+3
2007-09-14
Add oga extension for flac-1.2.1
Avuton Olrich
1
-1
/
+1
2007-09-10
conf.c: remove extra semi-colon here, too
Eric Wong
1
-1
/
+1
2007-09-10
buffer input while waiting for outputBuffer space in mp4 and (ogg)flac
Eric Wong
2
-2
/
+3
2007-09-10
pcm_utils: gcc 2.95 compile fix (extra semi-colon)
Eric Wong
1
-1
/
+1
2007-09-08
playerInit() is static
Eric Wong
2
-3
/
+1
2007-09-08
inputStream_http: signal the server to close after all requests
Eric Wong
1
-1
/
+1
2007-09-07
decode: fix seek when paused
Eric Wong
1
-0
/
+1
2007-09-07
get rid of unused DECODE_SUFFIX_* #defines
Eric Wong
1
-7
/
+0
2007-09-06
Once again get rid of busy waiting and use SIGSTOP for pause
Eric Wong
2
-4
/
+24
2007-09-06
return to busy-waiting on pause for now..
Eric Wong
2
-24
/
+4
2007-09-06
send SIGCONT to the player process whenever we need to busy wait on it
Eric Wong
1
-0
/
+11
2007-09-05
conf: use getBoolBlockParam for block params, too
Eric Wong
2
-13
/
+7
2007-09-05
conf: improved boolean config parameter handling from -ke
Eric Wong
6
-34
/
+68
2007-09-05
Redirect stdin *before* we establish a listen socket
Eric Wong
2
-29
/
+29
2007-09-04
log: oops, fix a syntax error
Eric Wong
1
-1
/
+1
2007-09-04
log: better bug avoidance for libraries incorrectly handling fd=0
Eric Wong
1
-2
/
+16
2007-09-02
zeroconf: avoid passing NULLs to Avahi *_free() routines
Eric Wong
1
-4
/
+6
2007-09-02
Fix endless loop when mpd is launched from a non-interactive shell.
Eric Wong
1
-1
/
+5
2007-09-01
interface: fix IPV6 hostname buffer deallocation from automatics
Eric Wong
1
-12
/
+7
2007-08-28
inputPlugins/flac: improve error messages
Eric Wong
1
-12
/
+13
2007-08-28
log: cleanup: avoid "magic" numbers
Eric Wong
1
-6
/
+8
2007-08-27
removing debug messages from signal handlers
J. Alexander Treuman
4
-10
/
+18
2007-08-27
interface: print whole debug message at once
J. Alexander Treuman
1
-7
/
+8
2007-08-27
adding \n to a bunch of error message strings
J. Alexander Treuman
5
-8
/
+8
2007-08-27
send SIGSTOP to player and decoder processes on pause, too
Eric Wong
2
-4
/
+13
2007-08-27
export FATAL() with noreturn attribute
Eric Wong
4
-8
/
+5
2007-08-22
inputPlugins/mp3_plugin: parse LAME tags for ReplayGain info
J. Alexander Treuman
1
-46
/
+104
2007-08-12
decode: close audio device after initial open if paused
J. Alexander Treuman
1
-1
/
+5
2007-08-12
decode: reformatting for better readability
J. Alexander Treuman
1
-6
/
+9
2007-08-11
audioOutputs/audioOutput_shout: adding timers back
J. Alexander Treuman
1
-27
/
+80
2007-08-11
Cleanup a outcommented debug statement
Qball Cow
1
-5
/
+0
2007-07-16
Extra debug output
Qball Cow
1
-3
/
+16
2007-06-29
log: flush the warning log after redirecting stderr to the log files
J. Alexander Treuman
1
-0
/
+1
2007-06-25
replayGain: adding DEBUG messages when computing scale
J. Alexander Treuman
1
-0
/
+4
2007-06-25
inputPlugins/wavpack_plugin: enable ReplayGain code
J. Alexander Treuman
1
-14
/
+3
2007-06-25
inputPlugins/wavpack_plugin: adding dummy code for ReplayGain support
J. Alexander Treuman
1
-4
/
+84
2007-06-25
decode: prefer fileDecodeFunc over streamDecodeFunc for files
J. Alexander Treuman
1
-9
/
+10
2007-06-25
Updating Kodest's name/email.
J. Alexander Treuman
1
-1
/
+1
[next]