• Max Kellermann's avatar
    input_curl: buffered rewinding · 460b15d2
    Max Kellermann authored
    During codec detection, the beginning of the stream is consumed.  This
    is a common operation, which takes a lot of time when handling remote
    resources.  To optimize this, remember the first 64 kB of a stream.
    This way, we can rewind the stream without actually fetching the start
    of the stream again.
    460b15d2
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src 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...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...