summaryrefslogtreecommitdiff
path: root/tests/ref/fate/filter-pixdesc-yuv420p10le
Commit message (Collapse)AuthorAge
* fate: Reduce the number of frames used to test video filtersLuca Barbato2015-05-10
| | | | | | | Use 5 frames for video filter tests and a single one for the pixelformat tests. Greatly reduces the test duration without reducing coverage.
* swscale: Properly scale YUVDerek Buitenhuis2014-12-05
| | | | | | | | | | Only shift limited range luma, and always only shift chroma for upconversion. Based off a patch by Michael Niedermayer. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* fate: Split fate-pixdesc tests and dispatch them through MakeDiego Biurrun2014-08-01
This allows running all the tests individually and/or in parallel.