• Micah F. Galizia's avatar
    Move the probe loop from av_open_input_file() into its own method · eadd495d
    Micah F. Galizia authored
    av_probe_input_buffer() so that it can be reused. Here are a few
    differences to the original way things were probed:
    
    - maximum probe buffer size can be specified as a parameter.
    
    - offset within the stream to probe from can be specified as a parameter.
    
    - instead of seeking back to the start each time a probe fails, stream
      data is appended to the reallocated buffer. This lowers the amount
      of data read from the stream (there is no repetition) and results in
      fewer closed and reopened streams (when seeking fails).
    
    New attempt after r22296, which was revert in r22315 due to a FATE
    failure.
    
    See the thread:
    Subject: [FFmpeg-devel] [PATCH] Move av_open_input_file probe loop to its own method
    Date: 2010-03-05 03:23:57 GMT
    
    Patch by Micah F. Galizia printf("%s%s@%s.%s", "micah", "galizia", "gmail", "com").
    
    Originally committed as revision 22532 to svn://svn.ffmpeg.org/ffmpeg/trunk
    eadd495d
Name
Last commit
Last update
doc Loading commit data...
ffpresets Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswscale Loading commit data...
tests Loading commit data...
tools Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffprobe.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...