projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
#ifdef c++
[ffmpeg.git]
/
postproc
/
swscale.c
2003-02-01
Michael Niedermayer
10l found by (Dominik Mierzejewski <dominik at rangers...
blob
|
commitdiff
2003-01-30
Michael Niedermayer
fixing rgb4 & bgr4 (2 pixels per byte)
blob
|
commitdiff
|
diff to current
2003-01-23
Michael Niedermayer
UYVY input
blob
|
commitdiff
|
diff to current
2002-11-04
Michael Niedermayer
10l
blob
|
commitdiff
|
diff to current
2002-11-01
Arpi
verbose can be negative
blob
|
commitdiff
|
diff to current
2002-10-13
Michael Niedermayer
fixing yuy2 upscaling (use -sws 0 for the faster but...
blob
|
commitdiff
|
diff to current
2002-10-13
Michael Niedermayer
mmx yuy2 output
blob
|
commitdiff
|
diff to current
2002-10-13
Michael Niedermayer
yuy2 output support
blob
|
commitdiff
|
diff to current
2002-08-01
Michael Niedermayer
planar yuv 444 422 411 support
blob
|
commitdiff
|
diff to current
2002-07-09
Michael Niedermayer
fixing sinc filter (seems the problem was caused by...
blob
|
commitdiff
|
diff to current
2002-07-04
Michael Niedermayer
more scaling algos
blob
|
commitdiff
|
diff to current
2002-06-30
Michael Niedermayer
using the new rgb2rgb converters (the LQ ones are only...
blob
|
commitdiff
|
diff to current
2002-06-27
Michael Niedermayer
yvu9 -> yv12 unscaled converter with linear chroma...
blob
|
commitdiff
|
diff to current
2002-06-27
Michael Niedermayer
-sws 6 (luma bicubic & chroma bilinear)
blob
|
commitdiff
|
diff to current
2002-06-27
Michael Niedermayer
use unified yuv2rgb init
blob
|
commitdiff
|
diff to current
2002-06-24
Michael Niedermayer
killing globals
blob
|
commitdiff
|
diff to current
2002-06-24
Michael Niedermayer
100l (non mmx versions didnt compile)
blob
|
commitdiff
|
diff to current
2002-06-23
Arpi
IF09 is alias for YVU9 (actually it has extra 4th plane...
blob
|
commitdiff
|
diff to current
2002-06-23
Michael Niedermayer
yvu9 support (other planar yuv formats with other chrom...
blob
|
commitdiff
|
diff to current
2002-06-23
Michael Niedermayer
cleanup
blob
|
commitdiff
|
diff to current
2002-06-23
Michael Niedermayer
selftest support
blob
|
commitdiff
|
diff to current
2002-06-22
Michael Niedermayer
cleanup & grayscale support
blob
|
commitdiff
|
diff to current
2002-06-22
Arpi
sync with mplayer xp
blob
|
commitdiff
|
diff to current
2002-05-20
Arpi
big cosmetics patch, cleanup of messages printed by...
blob
|
commitdiff
|
diff to current
2002-05-12
Björn Sandell
various openbsd and general warning fixes - patch by...
blob
|
commitdiff
|
diff to current
2002-05-02
Alban Bedel
printf to mp_msg
blob
|
commitdiff
|
diff to current
2002-04-01
Michael Niedermayer
overread in the mmx2 horizontal scaler fixed
blob
|
commitdiff
|
diff to current
2002-03-21
Michael Niedermayer
fixing bgr15&16 on big_endian
blob
|
commitdiff
|
diff to current
2002-02-22
Michael Niedermayer
use assert.h
blob
|
commitdiff
|
diff to current
2002-02-21
Michael Niedermayer
101++
blob
|
commitdiff
|
diff to current
2002-02-21
Michael Niedermayer
fixing bgr32 output on big-endian systems
blob
|
commitdiff
|
diff to current
2002-02-21
Michael Niedermayer
unscaled yuv2rgb fix for big-endian systems
blob
|
commitdiff
|
diff to current
2002-02-10
Michael Niedermayer
unscaled memcpy variant bugfix (negative strides)
blob
|
commitdiff
|
diff to current
2002-02-10
Michael Niedermayer
unscaled BGR24 -> YV12
blob
|
commitdiff
|
diff to current
2002-02-09
Michael Niedermayer
bgr24toUV in MMX
blob
|
commitdiff
|
diff to current
2002-02-09
Michael Niedermayer
bgr24toY in MMX
blob
|
commitdiff
|
diff to current
2002-02-08
Michael Niedermayer
fastmemcpy
blob
|
commitdiff
|
diff to current
2002-02-08
Michael Niedermayer
unscaled BGR15->BGR16
blob
|
commitdiff
|
diff to current
2002-02-08
Michael Niedermayer
bgr15 input support
blob
|
commitdiff
|
diff to current
2002-02-08
Michael Niedermayer
bgr16 input support
blob
|
commitdiff
|
diff to current
2002-02-07
Michael Niedermayer
unscaled converters
blob
|
commitdiff
|
diff to current
2002-02-07
Michael Niedermayer
fixing green line at right side bug (reported by Nick...
blob
|
commitdiff
|
diff to current
2002-02-06
Michael Niedermayer
rgb32 & rgb24 input support
blob
|
commitdiff
|
diff to current
2002-02-06
Michael Niedermayer
101 (yuv2rgb with mpeg1,...) ;)
blob
|
commitdiff
|
diff to current
2002-02-06
Michael Niedermayer
swScale internally uses yuv2rgb now if possible
blob
|
commitdiff
|
diff to current
2002-02-04
Michael Niedermayer
printing error messages if something is wrong instead...
blob
|
commitdiff
|
diff to current
2002-02-03
Michael Niedermayer
filterPos bugfix (only nearest neighbor scaling was...
blob
|
commitdiff
|
diff to current
2002-02-02
Michael Niedermayer
MMX(2) optimized YUY2 input
blob
|
commitdiff
|
diff to current
2002-02-01
Michael Niedermayer
printing correct format info
blob
|
commitdiff
|
diff to current
2002-02-01
Michael Niedermayer
YUY2, BGR24, BGR32 input support (no mmx yet)
blob
|
commitdiff
|
diff to current
2002-01-30
Michael Niedermayer
-sws 2 is default now
blob
|
commitdiff
|
diff to current
2002-01-30
Michael Niedermayer
YV12 like formats support (I420/IYUV)
blob
|
commitdiff
|
diff to current
2002-01-29
Michael Niedermayer
area averageing scaling support (-sws 5) (is identical...
blob
|
commitdiff
|
diff to current
2002-01-28
Michael Niedermayer
nearest neighbor / sdl emulation ;) scaling (-sws 4)
blob
|
commitdiff
|
diff to current
2002-01-22
Michael Niedermayer
minor bugfix in the -v output
blob
|
commitdiff
|
diff to current
2002-01-21
Michael Niedermayer
15/16 bit dithering in C (5% slower, can be disabled...
blob
|
commitdiff
|
diff to current
2002-01-21
Michael Niedermayer
copyright(swscaler) = GPL
blob
|
commitdiff
|
diff to current
2002-01-21
Michael Niedermayer
a few filters (should be removed/merged when arpis...
blob
|
commitdiff
|
diff to current
2002-01-21
Michael Niedermayer
general convolution filtering of the source picture
blob
|
commitdiff
|
diff to current
2002-01-20
Michael Niedermayer
101
blob
|
commitdiff
|
diff to current
2002-01-20
Michael Niedermayer
removed global vars so that multiple swscalers can...
blob
|
commitdiff
|
diff to current
2002-01-19
Felix Bünemann
mangle for win32 in postproc
blob
|
commitdiff
|
diff to current
2001-12-21
Michael Niedermayer
minor bugfixes (noone noticed them)
blob
|
commitdiff
|
diff to current
2001-12-06
Michael Niedermayer
print more info if -v
blob
|
commitdiff
|
diff to current
2001-12-06
Michael Niedermayer
vertical cubic/linear scaling
blob
|
commitdiff
|
diff to current
2001-12-02
Michael Niedermayer
horizontal up/downscale linear & cubic
blob
|
commitdiff
|
diff to current
2001-11-29
Michael Niedermayer
swscaler cleanup
blob
|
commitdiff
|
diff to current
2001-11-27
Michael Niedermayer
runtime cpu detection optional (compiles faster)
blob
|
commitdiff
|
diff to current
2001-11-26
Michael Niedermayer
oops
blob
|
commitdiff
|
diff to current
2001-11-26
Michael Niedermayer
runtime cpu detection
blob
|
commitdiff
|
diff to current
2001-11-10
Michael Niedermayer
.balign or we´ll align by 64kb on some architectures
blob
|
commitdiff
|
diff to current
2001-11-10
Michael Niedermayer
.align 16
blob
|
commitdiff
|
diff to current
2001-11-06
Michael Niedermayer
gcc does optimize writes to non volatile variables...
blob
|
commitdiff
|
diff to current
2001-11-06
Michael Niedermayer
better dithering
blob
|
commitdiff
|
diff to current
2001-11-06
Michael Niedermayer
faster bgr24 output
blob
|
commitdiff
|
diff to current
2001-11-05
Michael Niedermayer
only 6 registers used
blob
|
commitdiff
|
diff to current
2001-11-04
Michael Niedermayer
green line fix for dstw%8!=0
blob
|
commitdiff
|
diff to current
2001-11-04
Michael Niedermayer
fixed warnings
blob
|
commitdiff
|
diff to current
2001-11-04
Michael Niedermayer
faster bgr15/16
blob
|
commitdiff
|
diff to current
2001-11-02
Michael Niedermayer
right green line bugfix for width not %8==0 (untested...
blob
|
commitdiff
|
diff to current
2001-10-31
Michael Niedermayer
c speedup
blob
|
commitdiff
|
diff to current
2001-10-31
Michael Niedermayer
15/16bit in C speedup
blob
|
commitdiff
|
diff to current
2001-10-30
Michael Niedermayer
c optimizations
blob
|
commitdiff
|
diff to current
2001-10-30
Michael Niedermayer
c optimizations
blob
|
commitdiff
|
diff to current
2001-10-30
Michael Niedermayer
c optimizations (array is faster than pointer) (16bpp...
blob
|
commitdiff
|
diff to current
2001-10-30
Michael Niedermayer
interpolate chrominance for every second line in the...
blob
|
commitdiff
|
diff to current
2001-10-30
Michael Niedermayer
bugfixes
blob
|
commitdiff
|
diff to current
2001-10-29
Michael Niedermayer
fixed a warning
blob
|
commitdiff
|
diff to current
2001-10-29
Michael Niedermayer
patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni...
blob
|
commitdiff
|
diff to current
2001-10-28
Michael Niedermayer
tell the c compiler that the memory changed
blob
|
commitdiff
|
diff to current
2001-10-28
Michael Niedermayer
3dnow prefetch & sfence
blob
|
commitdiff
|
diff to current
2001-10-28
Michael Niedermayer
yv12 to yv12 scaler
blob
|
commitdiff
|
diff to current
2001-10-28
Michael Niedermayer
yuv2rgb bugfix
blob
|
commitdiff
|
diff to current
2001-10-25
Pierre Lombard
a few warning fixes (missing #include's)
blob
|
commitdiff
|
diff to current
2001-10-25
Michael Niedermayer
downscale
blob
|
commitdiff
|
diff to current
2001-10-21
Michael Niedermayer
BGR24 bugfix
blob
|
commitdiff
|
diff to current
2001-10-20
Michael Niedermayer
fixed alignment (static variables where sometimes not...
blob
|
commitdiff
|
diff to current
2001-10-19
Michael Niedermayer
first line bug fixed (happend if the image was scaled...
blob
|
commitdiff
|
diff to current
2001-10-19
Michael Niedermayer
horizontal scaling bugs fixed, should be mostly bugfree now
blob
|
commitdiff
|
diff to current
2001-10-19
Arpi
xinc scaled by 16 instead of 8
blob
|
commitdiff
|
diff to current
next