]> git.sesse.net Git - ffmpeg/commit
lavfi: add testsrc2 test source.
authorNicolas George <george@nsup.org>
Sun, 25 Oct 2015 15:31:00 +0000 (16:31 +0100)
committerNicolas George <george@nsup.org>
Sat, 7 Nov 2015 15:02:48 +0000 (16:02 +0100)
commitb16e56931271db1ddd7008850bad5c7056d2f7ff
tree31217b5ee23434d88e003370f96a4029a5f45a85
parent91bc4de2a4fcd68950085b0a6bef99727968ce82
lavfi: add testsrc2 test source.

Similar to testsrc, but using drawutils and therefore
supporting a lot of pixel formats instead of just rgb24.
This allows using it as input for other tests without
requiring a format conversion.
It is also slightly faster than testsrc for some reason.
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/vsrc_testsrc.c
tests/fate/filter-video.mak
tests/ref/fate/filter-testsrc2-rgb24 [new file with mode: 0644]
tests/ref/fate/filter-testsrc2-yuv420p [new file with mode: 0644]
tests/ref/fate/filter-testsrc2-yuv444p [new file with mode: 0644]