summaryrefslogtreecommitdiff
path: root/tests/ref/fate/ansi
Commit message (Collapse)AuthorAge
* ansi: do not depend on get_buffer() initializing the frame.Anton Khirnov2012-12-24
| | | | | The background changes from 128 (used by the default/cmdutils get_buffer()) to 0. This looks more correct.
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-03
| | | | | | | | | | | | | 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.
* Add FATE test for ANSI/ASCII animation and TTY demuxerVitor Sessak2010-08-21
Originally committed as revision 24865 to svn://svn.ffmpeg.org/ffmpeg/trunk