Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-18passing an array or double precission parameters for the scaling function, ↵Michael Niedermayer
instead of missusing a few bits of the flags fixing the naming of the scaling functions a little Originally committed as revision 13374 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2004-03-11AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by ↵Romain Dolbeau
(Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 12018 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-04-25moving getFilter stuff back (vf_scale.c -> swscale.c)Michael Niedermayer
Originally committed as revision 9986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-04-24removing sws - global verbose var dependancyMichael Niedermayer
removing sws - cpudetect dependancy (note rgb2rgb still needs it) moving mplayer specific stuff from swscale.c -> vf_scale.c Originally committed as revision 9976 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-03-2710000l (YUV vs. YVU swscale fix/cleanup)Michael Niedermayer
Originally committed as revision 9698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-02-24sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer
sws_scale() returns the number of outputed lines Originally committed as revision 9495 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-02-21yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer
yuv2rgb deglobalize yuv2rgb optimizations / cleanup bugs? Originally committed as revision 9477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-02-13brightness / saturation / contrast / different yuv colorspace support for ↵Michael Niedermayer
some yuv2rgb converters (many converters still ignore it) Originally committed as revision 9417 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-02-13cleanupMichael Niedermayer
Originally committed as revision 9415 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-02-13cleanupMichael Niedermayer
Originally committed as revision 9414 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-07-04more scaling algosMichael Niedermayer
Originally committed as revision 6638 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-06-27-sws 6 (luma bicubic & chroma bilinear)Michael Niedermayer
Originally committed as revision 6581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-06-27use unified yuv2rgb initMichael Niedermayer
{RGB,BGR}{1,4,8,15,16,24,32} output supported Originally committed as revision 6579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-06-2410lMichael Niedermayer
Originally committed as revision 6542 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-06-24100l (non mmx versions didnt compile)Michael Niedermayer
some cleanup Originally committed as revision 6541 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-06-23selftest supportMichael Niedermayer
bugfixes Originally committed as revision 6518 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-04-01overread in the mmx2 horizontal scaler fixedMichael Niedermayer
2% faster horizontal mmx2 scaler Originally committed as revision 5453 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-02-06swScale internally uses yuv2rgb now if possibleMichael Niedermayer
Originally committed as revision 4555 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-02-01YUY2, BGR24, BGR32 input support (no mmx yet)Michael Niedermayer
Originally committed as revision 4468 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-01-30YV12 like formats support (I420/IYUV)Michael Niedermayer
bugfixes related to vo_x11 resizeing Originally committed as revision 4420 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-01-29area averageing scaling support (-sws 5) (is identical to bilinear for upscale)Michael Niedermayer
Originally committed as revision 4403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-01-29nearest neighbor / sdl emulation ;) scaling (-sws 4)Michael Niedermayer
Originally committed as revision 4402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-01-2215/16 bit dithering in C (5% slower, can be disabled by comenting #define ↵Michael Niedermayer
DITHER1XBPP out) x/yInc bugfix (bug was introduced during the global var removial) more emms & no messing with ARCH_X86 (=workaround against not cleared mmx state somewhere) sharpening filter (-ssf cs=<int> & -ssf ls=<int>) Originally committed as revision 4298 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-01-21copyright(swscaler) = GPLMichael Niedermayer
Originally committed as revision 4296 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-01-21a few filters (should be removed/merged when arpis videofilter stuff is ↵Michael Niedermayer
finished) -ssf cgb=<float> -> chrominance gaussian blur (nice to improve picture quality) -ssf lgb=<float> -> luminance gaussian blur (dunno what its good for) -ssf chs=<int> -> shift chrominance horizontally -ssf cvs=<int> -> shift chrominance vertically these will only work if the swscaler is used at all Originally committed as revision 4295 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-01-21general convolution filtering of the source pictureMichael Niedermayer
dynamic memory allocation for the buffers (needed for the filter stuff) Originally committed as revision 4291 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-01-20removed global vars so that multiple swscalers can be usedMichael Niedermayer
experimental upscaling mode (-sws 3) general convolution filters support (unfinished) bugfix for bicubic upscaling assertion checking if defined MP_DEBUG checking of the input/output size instead of segfault if its very large Originally committed as revision 4277 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-12-06vertical cubic/linear scalingMichael Niedermayer
prints some info (MMX, dstbpp, ...) mainloop rewritten Originally committed as revision 3345 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-12-02horizontal up/downscale linear & cubicMichael Niedermayer
-sws command line option (0 -> fast_bilinear, 1->bilinear, 2->bicubic) Originally committed as revision 3273 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-29swscaler cleanupMichael Niedermayer
green line at bottom bugfix green lines in yuv2yuv scaler bugfix Originally committed as revision 3210 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-10-28yv12 to yv12 scalerMichael Niedermayer
someone who knows a bit about vo_odivx could add support for it ... Originally committed as revision 2520 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-10-15header for swscale.cArpi
Originally committed as revision 2218 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc