• Max Kellermann's avatar
    decoder/faad: estimate song duration for remote files · a960e2ef
    Max Kellermann authored
    Previously, MPD tried to slurp the whole song file, count the number
    of frames and calculate the song duration from that.  That however is
    extremely expensive for remote files, and will delay playback for a
    long time.  Workaround: check only the first 128 frames and try to
    extrapolate from here.  Fixes Mantis ticket 0004035.
    a960e2ef
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...