log postproc/swscale.c @ 18712:cb7da1894b00

age author description
2006-02-16 michael ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)
2006-02-11 diego Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
2006-02-09 rathann Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-08 diego AltiVec operations need to have memory aligned on 16-byte boundaries.
2006-02-04 michael change sws sharpen filter a little
2006-01-13 diego Update licensing information: The FSF changed postal address.
2005-11-14 diego Unify include paths, -I.. is in CFLAGS.
2005-10-17 rfelker 100l -- mismatched type after changing sizes to type long!
2005-09-06 diego Reduce unnecessary swscaler verbosity.
2005-05-20 nplourde Should fix altivec detection for g3 system.
2005-04-24 henry check for negative strides before memcpy
2005-04-24 henry support for both orderings of the slices (top->down / bottom->up)
2005-02-23 reimar 100l, forgot to change an ifdef on last commit
2005-02-22 reimar fix for MAP_ANON vs. MAP_ANONYMOUS fix...
2005-02-16 syrjala Improved NV12/NV21 support.
2005-02-14 nexus FreeBSD fix
2005-02-01 reimar Compile fix on non-x86
2005-01-31 aurel makes funnyCode pages executable (for CPU with NX bit)
2005-01-21 aurel fix few x86_64 registers handling
2004-10-21 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
2004-10-05 michael postproc/yuv2rgb_altivec.c compile fix
2004-09-18 michael passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
2004-07-17 alex fix altivec.h inclusion (vector keyword in structure)
2004-07-06 michael Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
2004-06-27 michael altivec yuv->rgb converter
2004-05-01 rfelker this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such
2004-04-26 michael attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)
2004-04-06 michael AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
2004-03-14 michael altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)
2004-03-11 michael AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
2003-11-06 michael 1000l
2003-11-04 michael -sws 0 && -ssf chs fixed
2003-10-22 michael minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)
2003-10-15 michael dither scaling coefficients so they add up to 1.0
2003-10-15 michael rounding fixes
2003-10-09 alex uyvy output support in swscaler
2003-10-04 gabucino many small typo and grammar fixes
2003-09-26 michael srcSliceY % 4 != 0 fix
2003-06-19 michael fixing "internal error in orderYUV" bug
2003-06-01 alex unused
2003-05-01 alex removed the last mp_msg :)
2003-04-25 michael remove remaining cpudetect dependancy
2003-04-25 michael moving getFilter stuff back (vf_scale.c -> swscale.c)
2003-04-24 michael removing sws - global verbose var dependancy
2003-04-17 michael mplayer idependant (not really yet) swscale example
2003-03-27 michael 10l
2003-03-27 michael 10000l (YUV vs. YVU swscale fix/cleanup)
2003-02-24 michael cleanup
2003-02-23 michael sws_ prefix, more seperation between internal & external swscaler API
2003-02-21 michael yuv2rgb brightness/contrast/saturation/different colorspaces support finished
2003-02-18 michael cleanup
2003-02-13 michael brightness / saturation / contrast / different yuv colorspace support for some yuv2rgb converters (many converters still ignore it)
2003-02-13 michael cleanup
2003-02-01 michael 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
2003-01-30 michael fixing rgb4 & bgr4 (2 pixels per byte)
2003-01-23 michael UYVY input
2002-11-04 michael 10l
2002-11-01 arpi verbose can be negative
2002-10-13 michael fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant)
2002-10-13 michael mmx yuy2 output