[FFmpeg-cvslog] r14956 - trunk/libavformat/matroskadec.c
Mike Melanson
mike
Tue Aug 26 04:26:38 CEST 2008
Aurelien Jacobs wrote:
> Mike Melanson wrote:
>
>> aurel wrote:
>>> Author: aurel
>>> Date: Mon Aug 25 01:57:29 2008
>>> New Revision: 14956
>>>
>>> Log:
>>> matroskadec: don't try to seek to negative timestamp
>>> matroska timestamps are unsigned
>>>
>>>
>>> Modified:
>>> trunk/libavformat/matroskadec.c
>> Either 14955 or 14956 (both from you) broke the seek regressions.
>> Representative breakage:
>
> Grmlll... I was pretty sure those commit would change the seek
> regressions. But when I wanted to test this, I just couldn't
> run the test due to the wma regression (floating-point issue IIRC,
> running on amd64). Then I forgot about it.
There are also more granular regression tests. In effect, 'make test'
invokes:
make codectest
make libavtest
make seektest
Just in case 'make test' as a whole is failing. In fact, I am planning
to add each of those to FATE (and remove the master 'make test' spec) as
an interim step to breaking down each regression test into individual
test specs.
--
-Mike Melanson
More information about the ffmpeg-cvslog
mailing list