Sun, 01 Jun 2008 03:28:15 +0000 |
bcoudurier |
cast to correct type, suppress warnings
|
Sat, 22 Mar 2008 17:35:32 +0000 |
diego |
cosmetics: comment typo fixes
|
Thu, 06 Mar 2008 09:51:25 +0000 |
bcoudurier |
remove redundant SwScaler text since av_log uses AVClass context
|
Wed, 05 Mar 2008 03:00:25 +0000 |
michael |
Turn ancient V offset numerical constants into named ones.
|
Sun, 24 Feb 2008 14:59:16 +0000 |
reimar |
__asm __volatile -> asm volatile part 3
|
Fri, 22 Feb 2008 08:08:19 +0000 |
cehoyos |
Discard two symbols from libswscale.
|
Tue, 29 Jan 2008 14:58:10 +0000 |
reimar |
Make some assembler constants global instead of declaring them multiple times.
|
Thu, 17 Jan 2008 15:49:31 +0000 |
benoit |
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
|
Thu, 17 Jan 2008 08:57:15 +0000 |
benoit |
Remove non cosmetic spaces inside parentheses.
|
Fri, 30 Nov 2007 13:21:20 +0000 |
diego |
Comment some #endif directives.
|
Sun, 04 Nov 2007 12:34:46 +0000 |
diego |
The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.
|
Thu, 05 Jul 2007 10:18:58 +0000 |
diego |
license header consistency cosmetics
|
Thu, 28 Jun 2007 11:18:16 +0000 |
diego |
comment grammar fixes
|
Wed, 09 May 2007 21:34:05 +0000 |
ivo |
remove the need of one extra shift in rgb16ToUV
|
Wed, 09 May 2007 17:29:20 +0000 |
ivo |
Fix rgb15ToUV. Correct order of components and use one shift less.
|