summaryrefslogtreecommitdiff
path: root/tests/ref/fate/dfa10
Commit message (Collapse)AuthorAge
* 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.
* fate: use rgb24 as output format for dfa testsJanne Grunau2012-01-01
| | | | | | Palette is as supposed in native endianness. Converting the pal8 output to rgb24 is thus necessary for identical CRCs on big and little endian systems.
* FATE: add tests for dfaOana Stratulat2011-12-31
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>