validate: Add a gst-validate-images-check tool
authorThibault Saunier <tsaunier@gnome.org>
Mon, 25 May 2015 11:41:04 +0000 (13:41 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Mon, 8 Jun 2015 15:40:32 +0000 (17:40 +0200)
commit1dc38169438bd35fbf8762cbb94a3ca9cde007e2
tree2f501601e5ceba0e131a326b869681e0bcce9f51
parentbf610de0d6a1a56da83be07acdd87712f76401d2
validate: Add a gst-validate-images-check tool

Summary:
That is a new tool that uses ssim algorithm to compare images

+ Add a GstValidateVideo internal library adding an helper Gssim class

Depends on D210

Reviewers: Mathieu_Du

Differential Revision: http://phabricator.freedesktop.org/D211
12 files changed:
validate/Makefile.am
validate/configure.ac
validate/gst-libs/Makefile.am [new file with mode: 0644]
validate/gst-libs/gst/Makefile.am [new file with mode: 0644]
validate/gst-libs/gst/video/Makefile.am [new file with mode: 0644]
validate/gst-libs/gst/video/gssim.c [new file with mode: 0644]
validate/gst-libs/gst/video/gssim.h [new file with mode: 0644]
validate/gst-libs/gst/video/gstvalidatessim.c [new file with mode: 0644]
validate/gst-libs/gst/video/gstvalidatessim.h [new file with mode: 0644]
validate/tools/.gitignore
validate/tools/Makefile.am
validate/tools/gst-validate-images-check.c [new file with mode: 0644]