- 19 Apr, 2014 2 commits
-
-
Martin Storsjö authored
Also set the RGBA pixel format correctly as the native endian format, which is what it returns. This fixes the tests on big endian. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Vittorio Giovara authored
-
- 06 Apr, 2014 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 27 Mar, 2014 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 16 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 28 May, 2013 1 commit
-
-
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>
-
- 19 May, 2013 1 commit
-
-
Kostya Shishkov authored
-
- 06 May, 2013 1 commit
-
-
Janne Grunau authored
Fixes Fate tests on big-endian configs.
-
- 22 Apr, 2013 1 commit
-
-
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>
-
- 19 Apr, 2013 1 commit
-
-
Diego Biurrun authored
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
It is an encoding option, it has no effect when applied to decoding.
-
- 04 Mar, 2013 1 commit
-
-
Janne Grunau authored
-
- 12 Jan, 2013 1 commit
-
-
Diego Biurrun authored
-
- 10 Jan, 2013 1 commit
-
-
Diego Biurrun authored
-
- 30 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 17 Nov, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 19 Oct, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Aug, 2012 1 commit
-
-
Janne Grunau authored
Renames the old test to allow using fate-nuv as group for all nuv tests.
-
- 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>
-
- 15 May, 2012 1 commit
-
-
Mans Rullgard authored
This name better reflects that it is v3 of mdec that is tested. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 May, 2012 10 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
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These two files use the same audio codec so only one test for this is needed. 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
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
These tests include adpcm-ima-dk3 audio which is tested elsewhere. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 09 May, 2012 3 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This makes only tests actually using avconv depend on it. The remaining tests already depend on what they need. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 28 Mar, 2012 1 commit
-
-
Ronald S. Bultje authored
Tested to be bit-exact across x86-64, x86-32 and ppc.
-
- 29 Feb, 2012 1 commit
-
-
Justin Ruggles authored
We already have sufficient coverage for 16-bit pcm.
-
- 26 Feb, 2012 1 commit
-
-
Anton Khirnov authored
No changes in the test results.
-
- 08 Feb, 2012 1 commit
-
-
Anton Khirnov authored
This changes a number of FATE results, since before this commit, the timestamps in all tests using rawenc were made up by lavf. In most cases, the previous timestamps were completely bogus. In some other cases -- raw formats, mostly h264 -- the new timestamps are bogus as well. The only difference is that timestamps invented by the muxer are replaced by timestamps invented by the demuxer. cscd -- avconv sets output codec timebase from r_frame_rate and r_frame_rate is in this case some guessed number 31.42 (377/12), which is not accurate enough to represent all timestamps. This results in some frames having duplicate pts. Therefore, vsync 0 needs to be changed to vsync 2 and avconv drops two frames. A proper fix in the future would be to set output timebase to something saner in avconv. nuv -- previous timestamps for video were wrong AND the cscd comment applies, one frame is dropped. vp8-signbias -- the file contains two frames with identical timestamps, so -vsync 0 needs to be removed/changed to -vsync 2 and avconv drops one frame. vc1-ism -- apparrently either the demuxer lies about timestamps or the file is broken, since dts == pts on all packets, but reordering clearly takes place.
-