summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/prores-alpha
Commit message (Collapse)AuthorAgeFilesLines
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-031-2/+3
| | | | | | | | | | | | | 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.
* prores: get correct size for coded V plane if alpha is presentMans Rullgard2011-10-151-2/+2
| | | | | | | The size check must be updated to take into account both manners in which v_data_size might be set. Signed-off-by: Mans Rullgard <mans@mansr.com>
* prores: do not set pixel format on codec initMans Rullgard2011-10-151-1/+1
| | | | | | | | | The pixel format is not known until the frame header is parsed. Guessing it here only causes trouble for the caller if the guess turns out to be wrong (and actually causes very wrong output by avconv/avplay). Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: update prores-alpha ref after changing pix_fmt to yuv444p10leJanne Grunau2011-10-141-2/+2
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* prores: add FATE testsDiego Biurrun2011-10-131-0/+2
OpenPOWER on IntegriCloud