summaryrefslogtreecommitdiff
path: root/tests/fate/vpx.mak
Commit message (Collapse)AuthorAge
* fate: add test for offset theoraVittorio Giovara2014-12-18
|
* fate: add a VP7 testVittorio Giovara2014-04-04
|
* vp9: add a new segmentation sample.Ronald S. Bultje2014-02-12
| | | | | | | | The old one didn't use segmentation. One uses segmentation in all frame types (--aq-mode=1), and the other uses all segmentation features, but only in inter frames (mbgraph). Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vp9: add fate sample for parallelmode.Ronald S. Bultje2014-02-12
| | | | | | | This disables backward probability updates, which makes the codec more friendly for frame-level multi-threading. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vp9: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
| | | | | | They are not measurably faster on x86, they might be somewhat faster on other platforms due to missing emu edge SIMD, but the gain is not large enough to justify the added complexity.
* vp8: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
| | | | | | They are not measurably faster on x86, they might be somewhat faster on other platforms due to missing emu edge SIMD, but the gain is not large enough to justify the added complexity.
* lavc: VP9 decoderRonald S. Bultje2013-11-15
| | | | | | | | | | | | | | Originally written by Ronald S. Bultje <rsbultje@gmail.com> and Clément Bœsch <u@pkh.me> Further contributions by: Anton Khirnov <anton@khirnov.net> Diego Biurrun <diego@biurrun.de> Luca Barbato <lu_zero@gentoo.org> Martin Storsjö <martin@martin.st> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* fate: vpx: Remove one redundant $(eval) invocationDiego Biurrun2013-10-19
|
* fate: Add a --target-samples path parameterMartin Storsjö2013-05-28
| | | | | | | This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Set the bitexact flag for vp3/vp5/vp6 testsMartin Storsjö2013-04-15
| | | | | | | This is required since there are bit-inexact implementations of the vp3 idct (for bfin). Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: vp3: Fix fate-vp3-coeff-level64 test dependenciesDiego Biurrun2013-01-12
| | | | Also rename the test to reflect that the video track is Theora, not VP3.
* fate: cosmetics: Order some test entriesDiego Biurrun2013-01-12
|
* fate: vpx: Add dependenciesDiego Biurrun2012-11-28
|
* fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-19
| | | | | | | This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: employ better names and add a convenient shorthand for vp6 testsDiego Biurrun2012-05-11
|
* fate: improve dependenciesMans Rullgard2012-05-09
| | | | | | | This makes only tests actually using avconv depend on it. The remaining tests already depend on what they need. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add convenient shorthands for ea-vp6, libavcodec, libavutil testsDiego Biurrun2012-05-09
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* FATE: add a test for vp8 with changing frame size.Anton Khirnov2012-03-28
|
* FATE: use +/- flag option syntax for vp8 emu-edge testsJustin Ruggles2012-03-20
|
* rawenc: switch to encode2().Anton Khirnov2012-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes a number of FATE results, since before this commit, the timestamps in all tests using rawenc were made up by lavf. In most cases, the previous timestamps were completely bogus. In some other cases -- raw formats, mostly h264 -- the new timestamps are bogus as well. The only difference is that timestamps invented by the muxer are replaced by timestamps invented by the demuxer. cscd -- avconv sets output codec timebase from r_frame_rate and r_frame_rate is in this case some guessed number 31.42 (377/12), which is not accurate enough to represent all timestamps. This results in some frames having duplicate pts. Therefore, vsync 0 needs to be changed to vsync 2 and avconv drops two frames. A proper fix in the future would be to set output timebase to something saner in avconv. nuv -- previous timestamps for video were wrong AND the cscd comment applies, one frame is dropped. vp8-signbias -- the file contains two frames with identical timestamps, so -vsync 0 needs to be removed/changed to -vsync 2 and avconv drops one frame. vc1-ism -- apparrently either the demuxer lies about timestamps or the file is broken, since dts == pts on all packets, but reordering clearly takes place.
* fate: add some shorthands to run groups of testsDiego Biurrun2012-01-19
|
* fate: Give some tests more sensible names.Diego Biurrun2012-01-19
|
* vp3: add fate test for non-zero last coefficientJanne Grunau2012-01-05
|
* fate: whitespace cosmeticsDiego Biurrun2011-12-30
|
* fate: group all VP* codec FATE tests together in one fileDiego Biurrun2011-12-26