• Michael Niedermayer's avatar
    update seek regressions for r9917 · a3be5e58
    Michael Niedermayer authored
    (correct initial timestamps which have AV_NOPTS_VALUE)
    
    sorry, i will rm tests/seek_test ; make ; make seektest from now on
    
    Before r9917 lavf replaced the initial dts which were unknown (AV_NOPTS_VALUE)
    by values starting from -frame_duration or another guessed value.
    After r9917 lavf buffers packets until it finds a known timestamp or it buffered
    too much, it will then correct the previous unknown timestamps in the buffer exactly.
    For the seek tests that meant that a few initial timestamps would get changed.
    If no packet in the whole stream contains a timestamp then all timestamps
    will be changed by first_frame_duration or so as 0 is used instead of
    -frame_duration as startpoint ...
    
    Originally committed as revision 9949 to svn://svn.ffmpeg.org/ffmpeg/trunk
    a3be5e58
Name
Last commit
Last update
doc Loading commit data...
libavcodec 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...
ffinstall.nsi 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...
version.sh Loading commit data...