summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/rv30
Commit message (Collapse)AuthorAgeFilesLines
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-031-109/+110
| | | | | | | | | | | | | Right now those muxers use the default timebase in all cases(1/90000). This patch avoid unnecessary rescaling and makes the printed timestamps more readable. Also, extend the printed information to include the timebases and packet pts/duration and align the columns. Obviously changes the results of all fate tests which use those two muxers.
* rmdec: parse FPS in RealMedia properlyKostya Shishkov2011-08-171-44/+108
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-171-32/+31
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* rmdec: correct DTS calculation in RealMedia container.Kostya Shishkov2011-08-171-12/+12
| | | | | | | | First, container stores only DTS and not PTS as it was believed. Second, multiple frames in a packet store timestamp instead of position after the frame length. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Correct chroma vector calculation for RealVideo 3.Kostya Shishkov2011-08-021-28/+28
| | | | | | | Old version divided it wrong, which resulted in chroma drift (visible on FATE sample too as dirty trails left by clouds). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Update rv30 FATE reference after last commitAlexander Strange2010-10-101-7/+7
| | | | | | | | | | The rm demuxer has timestamp bugs, so this test is sensitive to changes in timestamp correction. The previous commit did not make output any better or worse on this test, just different. See https://roundup.ffmpeg.org/issue2288 for details. Originally committed as revision 25432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RealVideo 3 FATE testVitor Sessak2010-08-311-0/+46
Originally committed as revision 25008 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud