- 23 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
This should fix AIX and should no longer be needed This reverts commit b78e75eb.
-
- 03 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
On openbsd the exif-image-jpg test fails but diff treats the files as binary due to some non ascii symbols in them. This should force it to treat them as text, which should result in more informative output Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Aug, 2013 1 commit
-
-
Thilo Borgmann authored
-
- 07 May, 2013 1 commit
-
-
Diego Biurrun authored
The indirection was used to abstract from the different -regression.sh scripts. Now that only one remains, this indirection is pointless.
-
- 01 May, 2013 1 commit
-
-
Clément Bœsch authored
${1} is now the filter args and is inappropriate as a unique name for the test (and causes some FATE issues because of the ':' in them). ${filter} is not used either to replace the ${1} because ${outfile} already contains a unique name for the test.
-
- 30 Apr, 2013 1 commit
-
-
Clément Bœsch authored
Merge of b963f021 is now complete.
-
- 29 Apr, 2013 2 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
This patch is the same as 52b23cbf.
-
- 27 Apr, 2013 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 30 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 Mar, 2013 1 commit
-
-
Luca Barbato authored
Useful to add or update fate tests.
-
- 21 Jan, 2013 2 commits
-
-
Luca Barbato authored
This reverts commit ce378f0d.
-
Ronald S. Bultje authored
-
- 03 Jan, 2013 1 commit
-
-
Nicolas George authored
Some of the filters tests use globbing characters, especially brackets for filter pad labels. While most of these strings are way too complicated to ever match an existing file name and are therefore kept unchanged in the command line (an old misfeature of the shell language that happens to be convenient here), at least one use is simple enough to match random files lying in the current directory. If that happens, the string, that was meant to be kept verbatim, is replaced by the file name, and that causes the test to fail (or worse).
-
- 04 Dec, 2012 1 commit
-
-
Mans Rullgard authored
Some shells, e.g. minix3, have a broken 'test' builtin which fails if the first operand of a binary operator looks like a unary operator. Prefixing the values with 'x' prevents this from happening. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 02 Dec, 2012 1 commit
-
-
Janne Grunau authored
Each fate-seek test depends now only on the corresponding fate-acodec, fate-vsynth2 or fate-lavf test which creates the file seek-tests operates on. The tests and references are renamed to match the test they depend on.
-
- 22 Nov, 2012 1 commit
-
-
Stefano Sabatini authored
The latter option was deprecated.
-
- 09 Jul, 2012 1 commit
-
-
Anton Khirnov authored
-
- 10 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 May, 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>
-
- 27 May, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 May, 2012 1 commit
-
-
Stefano Sabatini authored
The special-case behavior may complicate parsing when the -show_format_entry option is used programmatically in a script. The option default=nk=1 achieves the same purpose, if the objective is to skip printing the single field key.
-
- 15 May, 2012 2 commits
-
-
Mans Rullgard authored
diff -w is not a standard option. This fixes the reference files to match what the tests actually output and switches to using the standard diff -b which is sufficient to handle different line ending styles. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is simpler and should take care of any problems with mixed line ending styles. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 14 May, 2012 1 commit
-
-
Stefano Sabatini authored
The option is useful for simplifying parsing. Also use the new option in fate, in order to fix the regression introduced by the previous commit.
-
- 07 May, 2012 2 commits
-
-
Ronald S. Bultje authored
Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Mans Rullgard authored
Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
- 19 Apr, 2012 2 commits
-
-
Justin Ruggles authored
This will allow decoding to md5 and doing a diff comparison to a reference checksum instead of a fuzzy stddev or oneoff comparison. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
The output format is not always the same as the file extension, which is sometimes required for correct probing. We can avoid probing by specifying the format since it is already known.
-
- 18 Mar, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 17 Mar, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 15 Mar, 2012 5 commits
-
-
Justin Ruggles authored
This allows for testing floating-point audio encoders across different platforms where exact comparisons are unreliable due to float rounding differences.
-
Justin Ruggles authored
This will allow for comparing decoded output to the original source when the decoded size is not exactly the same as the original size.
-
Justin Ruggles authored
This will allow comparison to original pre-encoded content instead of comparing to expected decoded output.
-
Justin Ruggles authored
This will allow adjusting for any encoder or decoder delay when doing comparisons.
-
Justin Ruggles authored
-