Sun, 16 Aug 2009 21:11:28 +0000 |
ramiro |
Cosmetics:
|
Sun, 09 Aug 2009 15:04:17 +0000 |
kostya |
Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused
|
Sun, 05 Jul 2009 20:10:59 +0000 |
diego |
The AltiVec code in libswscale no longer is under GPL.
|
Tue, 02 Jun 2009 12:30:11 +0000 |
kostya |
YUV into RGB48 BE/LE conversion support
|
Mon, 27 Apr 2009 14:25:44 +0000 |
sdrik |
Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c
|
Thu, 26 Mar 2009 01:30:10 +0000 |
ramiro |
Move yuv2rgb code to subdirs.
|
Tue, 24 Mar 2009 07:09:19 +0000 |
sdrik |
Simpler and more elegant fix to the x86_32/OSX+PIC build failure
|
Sat, 21 Mar 2009 12:16:32 +0000 |
sdrik |
Fix build failure on x86_32 Mac OS X with PIC enabled
|
Fri, 20 Mar 2009 14:14:28 +0000 |
sdrik |
Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters
|
Wed, 18 Mar 2009 17:07:30 +0000 |
ramiro |
Do not assume long is same width as x86 register.
|
Wed, 18 Mar 2009 08:06:08 +0000 |
diego |
Consistently use ff_ prefixes for internal symbols.
|
Tue, 17 Mar 2009 12:05:56 +0000 |
diego |
Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name
|
Mon, 16 Mar 2009 20:04:32 +0000 |
sdrik |
Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb patch
|
Sun, 01 Mar 2009 11:33:10 +0000 |
reimar |
Fix braindead and broken way to calculate abase, fixes regression tests on
|
Sat, 28 Feb 2009 08:01:52 +0000 |
sdrik |
When converting from a non alpha format to an alpha format, defaults to all ones rather than all zeroes
|