index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
swscale_template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: comment typo fixes
Diego Biurrun
2008-03-22
1
-1
/
+2
*
remove redundant SwScaler text since av_log uses AVClass context
Baptiste Coudurier
2008-03-06
1
-2
/
+2
*
Turn ancient V offset numerical constants into named ones.
Michael Niedermayer
2008-03-05
1
-61
/
+61
*
__asm __volatile -> asm volatile part 3
Reimar Döffinger
2008-02-24
1
-2
/
+2
*
Discard two symbols from libswscale.
Carl Eugen Hoyos
2008-02-22
1
-4
/
+4
*
Make some assembler constants global instead of declaring them multiple times.
Reimar Döffinger
2008-01-29
1
-15
/
+15
*
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
Benoit Fouet
2008-01-17
1
-2
/
+2
*
Remove non cosmetic spaces inside parentheses.
Benoit Fouet
2008-01-17
1
-12
/
+12
*
Comment some #endif directives.
Diego Biurrun
2007-11-30
1
-14
/
+14
*
The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.
Diego Biurrun
2007-11-04
1
-8
/
+8
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
comment grammar fixes
Diego Biurrun
2007-06-28
1
-3
/
+3
*
remove the need of one extra shift in rgb16ToUV
Ivo van Poorten
2007-05-09
1
-6
/
+3
*
Fix rgb15ToUV. Correct order of components and use one shift less.
Ivo van Poorten
2007-05-09
1
-7
/
+4
*
cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.
Diego Biurrun
2007-04-30
1
-2682
/
+2681
*
cosmetics: Remove trailing whitespace.
Diego Biurrun
2007-04-26
1
-32
/
+32
*
improve horizontal chroma resolution with pal
Michael Niedermayer
2007-04-15
1
-5
/
+3
*
convert palette to yuv instead of converting each pixel after pal->rgb
Michael Niedermayer
2007-04-15
1
-9
/
+3
*
typo
Diego Biurrun
2007-04-07
1
-1
/
+1
*
Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
Reimar Döffinger
2007-03-01
1
-0
/
+2
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-1
/
+1
*
BGR/RGB4 byte formats as input
Michael Niedermayer
2007-02-17
1
-2
/
+2
*
pal8 input
Michael Niedermayer
2007-02-16
1
-6
/
+51
*
Pass a context to av_log(), when possible
Luca Abeni
2007-01-23
1
-1
/
+1
*
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
Luca Abeni
2006-12-26
1
-1
/
+1
*
Add some explicit casts to avoid some warnings
Luca Abeni
2006-12-26
1
-4
/
+4
*
Fix compilation of non-MMX code with gcc 2.95
Luca Abeni
2006-12-20
1
-3
/
+3
*
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
Reimar Döffinger
2006-11-27
1
-2
/
+2
*
Clarify that some of the non-SIMD code is now LGPLed.
Luca Abeni
2006-11-19
1
-2
/
+2
*
forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua...
Michael Niedermayer
2006-11-16
1
-11
/
+11
*
fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin...
Michael Niedermayer
2006-11-16
1
-91
/
+52
*
Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
Nigel Pearson
2006-11-07
1
-3
/
+3
*
Add support for conversions from the rgb565 and rgb555 formats
Luca Abeni
2006-11-02
1
-0
/
+93
*
Use common define for x86_32 and x86_64.
Diego Biurrun
2006-11-01
1
-2
/
+2
*
16-bit grayscale support
Kostya Shishkov
2006-10-24
1
-2
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program'.
Diego Biurrun
2006-10-07
1
-19
/
+21
*
Fix unused variable warning when compiling with MMX disabled.
Diego Biurrun
2006-10-03
1
-1
/
+1
*
Remove the dependency of libswscale on img_format.h
Luca Abeni
2006-09-17
1
-57
/
+57
*
make the C code of the swscaler which i wrote LGPL
Michael Niedermayer
2006-08-30
1
-0
/
+3
*
Fix compilation with -no-PIC and without -fomit-frame-pointer (used by
Uoti Urpala
2006-08-15
1
-1
/
+1
*
-fPIC support for libswscale
Jason Tackaberry
2006-08-15
1
-70
/
+116
*
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
Diego Biurrun
2006-08-13
1
-25
/
+23
*
Replace MIN() and MAX() with FFMIN() and FFMAX()
Luca Abeni
2006-07-26
1
-1
/
+1
*
a tiny bit of cleanup
Michael Niedermayer
2006-07-24
1
-77
/
+35
*
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
Michael Niedermayer
2006-07-24
1
-40
/
+292
*
Move postproc ---> libswscale
Luca Abeni
2006-06-30
1
-0
/
+2928