- 02 Jul, 2013 1 commit
-
-
Anton Khirnov authored
Binary search is already attempted in the format-specific seek function, so the fallback is only reached if binary search failed already.
-
- 24 Jun, 2013 1 commit
-
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 29 May, 2013 1 commit
-
-
Martin Storsjö authored
This simplifies specifying a value containing spaces for this parameter. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 28 May, 2013 3 commits
-
-
Anton Khirnov authored
-
Martin Storsjö authored
This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
-
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
-
- 21 May, 2013 1 commit
-
-
Diego Biurrun authored
If the "build_only" variable is set in the configuration file, the FATE client will skip running tests and just compile all targets. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 19 May, 2013 2 commits
-
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
- 15 May, 2013 1 commit
-
-
Michael Niedermayer authored
This replaces a large number of checks for the second field by fixing the pointers when they are setup. This should also fix I/BI field pictures. Changes checksums for vc1_sa10143, the file becomes slightly closer to what the reference decoder outputs. Based on "vc1dec: the second field is written wrong to the picture" by Sebastian Sandberg <sebastiand.sandberg@gmail.com>. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 14 May, 2013 2 commits
-
-
Luca Barbato authored
Using Optional Data chunk introduced changes the hash.
-
Martin Storsjö authored
Fixes read of uninitialized memory. Based on a patch by Michael Niedermayer. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 07 May, 2013 2 commits
-
-
Diego Biurrun authored
The indirection was used to abstract from the different -regression.sh scripts. Now that only one remains, this indirection is pointless.
-
Anton Khirnov authored
0.1 seconds at 25 fps is exactly 2.5 frames, which may be rounded either to 2 or 3 on different platforms.
-
- 06 May, 2013 1 commit
-
-
Janne Grunau authored
Fixes Fate tests on big-endian configs.
-
- 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.
-
- 03 May, 2013 1 commit
-
-
Anton Khirnov authored
-t 0.5 is 12.5 frames at 25 fps, which may round to either 12 or 13 on different platforms.
-
- 30 Apr, 2013 3 commits
-
-
Anton Khirnov authored
This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit.
-
Anton Khirnov authored
-
Anton Khirnov authored
It is a part of the sample that got broken by recent indeo3 changes.
-
- 27 Apr, 2013 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 26 Apr, 2013 1 commit
-
-
Diego Biurrun authored
The function requires increasing the fuzz factor for the ac3/eac3 encode tests and even so makes fate fail. It only provides a slight encoding speedup for legacy CPUs that do not support SS2. Thus its benefit is not worth the trouble it creates and fixing it would be a waste of time.
-
- 25 Apr, 2013 1 commit
-
-
Luca Barbato authored
Most formats do not support negative timestamps, shift them to avoid unexpected behaviour and a number of bad crashes. CC:libav-stable@libav.org Signed-off-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 24 Apr, 2013 1 commit
-
-
Vittorio Giovara authored
The sample is already included in the FATE suite, but is not tested because cropping wasn't fully supported before. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 22 Apr, 2013 2 commits
-
-
Nicolas Bertrand authored
Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl> Updated to current programming standards, style and many more small fixes by Diego Biurrun <diego@biurrun.de>. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Anton Khirnov authored
The current code can fail to return the last frame if it contains exactly the requested number of samples. Fixes the join filter test, which previously did not include the last 408 samples in most cases. CC:libav-stable@libav.org Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 19 Apr, 2013 4 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 15 Apr, 2013 1 commit
-
-
Martin Storsjö authored
This is required since there are bit-inexact implementations of the vp3 idct (for bfin). Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 11 Apr, 2013 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 09 Apr, 2013 1 commit
-
-
Anton Khirnov 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 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-