• Rasmus Steinke's avatar
    decoder/vorbis: faster tag scanning with ov_test_callback() · 408f7237
    Rasmus Steinke authored
    using ov_test_callback with function CALLBACKS_STREAMONLY will cause
    scanning to stop after the comment field.  ov_open (and ov_test)
    default to CALLBACKS_DEFAULT which scans the file structure causing a
    huge slowdown.  The speed improvement is huge: It scanned my files
    around 10x faster This procedure has been recommended by monthy (main
    vorbis developer) and was said to be safe for scanning files.
    408f7237
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...
valgrind.suppressions Loading commit data...