- 22 Oct, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 21 Oct, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 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.
-
- 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 2 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
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>
-
- 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 1 commit
-
-
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
-