index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
/
swscale_template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cast to correct type, suppress warnings
bcoudurier
2008-06-01
1
-2
/
+2
*
cosmetics: comment typo fixes
diego
2008-03-22
1
-1
/
+2
*
remove redundant SwScaler text since av_log uses AVClass context
bcoudurier
2008-03-06
1
-2
/
+2
*
Turn ancient V offset numerical constants into named ones.
michael
2008-03-05
1
-61
/
+61
*
__asm __volatile -> asm volatile part 3
reimar
2008-02-24
1
-2
/
+2
*
Discard two symbols from libswscale.
cehoyos
2008-02-22
1
-4
/
+4
*
Make some assembler constants global instead of declaring them multiple times.
reimar
2008-01-29
1
-15
/
+15
*
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
benoit
2008-01-17
1
-2
/
+2
*
Remove non cosmetic spaces inside parentheses.
benoit
2008-01-17
1
-12
/
+12
*
Comment some #endif directives.
diego
2007-11-30
1
-14
/
+14
*
The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.
diego
2007-11-04
1
-8
/
+8
*
license header consistency cosmetics
diego
2007-07-05
1
-1
/
+1
*
comment grammar fixes
diego
2007-06-28
1
-3
/
+3
*
remove the need of one extra shift in rgb16ToUV
ivo
2007-05-09
1
-6
/
+3
*
Fix rgb15ToUV. Correct order of components and use one shift less.
ivo
2007-05-09
1
-7
/
+4
*
cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.
diego
2007-04-30
1
-2682
/
+2681
*
cosmetics: Remove trailing whitespace.
diego
2007-04-26
1
-32
/
+32
*
improve horizontal chroma resolution with pal
michael
2007-04-15
1
-5
/
+3
*
convert palette to yuv instead of converting each pixel after pal->rgb
michael
2007-04-15
1
-9
/
+3
*
typo
diego
2007-04-07
1
-1
/
+1
*
Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
reimar
2007-03-01
1
-0
/
+2
*
Add av_ prefix to clip functions
reimar
2007-02-25
1
-1
/
+1
*
BGR/RGB4 byte formats as input
michael
2007-02-17
1
-2
/
+2
*
pal8 input
michael
2007-02-16
1
-6
/
+51
*
Pass a context to av_log(), when possible
lucabe
2007-01-23
1
-1
/
+1
*
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
lucabe
2006-12-26
1
-1
/
+1
*
Add some explicit casts to avoid some warnings
lucabe
2006-12-26
1
-4
/
+4
*
Fix compilation of non-MMX code with gcc 2.95
lucabe
2006-12-20
1
-3
/
+3
*
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
reimar
2006-11-27
1
-2
/
+2
*
Clarify that some of the non-SIMD code is now LGPLed.
lucabe
2006-11-19
1
-2
/
+2
*
forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua...
michael
2006-11-16
1
-11
/
+11
*
fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin...
michael
2006-11-16
1
-91
/
+52
*
Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
gpoirier
2006-11-07
1
-3
/
+3
*
Add support for conversions from the rgb565 and rgb555 formats
lucabe
2006-11-02
1
-0
/
+93
*
Use common define for x86_32 and x86_64.
diego
2006-11-01
1
-2
/
+2
*
16-bit grayscale support
kostya
2006-10-24
1
-2
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program'.
diego
2006-10-07
1
-19
/
+21
*
Fix unused variable warning when compiling with MMX disabled.
diego
2006-10-03
1
-1
/
+1
*
Remove the dependency of libswscale on img_format.h
lucabe
2006-09-17
1
-57
/
+57
*
make the C code of the swscaler which i wrote LGPL
michael
2006-08-30
1
-0
/
+3
*
Fix compilation with -no-PIC and without -fomit-frame-pointer (used by
uau
2006-08-15
1
-1
/
+1
*
-fPIC support for libswscale
diego
2006-08-15
1
-70
/
+116
*
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
diego
2006-08-13
1
-25
/
+23
*
Replace MIN() and MAX() with FFMIN() and FFMAX()
lucabe
2006-07-26
1
-1
/
+1
*
a tiny bit of cleanup
michael
2006-07-24
1
-77
/
+35
*
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
michael
2006-07-24
1
-40
/
+292
*
Move postproc ---> libswscale
lucabe
2006-06-30
1
-0
/
+2928