[FFmpeg-cvslog] r14956 - trunk/libavformat/matroskadec.c
Aurelien Jacobs
aurel
Mon Aug 25 23:51:52 CEST 2008
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.
I've now checked carefully the regressions results and the different
changes are expected. They all correspond to the changes I made:
- behavior change for seek with negative timestamps
- seek to stream number 1 failing when stream number 1 has no index
- seeking past the end of file failing
I will update regression references.
Aurel
More information about the ffmpeg-cvslog
mailing list