- 15 Nov, 2015 1 commit
-
-
Marton Balint authored
Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Marton Balint <cus@passwd.hu>
-
- 16 Oct, 2015 1 commit
-
-
Christophe Gisquet authored
May require exporting in the shell var PROGSUF when invoking a shell script. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 09 Oct, 2015 1 commit
-
-
Christophe Gisquet authored
Currently only 2 profiles are evaluated because they are the only 2 with distributed test sequences. - CID 1260: YUV 4:2:2 10 bits with block-adaptive interlace coding, from ticket 4876; - CID 1270: YUV 4:4:4 10 bits (HR), 1920x839, from ticket 4581. They were generated from the ticket sequences by running the following kind of command-line; ffmpeg -i $INPUT -an -sn -vcodec copy -vframes 1 -y $OUTPUT.mov Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Sep, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 30 Aug, 2015 1 commit
-
-
Andreas Cadhalpun authored
This fixes fate with FF_API_LAVF_BITEXACT disabled. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- 17 Jul, 2015 1 commit
-
-
Janne Grunau authored
-
- 12 Jul, 2015 1 commit
-
-
Henrik Gramner authored
It provides the following features: * verify correctness by comparing output to the C version. * detect failure to save and restore clobbered callee-saved registers. * detect 32-bit parameters being used as if they were 64-bit in x86-64 (the upper halves are not guaranteed to be zero - but in practice they very often are, which makes those bugs hard to spot otherwise). * easy benchmarking. Compile by running 'make checkasm'. Execute by running 'tests/checkasm/checkasm'. Optional arguments are '--bench' to run benchmarks for all functions, '--bench=<pattern>' to run benchmarks for all functions that starts with <pattern>, and '<integer>' to seed the PRNG for reproducible results. Contains unit tests for most h264pred functions to get started, more tests can be added afterwards using those as a reference. Loosely based on code from x264. Currently only supports x86 and x86-64, but additional architectures shouldn't be too much of an obstacle to add. Note that functions with floating point parameters or floating point return values are not supported. Some compiler-specific features or preprocessor hacks would likely be required to add support for that. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
- 28 Jun, 2015 1 commit
-
-
George Boyle authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 27 Jun, 2015 2 commits
-
-
George Boyle authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
George Boyle authored
The intention of this change is to allow separation of API tests from the existing tests, and also to have a place for the API test source/executable files so they're not mixed in with the actual library code. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 16 Apr, 2015 1 commit
-
-
wm4 authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Mar, 2015 1 commit
-
-
Anton Khirnov authored
-
- 28 Jan, 2015 1 commit
-
-
Mark Reid authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jan, 2015 1 commit
-
-
Carl Eugen Hoyos authored
This is not sufficient to run "make fate-ffprobe" on a remote system: The ffprobe output contains the relative path to the testfile, it is necessary to run the test from the build directory. One solution is to use a script like the following as --target-exec: ssh target "cd /remote/build/directory; $(printf "%q " "$@")"
-
- 02 Dec, 2014 2 commits
-
-
Michael Niedermayer authored
The file is already present in git and by using it we can perform more tests without the need of fate samples Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This avoids confusion with a growing number of vsynth tests Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Nov, 2014 1 commit
-
-
Reinhard Tartler authored
The new reference.pnm is a freely licensed replacement. The photo has been taken by Reinhard Tartler on August 28 2014, and is licensed under the expat license as stated at http://www.jclark.com/xml/copying.txt
-
- 14 Nov, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 11 Nov, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 17 Oct, 2014 1 commit
-
-
Janne Grunau authored
-
- 08 Oct, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Sep, 2014 1 commit
-
-
Andreas Cadhalpun authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Aug, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 04 Aug, 2014 1 commit
-
-
Janne Grunau authored
This makes the default of '1' more explicit than defaulting to '1' in fate-run.sh and regression-funcs.sh if THREADS is not set. Fixes the reported thread count in fate-cpu if THREADS is not set.
-
- 01 Aug, 2014 1 commit
-
-
Diego Biurrun authored
This allows running all the tests individually and/or in parallel.
-
- 10 Jun, 2014 1 commit
-
-
Christophe Gisquet authored
This should exercise the corner cases of numerous codecs. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 May, 2014 1 commit
-
-
Anton Khirnov authored
Initial implementation by Andrew D'Addesio <modchipv12@gmail.com> during GSoC 2012. Completion by Anton Khirnov <anton@khirnov.net>, sponsored by the Mozilla Corporation. Further contributions by: Christophe Gisquet <christophe.gisquet@gmail.com> Janne Grunau <janne-libav@jannau.net> Luca Barbato <lu_zero@gentoo.org>
-
- 18 Mar, 2014 1 commit
-
-
Carl Eugen Hoyos authored
This allows running more fate tests on remote targets without the source tree.
-
- 31 Jan, 2014 1 commit
-
-
Janne Grunau authored
Test sample is made from the sample in Bug-Id: videolan/7411
-
- 03 Jan, 2014 1 commit
-
-
Anton Khirnov authored
-
- 17 Dec, 2013 1 commit
-
-
Vittorio Giovara authored
-
- 31 Oct, 2013 1 commit
-
-
Guillaume Martres authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 20 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
this is based on libavresample.mak These tests do not depend on external samples Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 Oct, 2013 1 commit
-
-
Guillaume Martres authored
The tests are disabled as 2 do not pass yet (fate-hevc-conformance-PPS_A_qualcomm_7 and fate-hevc-conformance-RAP_A_docomo_4) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 12 Oct, 2013 1 commit
-
-
Anton Khirnov authored
-
- 20 Aug, 2013 1 commit
-
-
Thilo Borgmann authored
-
- 29 Jul, 2013 1 commit
-
-
Diego Biurrun authored
-
- 27 Jul, 2013 1 commit
-
-
Diego Biurrun authored
Only check dependencies if invoking the make targets 'check' or anything matching 'fate%' except 'fate-rsync'. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 28 May, 2013 2 commits
-
-
Anton Khirnov authored
-
Martin Storsjö authored
If building out of tree, make sure the filter scripts are copied into the build tree before running tests. This makes sure that SRC_PATH doesn't need to exist on the remote system (or doesn't need to exist at the same path). Signed-off-by: Martin Storsjö <martin@martin.st>
-