summaryrefslogtreecommitdiff
path: root/postproc/swscale.h
Commit message (Collapse)AuthorAge
* more scaling algosMichael Niedermayer2002-07-04
| | | | Originally committed as revision 6638 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -sws 6 (luma bicubic & chroma bilinear)Michael Niedermayer2002-06-27
| | | | Originally committed as revision 6581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* use unified yuv2rgb initMichael Niedermayer2002-06-27
| | | | | | {RGB,BGR}{1,4,8,15,16,24,32} output supported Originally committed as revision 6579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-06-24
| | | | Originally committed as revision 6542 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 100l (non mmx versions didnt compile)Michael Niedermayer2002-06-24
| | | | | | some cleanup Originally committed as revision 6541 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* selftest supportMichael Niedermayer2002-06-23
| | | | | | bugfixes Originally committed as revision 6518 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* overread in the mmx2 horizontal scaler fixedMichael Niedermayer2002-04-01
| | | | | | 2% faster horizontal mmx2 scaler Originally committed as revision 5453 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* swScale internally uses yuv2rgb now if possibleMichael Niedermayer2002-02-06
| | | | Originally committed as revision 4555 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* YUY2, BGR24, BGR32 input support (no mmx yet)Michael Niedermayer2002-02-01
| | | | Originally committed as revision 4468 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* YV12 like formats support (I420/IYUV)Michael Niedermayer2002-01-30
| | | | | | bugfixes related to vo_x11 resizeing Originally committed as revision 4420 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* area averageing scaling support (-sws 5) (is identical to bilinear for upscale)Michael Niedermayer2002-01-29
| | | | Originally committed as revision 4403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* nearest neighbor / sdl emulation ;) scaling (-sws 4)Michael Niedermayer2002-01-28
| | | | Originally committed as revision 4402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 15/16 bit dithering in C (5% slower, can be disabled by comenting #define ↵Michael Niedermayer2002-01-21
| | | | | | | | | | 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
* copyright(swscaler) = GPLMichael Niedermayer2002-01-21
| | | | Originally committed as revision 4296 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* a few filters (should be removed/merged when arpis videofilter stuff is ↵Michael Niedermayer2002-01-21
| | | | | | | | | | | | 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
* general convolution filtering of the source pictureMichael Niedermayer2002-01-21
| | | | | | dynamic memory allocation for the buffers (needed for the filter stuff) Originally committed as revision 4291 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removed global vars so that multiple swscalers can be usedMichael Niedermayer2002-01-20
| | | | | | | | | | 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
* vertical cubic/linear scalingMichael Niedermayer2001-12-06
| | | | | | | prints some info (MMX, dstbpp, ...) mainloop rewritten Originally committed as revision 3345 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* horizontal up/downscale linear & cubicMichael Niedermayer2001-12-02
| | | | | | -sws command line option (0 -> fast_bilinear, 1->bilinear, 2->bicubic) Originally committed as revision 3273 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* swscaler cleanupMichael Niedermayer2001-11-29
| | | | | | | green line at bottom bugfix green lines in yuv2yuv scaler bugfix Originally committed as revision 3210 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yv12 to yv12 scalerMichael Niedermayer2001-10-28
| | | | | | 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
* header for swscale.cArpi2001-10-15
Originally committed as revision 2218 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc