- 05 Dec, 2012 1 commit
-
-
Paul B Mahol authored
It was wrongly set as the yuva 16bit one. Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 28 Nov, 2012 1 commit
-
-
Anton Khirnov authored
The following commit will make it useless. The crop_scale_vflip FATE test changes because of off-by-one differences in output when vflipped slices are passed to sws.
-
- 31 Oct, 2012 1 commit
-
-
Kostya Shishkov authored
Otherwise during scaling it will try to interpret input in the wrong way and that leads to the test results disagreeing on different platforms and with different optimizations. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 30 Oct, 2012 1 commit
-
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 16 Oct, 2012 1 commit
-
-
Luca Barbato authored
Raw audio does not provide valid audio tags while rawvideo does. The fate refs have to be updated because it undoes the previous tag change.
-
- 13 Oct, 2012 1 commit
-
-
Luca Barbato authored
Use native tags instead of avi ones, simplifies a lot raw video codecs handling.
-
- 12 Oct, 2012 1 commit
-
-
Luca Barbato authored
-
- 27 Jan, 2012 2 commits
-
-
Alex Converse authored
This reverts commit fc115c80. Tests are broken.
-
Paul B Mahol authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 09 Jan, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 21 Dec, 2011 1 commit
-
-
Luca Barbato authored
Some libavifilter tests use NUT as output even if the produced files were not decodable. The support for 10bit introduced in 432f0e5b and 91b1e6f0 changed the hashes.
-
- 22 Oct, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 21 Oct, 2011 2 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
- 18 Oct, 2011 1 commit
-
-
Ronald Bultje authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 23 Sep, 2011 1 commit
-
-
Kieran Kunhya authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 12 Aug, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 02 Aug, 2011 2 commits
-
-
Ronald S. Bultje authored
This reverts commit ac0fb593. It causes valgrind errors which I'll want to investigate before resubmitting this.
-
Ronald S. Bultje authored
-
- 21 Jul, 2011 1 commit
-
-
Joseph Artsimovich authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 08 Jul, 2011 3 commits
-
-
Ronald S. Bultje authored
We operated on 31-bits, but with e.g. lanczos scaling, values can add up to beyond 0x80000000, thus leading to output of zeroes. Drop one bit of precision fixes this.
-
Ronald S. Bultje authored
When using e.g. lanczos scaling, values can drop below 0, so they should never be unsigned.
-
Ronald S. Bultje authored
We would use the second half of the U plane buffer, rather than the V plane buffer, to output the V plane pixels.
-
- 01 Jul, 2011 1 commit
-
-
Ronald S. Bultje authored
For 9/10bit, it means we don't have to upscale to 16bit before actual scaling or pixel format conversion, and thus a performance gain.
-
- 29 Jun, 2011 1 commit
-
-
Ronald S. Bultje authored
This means that precision is retained when scaling between sample formats with >8 bits per component (48bit RGB, 16bit grayscale, 9/10/16bit YUV).
-
- 28 Jun, 2011 4 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
This works through some non-obvious hacks in utils.c.
-
- 14 Jun, 2011 1 commit
-
-
Michael Niedermayer authored
YUV planes were marked as uint16_t, but they contained signed data. Fixes issue 1108 and 675. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 23 May, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 14 May, 2011 1 commit
-
-
Ronald S. Bultje authored
Also remove code that overwrites the C versions of functions in sws_init_swScale_altivec(), so that it uses the C functions of files if no altivec-optimized version exists.
-
- 11 May, 2011 1 commit
-
-
Ronald S. Bultje authored
Fix handling of input if not in native endianness, and add support for 9/10-bit output. This allows us to force endianness of YUV420P 9/10bit in the H264/10bit fate tests, which should fix them on big-endian systems.
-
- 28 Apr, 2011 3 commits
-
-
Peter Ross authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Peter Ross authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Peter Ross authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 22 Jan, 2011 1 commit
-
-
Mans Rullgard authored
Instead of saving huge raw files, use the md5: output pseudo-protocol to calculate the checksum of the file directly. This is especially useful when testing on remote targets as it avoids transferring 3.6GB over the network.
-
- 28 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
-