• Michael Niedermayer's avatar
    Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead · a4c7a5ea
    Michael Niedermayer authored
    of calling it at the end of a frame with a large negative offset.
    This significantly reduces the maximal distance in container packets between
    the point where the first byte of the "access unit" was stored and where
    we call ff_fetch_timestamp() thus reducing the constraints on our parser.
    Also change the parser from next_frame_offset to cur, this is needed
    because now the reference is from container packet start instead of
    frame start. (i previously misinterpreted this as bug)
    
    Originally committed as revision 17731 to svn://svn.ffmpeg.org/ffmpeg/trunk
    a4c7a5ea
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...
vhook Loading commit data...
COPYING.GPL Loading commit data...
COPYING.LGPL Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL 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...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
output_example.c Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...