- 09 Jul, 2012 1 commit
-
-
Anton Khirnov authored
-
- 04 Jul, 2012 8 commits
-
-
Mans Rullgard authored
This tool uses lavfi internal symbols not accessible in shared libraries. TESTPROGS are linked statically to allow them use of library internals not normally exported. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 27 Jun, 2012 1 commit
-
-
Alex Converse authored
-
- 18 Jun, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Jun, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 13 Jun, 2012 1 commit
-
-
Diego Biurrun authored
-
- 07 Jun, 2012 1 commit
-
-
Mans Rullgard authored
A number of systems do not implement freopen() with a NULL filename correctly. This changes these programs to output individual images if opening a named output argument as a file fails, in this case assuming it is a directory. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 04 Jun, 2012 1 commit
-
-
Alex Converse authored
-
- 30 May, 2012 3 commits
-
-
Michael Niedermayer authored
The default mmxext and sse implementations of apply_window_int16 aren't bitexact. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
On systems where the 'md5' command is used, there is a conflict with the md5() shell function in fate-run.sh. Using the 'command' keyword bypasses the shell function for correct behaviour. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 29 May, 2012 5 commits
-
-
Anton Khirnov authored
Some tests change because -s now inserts the scaler to the end instead of beginning of the filtergraph.
-
Mans Rullgard authored
GNU make 3.81 applies pattern rules in declaration order rather than by stem length as in 3.82. This moves the more generic patterns above the more specific ones such that they work with either make version. Some of the vsynth patterns are also simplified a little. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
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 videogen/rotozoom output a raw video stream on stdout if no output directory is specified. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 20 May, 2012 1 commit
-
-
Mans Rullgard authored
The encode/decode tests should all depend on avconv. Since avconv requires libavfilter, there is no need to enable those tests selectively. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 19 May, 2012 3 commits
-
-
Mans Rullgard authored
This is consistent with other format names. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows fate to run without errors with or without SAMPLES being set. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
avconv now requires libavfilter so this dependency is redundant. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 May, 2012 5 commits
-
-
Anton Khirnov authored
Invented timestamps for the h264 tests return to something resembling sanity. In the idroq-video-encode test when converting 25 fps -> 30 fps the fifth frame gets duplicated instead of the sixth.
-
Anton Khirnov authored
This makes lavf discard broken timestamps for non-B frames in samples/isom/vc1-wmapro.ism.
-
Diego Biurrun authored
This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
-
Diego Biurrun authored
This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
-
Mans Rullgard authored
The only uses of the do_avconv_nomd5() function were removed in 85cf49fa. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 May, 2012 1 commit
-
-
Mans Rullgard authored
This fixes a bogus bitrate value in the header of WAV files with alaw/ulaw audio. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 16 May, 2012 3 commits
-
-
Anton Khirnov authored
This is easier to parse with automated tools.
-
Martin Storsjö authored
This applies the same fix as in ed7409fe for lavf-regressions.sh. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
On some systems, the wc command prints spaces before the first number causing mismatches with the test references. Using the output of wc as arguments to echo removes any extra whitespace. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 May, 2012 4 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 name better reflects that it is v3 of mdec that is tested. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
While these codecs are covered elsewhere, the container is different from the other psx-str file. 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>
-