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
2004-05-30
start to implement inputPlugin interface
Warren Dukes
2
-0
/
+67
2004-05-30
include proper headers for input_plugin
Warren Dukes
1
-0
/
+5
2004-05-30
clean up some grammar
Warren Dukes
1
-1
/
+1
2004-05-30
fixed seek, its now blocking again
Warren Dukes
9
-48
/
+71
2004-05-30
input plugin header stuff
Warren Dukes
1
-0
/
+8
2004-05-30
input plugin sheme
Warren Dukes
1
-0
/
+48
2004-05-30
a small change in determining suffix of files
Warren Dukes
1
-12
/
+14
2004-05-29
forte C++ compile fixes
Warren Dukes
1
-6
/
+6
2004-05-29
fix TIcho's seeking while paused bug
Warren Dukes
8
-11
/
+21
2004-05-28
undo last changes
Warren Dukes
1
-3
/
+1
2004-05-28
fix seeking more than once when paused, by returning immediatly on dc->seek
Warren Dukes
1
-1
/
+3
2004-05-25
clear playlist.current on clearPlaylist()
Warren Dukes
1
-0
/
+1
2004-05-25
fix for floating point exception when adding randomly to the playlist with
Warren Dukes
1
-3
/
+5
2004-05-25
ingore mp3 CRC's for files and not streams
Warren Dukes
3
-7
/
+11
2004-05-25
mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist()
Warren Dukes
1
-2
/
+2
2004-05-25
if totalTime < 0, set it to 0
Warren Dukes
1
-0
/
+1
2004-05-24
put icyName debug info
Warren Dukes
1
-0
/
+3
2004-05-24
allow any sampleRate > 0?
Warren Dukes
1
-1
/
+7
2004-05-23
by popular demand: have stop remember the current song and play will start
Warren Dukes
2
-11
/
+29
2004-05-21
cleanup EINTR checking in tag.c
Warren Dukes
1
-3
/
+2
2004-05-21
fix a bug in decodeFirstFrame when just decoding tags and not passing
Warren Dukes
1
-2
/
+2
2004-05-21
do input buffering in while sleeping loop of sending stuff to output buffer
Warren Dukes
10
-25
/
+43
2004-05-20
forgot to clear the mad_stream buffer when doing a seek
Warren Dukes
1
-5
/
+6
2004-05-20
removed a debug statement
Warren Dukes
1
-1
/
+0
2004-05-20
when playing a url, previous always goto to previous song and never to the
Warren Dukes
1
-1
/
+4
2004-05-20
oops another bug fix for handling stop in decodeFirstFrame (mp3)
Warren Dukes
1
-2
/
+2
2004-05-20
more bug fixes
Warren Dukes
4
-11
/
+21
2004-05-20
more little mp3 seeking fixes
Warren Dukes
1
-3
/
+3
2004-05-20
fix some seeking stuff for mp3's
Warren Dukes
1
-13
/
+19
2004-05-20
ogg stream playing! some non-blocking seek bug fixes
Warren Dukes
6
-62
/
+114
2004-05-20
another bug fix for non-blocking seek
Warren Dukes
1
-2
/
+2
2004-05-20
clean up sleep times to be all 10ms
Warren Dukes
1
-3
/
+3
2004-05-20
get rid of seekError in DecoderControl
Warren Dukes
4
-14
/
+4
2004-05-20
some fixes for non-blocking seek :-)
Warren Dukes
3
-26
/
+4
2004-05-19
non-blocking seeking, needs some testing! (this is not just for streams
Warren Dukes
9
-19
/
+27
2004-05-19
todo update and make firstFrame in mp3_decode less blocky!
Warren Dukes
1
-7
/
+11
2004-05-19
todo update
Warren Dukes
1
-0
/
+3
2004-05-19
forgot to mark in decoderControl when we are seekable!
Warren Dukes
1
-0
/
+1
2004-05-19
fix a nasty bug when deleting a stream from the playlist
Warren Dukes
3
-7
/
+14
2004-05-19
use ftell to set offset
Warren Dukes
1
-1
/
+1
2004-05-19
bug fixy poo s/1/0/
Warren Dukes
3
-3
/
+4
2004-05-19
fix some blocking stop when trying to stop/seek during filling buffer
Warren Dukes
1
-2
/
+2
2004-05-19
try to make seeking more non-blocking
Warren Dukes
8
-202
/
+228
2004-05-19
just a we bit of changes
Warren Dukes
3
-32
/
+43
2004-05-18
ok, after starting good, this is a little less blocky for playing streams
Warren Dukes
1
-20
/
+29
2004-05-18
nother little minor fix
Warren Dukes
1
-1
/
+1
2004-05-18
slight fix for IS_file
Warren Dukes
1
-1
/
+1
2004-05-18
disable prebuffering in the beginning for now
Warren Dukes
1
-1
/
+1
2004-05-18
streaming fixes and such, now it seems to work good, what an annoying bug
Warren Dukes
4
-49
/
+59
2004-05-18
fix some wackiness due to attempted search table
Warren Dukes
1
-9
/
+16
[next]