index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audiofile_decode.c
Age
Commit message (
Expand
)
Author
2004-05-30
fixed seek, its now blocking again
Warren Dukes
2004-05-29
fix TIcho's seeking while paused bug
Warren Dukes
2004-05-21
do input buffering in while sleeping loop of sending stuff to output buffer
Warren Dukes
2004-05-19
non-blocking seeking, needs some testing! (this is not just for streams
Warren Dukes
2004-05-19
try to make seeking more non-blocking
Warren Dukes
2004-05-18
yes! rudimentary stream playing for mp3's!
Warren Dukes
2004-05-10
some more work on organizing code for resampling/audioFormat conversion
Warren Dukes
2004-05-07
implement new outputBuffering stuff for rest of decoders
Warren Dukes
2004-05-07
new OutputBuffer abstraction stuff, implemented for mp3, now need to
Warren Dukes
2004-04-14
add vim shiznit to end of all source files
Warren Dukes
2004-04-03
when converting from bps -> kbps, divide by 1000, not 1024
Warren Dukes
2004-04-01
use our own portable version of usleep using select()
Warren Dukes
2004-03-24
bitRate support for audiofile
Warren Dukes
2004-03-22
aac decoding!
Warren Dukes
2004-03-20
close audio device on pause
Warren Dukes
2004-03-18
bunch of autotool cleanups
Warren Dukes
2004-03-06
make some usleeps longer, just to try to stave off busy waiting
Warren Dukes
2004-02-27
add xfade and audio to status, remove crossfade no args options
Warren Dukes
2004-02-25
some more cleanups
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes