Thu, 16 Sep 2010 01:09:59 +0000 |
ramiro |
swscale: remove useless temporary variable
|
Thu, 16 Sep 2010 01:07:55 +0000 |
ramiro |
swscale: factorize plane copying code out of 2 functions
|
Sat, 11 Sep 2010 14:31:13 +0000 |
ramiro |
indent
|
Sat, 11 Sep 2010 14:30:54 +0000 |
ramiro |
swscale: remove unused code
|
Mon, 06 Sep 2010 02:02:53 +0000 |
ramiro |
swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path
|
Wed, 25 Aug 2010 14:39:11 +0000 |
ramiro |
swscale: simplify selection of optimizations to compile.
|
Wed, 25 Aug 2010 14:38:30 +0000 |
ramiro |
swscale: Always define COMPILE_xxx to either 0 or 1.
|
Mon, 23 Aug 2010 21:22:24 +0000 |
mru |
swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion
|
Mon, 23 Aug 2010 21:22:20 +0000 |
mru |
swscale: remove unused macro parameter in BGR2UV template
|
Wed, 18 Aug 2010 19:37:37 +0000 |
ramiro |
validate input data and linesizes
|
Sat, 24 Jul 2010 11:19:39 +0000 |
stefano |
Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.
|
Sat, 24 Jul 2010 11:19:35 +0000 |
stefano |
Add some comments to the rgb2yuv_table, clarifying the standard where
|
Mon, 19 Jul 2010 07:06:14 +0000 |
mstorsjo |
Cosmetics: reindent and unify whitespace
|
Mon, 19 Jul 2010 07:02:31 +0000 |
mstorsjo |
Do planar copy with a single memcpy only if the stride is equal to the length
|
Fri, 16 Jul 2010 17:45:50 +0000 |
mstorsjo |
In planarCopyWrapper, Only copy length, not stride of the last line in the plane
|