Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-05tests/tiny_ssim: more correct error messageMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-05tests/tiny_ssim: check dimensionsMichael Niedermayer
Fix integer overflow Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-21tests/tiny_ssim: drop isatty() supportMichael Niedermayer
tiny_ssim is build on the host, not the target and the HAVE_* are set for the target. This patch fixes building tiny_ssim when HAVE_* differed between target and host Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-19tiny_ssim: add per-frame metrics and final ssim db number.Ronald S. Bultje
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-27tests/tiny_ssim: include the 2 macros instead of a headerMichael Niedermayer
Should fix compilation on open solaris Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-26tiny_ssim: Avoid "for(int ..."Michael Niedermayer
This should avoid issues with old compilers Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-26tools: add tiny_ssimLoren Merritt
Taken from: http://lists.mplayerhq.hu/pipermail/mencoder-users/2006-August/003801.html and x264 See: [FFmpeg-devel] [PATCH] tools: add tiny_ssim Signed-off-by: Michael Niedermayer <michaelni@gmx.at>