194
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 6 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change release date for 0.10.1 More... over 20 years ago
make some usleeps longer, just to try to stave off busy waiting More... over 20 years ago
forgot note that libmad and libid3tag were upgraded More... over 20 years ago
git-svn-id: https://svn.musicpd.org/mpd/trunk@213 09075e82-0dd4-0310-85a5-a0d7c8717e4f More... over 20 years ago
git-svn-id: https://svn.musicpd.org/mpc/trunk@212 09075e82-0dd4-0310-85a5-a0d7c8717e4f More... over 20 years ago
git-svn-id: https://svn.musicpd.org/mpc/trunk@211 09075e82-0dd4-0310-85a5-a0d7c8717e4f More... over 20 years ago
git-svn-id: https://svn.musicpd.org/mpd/trunk@210 09075e82-0dd4-0310-85a5-a0d7c8717e4f More... over 20 years ago
make a set of nested if statements less ambigous More... over 20 years ago
bump versiom number up More... over 20 years ago
make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audio More... over 20 years ago
fix crossfading issue with ogg problem was, ov_read doesn't always fill to CHUNK_SIZE and we were moving chunk on every ov_read, instead now we only dump the buffer when its full More... over 20 years ago
fix a minor issue! More... over 20 years ago
fix a booboo More... over 20 years ago
skip over all bad frames More... over 20 years ago
put it back the way it was More... over 20 years ago
mute all frames that are "SKIP"'d More... over 20 years ago
lets SKIP all recorable stream errors More... over 20 years ago
see if we can skip past tags More... over 20 years ago
obotomize mixing a bit More... over 20 years ago
cleanup a few errors when compiling libmad and libid3tag More... over 20 years ago
update to 0.15.1 of libmad and libid3tag More... over 20 years ago
clean up a bit More... over 20 years ago
git-svn-id: https://svn.musicpd.org/mpd/trunk@194 09075e82-0dd4-0310-85a5-a0d7c8717e4f More... over 20 years ago
patch to fix errors when compiling with gcc-2.9.5 More... over 20 years ago
ok, don't use AC_CHECK_LIBM, just use my own homebrewed version More... over 20 years ago
use AC_CHECK_LIBM instead More... over 20 years ago
check to see if we need -lm More... over 20 years ago
remove getCrossfade, oops More... over 20 years ago
fix crossfade More... over 20 years ago
fix gcc-2.95 compilation errors More... over 20 years ago