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
/
mp3_decode.c
Age
Commit message (
Expand
)
Author
2004-05-04
implement input abstraction for ogg and mp3
Warren Dukes
2004-05-04
start abstracting input layer for decoders
Warren Dukes
2004-04-14
add vim shiznit to end of all source files
Warren Dukes
2004-04-11
add --disable-audio configure option
Warren Dukes
2004-04-03
when converting from bps -> kbps, divide by 1000, not 1024
Warren Dukes
2004-04-01
need to include utils.h for my_usleep
Warren Dukes
2004-04-01
use our own portable version of usleep using select()
Warren Dukes
2004-03-24
calculate song length more accurately
Warren Dukes
2004-03-24
bitRate support for audiofile
Warren Dukes
2004-03-24
tweek seeking for mp3's
Warren Dukes
2004-03-22
aac decoding!
Warren Dukes
2004-03-20
illiminated all endianness code
Warren Dukes
2004-03-20
average bitrate for mp4's
Warren Dukes
2004-03-18
bunch of autotool cleanups
Warren Dukes
2004-03-10
move time from tag info to song info.
Warren Dukes
2004-03-06
make some usleeps longer, just to try to stave off busy waiting
Warren Dukes
2004-03-05
fix a minor issue!
Warren Dukes
2004-03-05
fix a booboo
Warren Dukes
2004-03-05
skip over all bad frames
Warren Dukes
2004-03-05
put it back the way it was
Warren Dukes
2004-03-05
mute all frames that are "SKIP"'d
Warren Dukes
2004-03-05
lets SKIP all recorable stream errors
Warren Dukes
2004-03-05
see if we can skip past tags
Warren Dukes
2004-03-04
clean up a bit
Warren Dukes
2004-03-04
git-svn-id: https://svn.musicpd.org/mpd/trunk@194 09075e82-0dd4-0310-85a5-a0d...
Warren Dukes
2004-02-29
fix a stupid bug where i was storing the decode_pid directorly from fork()
Warren Dukes
2004-02-25
some more cleanups
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes