- 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>
-
- 10 Mar, 2015 1 commit
-
-
Anton Khirnov authored
-
- 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
-
- 17 Oct, 2014 1 commit
-
-
Janne Grunau 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.
-
- 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>
-
- 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>
-
- 12 Oct, 2013 1 commit
-
-
Anton Khirnov 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>
-
- 24 May, 2013 1 commit
-
-
Kostya Shishkov authored
-
- 04 May, 2013 2 commits
-
-
Reinhard Tartler authored
Without this, lcov sometimes misses to normalize paths that contain "/./". Also, ignore uninteresting hits in system headers.
-
Reinhard Tartler authored
In the default settings, both tools produce a lot of unhelpful noise.
-
- 27 Apr, 2013 1 commit
-
-
Diego Biurrun authored
-
- 19 Apr, 2013 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 05 Apr, 2013 1 commit
-
-
Reinhard Tartler authored
The gcov/lcov are a common toolchain for visualizing code coverage with the GNU/Toolchain. The documentation and implementation of this integration was heavily inspired from the blog entry by Mike Melanson: http://multimedia.cx/eggs/using-lcov-with-ffmpeg/
-
- 29 Mar, 2013 1 commit
-
-
Luca Barbato authored
Useful to add or update fate tests.
-
- 28 Nov, 2012 1 commit
-
-
Diego Biurrun authored
Now that libavutil can be disabled, this should be conditional.
-
- 23 Oct, 2012 4 commits
-
-
Mans Rullgard authored
This causes make to exit with an error message if a nonexistent dependency is specified rather than silently dropping the test. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This matches how it is actually being called. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 20 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 18 Oct, 2012 2 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 17 Oct, 2012 4 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This makes the lavf tests depend on all codecs and formats they use. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 09 Oct, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 22 Aug, 2012 1 commit
-
-
Justin Ruggles authored
-