- 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 15 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Diego Biurrun authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 23 Mar, 2013 1 commit
-
-
Janne Grunau authored
Fixes fate big endian configs.
-
- 22 Mar, 2013 2 commits
-
-
Janne Grunau authored
Tests the workaround added for 1080 videos created with Canon cameras in 30f51509.
-
Anton Khirnov authored
-
- 20 Mar, 2013 1 commit
-
-
Janne Grunau authored
-
- 08 Mar, 2013 4 commits
-
-
Anton Khirnov authored
The -{vas}<option> syntax is now obsolete and deprecated, and has never been documented or encouraged.
-
Anton Khirnov authored
It is an encoding option, it has no effect when applied to decoding.
-
Anton Khirnov authored
This allows us to test the slice threading code.
-
Ronald S. Bultje authored
These could be used for reference counting, or for keeping track of decoding progress in references in multithreaded decoders. Support is provided by gcc/msvc/suncc intrinsics, with a fallback using pthread mutexes. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 04 Mar, 2013 1 commit
-
-
Janne Grunau authored
-
- 27 Feb, 2013 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Feb, 2013 1 commit
-
-
Anton Khirnov authored
Some changes in the border pixels, visually indistinguishable.
-
- 11 Feb, 2013 1 commit
-
-
Martin Storsjö authored
This reverts parts of d6d5ef55, that didn't work right. (The tests that were added failed on big endian, and the output looked garbled on little endian as well.) This is due to the fact that the intermediate scaling values (from e.g. hScale8To19_c or hScale16To19_c) are stored as int32_t and thus requires a separate output function, while yuv2gbrp_full_X_c only interprets it as int16_t. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Feb, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Anton Khirnov authored
-
- 06 Feb, 2013 8 commits
-
-
Anton Khirnov authored
Do not rely on get_buffer initializing them. Changes yadif tests (off by one in one border pixel), because yadif reads from those uninitialized lines.
-
Anton Khirnov authored
-
Anton Khirnov authored
The FATE sample contains some pixels with value 0, but the palette stored in the file contains only values from 16 up. Because the default and cmdutils get_buffer() initialize the data to 0x80, they appear as gray dots. After this commit they change to black dots, which is probably still incorrect but less visible and doesn't rely on get_buffer() initializing the data.
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net> CC:libav-stable@libav.org
-
Kostya Shishkov authored
Duplicate the last one or two chroma lines. Signed-off-by:
Anton Khirnov <anton@khirnov.net> CC:libav-stable@libav.org
-
Anton Khirnov authored
CC:libav-stable@libav.org
-
Anton Khirnov authored
The bottom line was invalid before. CC:libav-stable@libav.org
-
Anton Khirnov authored
Setting it to zero (instead of 128, as the default get_buffer() does) also produces more correctly-looking output.
-
- 27 Jan, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-