]> git.sesse.net Git - ffmpeg/history - postproc/swscale.c
AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet dot...
[ffmpeg] / postproc / swscale.c
2004-04-06 Romain DolbeauAltiVec hScale, all size patch by (Romain Dolbeau ...
2004-03-14 Magnus Dammaltivec swscale under Linux patch by (Magnus Damm ...
2004-03-11 Romain DolbeauAltiVec support in postproc/ + altivec optimizations...
2003-11-06 Michael Niedermayer1000l
2003-11-04 Michael Niedermayer-sws 0 && -ssf chs fixed
2003-10-22 Michael Niedermayerminimum slice size fix (fixes 422P 1 line per slice...
2003-10-15 Michael Niedermayerdither scaling coefficients so they add up to 1.0
2003-10-15 Michael Niedermayerrounding fixes
2003-10-09 Alex Beregszasziuyvy output support in swscaler
2003-10-04 Gabucinomany small typo and grammar fixes
2003-09-26 Michael NiedermayersrcSliceY % 4 != 0 fix
2003-06-19 Michael Niedermayerfixing "internal error in orderYUV" bug
2003-06-01 Alex Beregszasziunused
2003-05-01 Alex Beregszasziremoved the last mp_msg :)
2003-04-25 Michael Niedermayerremove remaining cpudetect dependancy
2003-04-25 Michael Niedermayermoving getFilter stuff back (vf_scale.c -> swscale.c)
2003-04-24 Michael Niedermayerremoving sws - global verbose var dependancy
2003-04-17 Michael Niedermayermplayer idependant (not really yet) swscale example
2003-03-27 Michael Niedermayer10l
2003-03-27 Michael Niedermayer10000l (YUV vs. YVU swscale fix/cleanup)
2003-02-24 Michael Niedermayercleanup
2003-02-23 Michael Niedermayersws_ prefix, more seperation between internal & externa...
2003-02-21 Michael Niedermayeryuv2rgb brightness/contrast/saturation/different colors...
2003-02-18 Michael Niedermayercleanup
2003-02-13 Michael Niedermayerbrightness / saturation / contrast / different yuv...
2003-02-13 Michael Niedermayercleanup
2003-02-01 Michael Niedermayer10l found by (Dominik Mierzejewski <dominik at rangers...
2003-01-30 Michael Niedermayerfixing rgb4 & bgr4 (2 pixels per byte)
2003-01-23 Michael NiedermayerUYVY input
2002-11-04 Michael Niedermayer10l
2002-11-01 Arpiverbose can be negative
2002-10-13 Michael Niedermayerfixing yuy2 upscaling (use -sws 0 for the faster but...
2002-10-13 Michael Niedermayermmx yuy2 output
2002-10-13 Michael Niedermayeryuy2 output support
2002-08-01 Michael Niedermayerplanar yuv 444 422 411 support
2002-07-09 Michael Niedermayerfixing sinc filter (seems the problem was caused by...
2002-07-04 Michael Niedermayermore scaling algos
2002-06-30 Michael Niedermayerusing the new rgb2rgb converters (the LQ ones are only...
2002-06-27 Michael Niedermayeryvu9 -> yv12 unscaled converter with linear chroma...
2002-06-27 Michael Niedermayer-sws 6 (luma bicubic & chroma bilinear)
2002-06-27 Michael Niedermayeruse unified yuv2rgb init
2002-06-24 Michael Niedermayerkilling globals
2002-06-24 Michael Niedermayer100l (non mmx versions didnt compile)
2002-06-23 ArpiIF09 is alias for YVU9 (actually it has extra 4th plane...
2002-06-23 Michael Niedermayeryvu9 support (other planar yuv formats with other chrom...
2002-06-23 Michael Niedermayercleanup
2002-06-23 Michael Niedermayerselftest support
2002-06-22 Michael Niedermayercleanup & grayscale support
2002-06-22 Arpisync with mplayer xp
2002-05-20 Arpibig cosmetics patch, cleanup of messages printed by...
2002-05-12 Björn Sandellvarious openbsd and general warning fixes - patch by...
2002-05-02 Alban Bedelprintf to mp_msg
2002-04-01 Michael Niedermayeroverread in the mmx2 horizontal scaler fixed
2002-03-21 Michael Niedermayerfixing bgr15&16 on big_endian
2002-02-22 Michael Niedermayeruse assert.h
2002-02-21 Michael Niedermayer101++
2002-02-21 Michael Niedermayerfixing bgr32 output on big-endian systems
2002-02-21 Michael Niedermayerunscaled yuv2rgb fix for big-endian systems
2002-02-10 Michael Niedermayerunscaled memcpy variant bugfix (negative strides)
2002-02-10 Michael Niedermayerunscaled BGR24 -> YV12
2002-02-09 Michael Niedermayerbgr24toUV in MMX
2002-02-09 Michael Niedermayerbgr24toY in MMX
2002-02-08 Michael Niedermayerfastmemcpy
2002-02-08 Michael Niedermayerunscaled BGR15->BGR16
2002-02-08 Michael Niedermayerbgr15 input support
2002-02-08 Michael Niedermayerbgr16 input support
2002-02-07 Michael Niedermayerunscaled converters
2002-02-07 Michael Niedermayerfixing green line at right side bug (reported by Nick...
2002-02-06 Michael Niedermayerrgb32 & rgb24 input support
2002-02-06 Michael Niedermayer101 (yuv2rgb with mpeg1,...) ;)
2002-02-06 Michael NiedermayerswScale internally uses yuv2rgb now if possible
2002-02-04 Michael Niedermayerprinting error messages if something is wrong instead...
2002-02-03 Michael NiedermayerfilterPos bugfix (only nearest neighbor scaling was...
2002-02-02 Michael NiedermayerMMX(2) optimized YUY2 input
2002-02-01 Michael Niedermayerprinting correct format info
2002-02-01 Michael NiedermayerYUY2, BGR24, BGR32 input support (no mmx yet)
2002-01-30 Michael Niedermayer-sws 2 is default now
2002-01-30 Michael NiedermayerYV12 like formats support (I420/IYUV)
2002-01-29 Michael Niedermayerarea averageing scaling support (-sws 5) (is identical...
2002-01-28 Michael Niedermayernearest neighbor / sdl emulation ;) scaling (-sws 4)
2002-01-22 Michael Niedermayerminor bugfix in the -v output
2002-01-21 Michael Niedermayer15/16 bit dithering in C (5% slower, can be disabled...
2002-01-21 Michael Niedermayercopyright(swscaler) = GPL
2002-01-21 Michael Niedermayera few filters (should be removed/merged when arpis...
2002-01-21 Michael Niedermayergeneral convolution filtering of the source picture
2002-01-20 Michael Niedermayer101
2002-01-20 Michael Niedermayerremoved global vars so that multiple swscalers can...
2002-01-19 Felix Bünemannmangle for win32 in postproc
2001-12-21 Michael Niedermayerminor bugfixes (noone noticed them)
2001-12-06 Michael Niedermayerprint more info if -v
2001-12-06 Michael Niedermayervertical cubic/linear scaling
2001-12-02 Michael Niedermayerhorizontal up/downscale linear & cubic
2001-11-29 Michael Niedermayerswscaler cleanup
2001-11-27 Michael Niedermayerruntime cpu detection optional (compiles faster)
2001-11-26 Michael Niedermayeroops
2001-11-26 Michael Niedermayerruntime cpu detection
2001-11-10 Michael Niedermayer.balign or we´ll align by 64kb on some architectures
2001-11-10 Michael Niedermayer.align 16
2001-11-06 Michael Niedermayergcc does optimize writes to non volatile variables...
2001-11-06 Michael Niedermayerbetter dithering
next