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
*
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