- 06 Mar, 2014 1 commit
-
-
Matthieu Bouron authored
Extrapolate audio timestamps based on the number of samples demuxed. Deal with some MXF nastiness involving fractional number of samples per EditUnit when seeking (the specs handwave this away). Further fixes from Tomas Härdin. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 05 Mar, 2014 1 commit
-
-
Anton Khirnov authored
-
- 14 Feb, 2014 1 commit
-
-
Jan Ekström authored
The official Ut Video decoder only threads with slices, thus until now any files encoded by the libavcodec encoder have only been decodable with a single thread. The default slice count is now set to subsampled_height / 120. Also sets slices to 1 for the Ut Video encoder tests to keep them green. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 12 Feb, 2014 2 commits
-
-
Ronald S. Bultje authored
The old one didn't use segmentation. One uses segmentation in all frame types (--aq-mode=1), and the other uses all segmentation features, but only in inter frames (mbgraph). Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Ronald S. Bultje authored
This disables backward probability updates, which makes the codec more friendly for frame-level multi-threading. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 10 Feb, 2014 2 commits
-
-
Guillaume Martres authored
New streams: LTRPSPS_A_Qualcomm_1, SLPPLP_A_VIDYO_1, VPSID_A_VIDYO_1 Updated streams: EXT_A_ericsson_4, NUT_A_ericsson_5, RPS_C_ericsson_5, RPS_D_ericsson_6 Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Since b0c2c097, vorbis would be used if libvorbis is compiled in.
-
- 05 Feb, 2014 1 commit
-
-
Janne Grunau authored
The original test without a forced idct is still useful since it tests the switching of the idct algorithm/permutation on x86 with MMX. MMXext or SSE2. Make sure the test runs only if MMX inline asm is available and force -cpuflags to all. Add the required bitexact flag for both tests.
-
- 31 Jan, 2014 1 commit
-
-
Janne Grunau authored
Test sample is made from the sample in Bug-Id: videolan/7411
-
- 10 Jan, 2014 1 commit
-
-
Martin Storsjö authored
This fixes these fate tests on big endian. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Jan, 2014 4 commits
-
-
Vittorio Giovara authored
-
Anton Khirnov authored
-
Anton Khirnov authored
They are not measurably faster on x86, they might be somewhat faster on other platforms due to missing emu edge SIMD, but the gain is not large enough to justify the added complexity.
-
Anton Khirnov authored
They are not measurably faster on x86, they might be somewhat faster on other platforms due to missing emu edge SIMD, but the gain is not large enough to justify the added complexity.
-
- 06 Jan, 2014 2 commits
-
-
Guillaume Martres authored
Some HEVC conformance streams zip on http://wftp3.itu.int/av-arch/jctvc-site/bitstream_exchange/draft_conformance/ were updated without changing the actual stream. Rename them in FATE accordingly to make it easier to track future stream updates. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Guillaume Martres authored
Also remove superseded conformance streams. The conformance streams all come from http://wftp3.itu.int/av-arch/jctvc-site/bitstream_exchange/draft_conformance/Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 04 Jan, 2014 3 commits
-
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
- 03 Jan, 2014 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 18 Dec, 2013 1 commit
-
-
Martin Storsjö authored
The RGB32 pixel format is RGBA/BGRA depending on target endianness - make sure to convert it to one specific format for the framecrc tests. This fixes the pngparser fate test on big endian. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 17 Dec, 2013 2 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
- 05 Dec, 2013 2 commits
-
-
Anton Khirnov authored
The encoder uses almost none of the mpegvideo infrastructure, only some fields from MpegEncContext. The FATE results change because now an all-zero quant matrix is written into the file. Since it is not used for anything for ljpeg, this should not be a problem.
-
Anton Khirnov authored
This has already been done in eb066a4c, but the number of frames produced from that file changed due to timestamps changes since then.
-
- 21 Nov, 2013 1 commit
-
-
Vittorio Giovara authored
This test selects alternate frames from input.
-
- 16 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 15 Nov, 2013 1 commit
-
-
Ronald S. Bultje authored
Originally written by Ronald S. Bultje <rsbultje@gmail.com> and Clément Bœsch <u@pkh.me> Further contributions by: Anton Khirnov <anton@khirnov.net> Diego Biurrun <diego@biurrun.de> Luca Barbato <lu_zero@gentoo.org> Martin Storsjö <martin@martin.st> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 31 Oct, 2013 1 commit
-
-
Guillaume Martres authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 29 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 27 Oct, 2013 1 commit
-
-
Paul B Mahol authored
swscale is called for the 420 to 422 conversion Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Oct, 2013 1 commit
-
-
Alex Converse authored
-
- 22 Oct, 2013 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 19 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 17 Oct, 2013 2 commits
-
-
Martin Storsjö authored
A few fate instances on OS/2, OpenBSD, FreeBSD and IA64 linux currently still fail a few tests with a maxdiff of 6. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
- 15 Oct, 2013 3 commits
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
Also add support for f64.
-