aboutsummaryrefslogtreecommitdiffstats
path: root/postproc/swscale.c
Commit message (Collapse)AuthorAgeFilesLines
* UYVY inputMichael Niedermayer2003-01-231-4/+5
| | | | Originally committed as revision 9072 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-11-041-1/+1
| | | | Originally committed as revision 8100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* verbose can be negativeArpi2002-11-011-1/+1
| | | | Originally committed as revision 8028 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant)Michael Niedermayer2002-10-131-10/+11
| | | | Originally committed as revision 7726 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mmx yuy2 outputMichael Niedermayer2002-10-131-10/+10
| | | | Originally committed as revision 7724 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuy2 output supportMichael Niedermayer2002-10-131-8/+37
| | | | Originally committed as revision 7721 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* planar yuv 444 422 411 supportMichael Niedermayer2002-08-011-3/+19
| | | | Originally committed as revision 6864 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing sinc filter (seems the problem was caused by rounding in pmulhw -> ↵Michael Niedermayer2002-07-091-4/+10
| | | | | | | | | solution use shorter filter, its long and slow enough anyway) some typos some warning fixes Originally committed as revision 6680 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* more scaling algosMichael Niedermayer2002-07-041-46/+95
| | | | Originally committed as revision 6638 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4)Michael Niedermayer2002-06-301-352/+140
| | | | Originally committed as revision 6617 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yvu9 -> yv12 unscaled converter with linear chroma scalingMichael Niedermayer2002-06-271-2/+40
| | | | Originally committed as revision 6583 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -sws 6 (luma bicubic & chroma bilinear)Michael Niedermayer2002-06-271-5/+14
| | | | Originally committed as revision 6581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* use unified yuv2rgb initMichael Niedermayer2002-06-271-244/+355
| | | | | | {RGB,BGR}{1,4,8,15,16,24,32} output supported Originally committed as revision 6579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* killing globalsMichael Niedermayer2002-06-241-5/+1
| | | | Originally committed as revision 6555 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 100l (non mmx versions didnt compile)Michael Niedermayer2002-06-241-21/+33
| | | | | | some cleanup Originally committed as revision 6541 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* IF09 is alias for YVU9 (actually it has extra 4th plane containing MC changeArpi2002-06-231-2/+3
| | | | | | | flags, but it doesn't matter for now) - IF09 is supported by win32 Indeo codecs and by some others too Originally committed as revision 6536 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yvu9 support (other planar yuv formats with other chroma subsamplings should ↵Michael Niedermayer2002-06-231-60/+70
| | | | | | | | | be trivial to add, if they had a IMGFMT) disabled broken (=new) converters (they cause random sig11) various bugfixes Originally committed as revision 6533 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2002-06-231-2/+0
| | | | Originally committed as revision 6521 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* selftest supportMichael Niedermayer2002-06-231-29/+179
| | | | | | bugfixes Originally committed as revision 6518 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanup & grayscale supportMichael Niedermayer2002-06-221-117/+83
| | | | Originally committed as revision 6504 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sync with mplayer xpArpi2002-06-221-81/+450
| | | | | | | | - partial yvu9 support (copy only) - rgb 15/16 -> 24/32 converters - int->unsigned changes Originally committed as revision 6493 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Arpi2002-05-201-13/+11
| | | | | | | some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent Originally committed as revision 6139 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* various openbsd and general warning fixes - patch by Björn Sandell ↵Björn Sandell2002-05-121-0/+2
| | | | | | <biorn@dce.chalmers.se> Originally committed as revision 6058 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* printf to mp_msgAlban Bedel2002-05-021-47/+48
| | | | Originally committed as revision 5938 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* overread in the mmx2 horizontal scaler fixedMichael Niedermayer2002-04-011-33/+130
| | | | | | 2% faster horizontal mmx2 scaler Originally committed as revision 5453 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing bgr15&16 on big_endianMichael Niedermayer2002-03-211-7/+10
| | | | | | i doubt that that will fix all big endian problems though, we very likely will have to support RGB & BGR output formats as either bgr32 or bgr15 is rgb depending upon the way rgb/bgr is defined Originally committed as revision 5247 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* use assert.hMichael Niedermayer2002-02-221-2/+8
| | | | | | more assertions Originally committed as revision 4807 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 101++Michael Niedermayer2002-02-211-1/+2
| | | | Originally committed as revision 4795 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing bgr32 output on big-endian systemsMichael Niedermayer2002-02-211-0/+3
| | | | Originally committed as revision 4794 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unscaled yuv2rgb fix for big-endian systemsMichael Niedermayer2002-02-211-3/+8
| | | | Originally committed as revision 4792 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unscaled memcpy variant bugfix (negative strides)Michael Niedermayer2002-02-101-2/+2
| | | | Originally committed as revision 4650 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unscaled BGR24 -> YV12Michael Niedermayer2002-02-101-0/+24
| | | | Originally committed as revision 4624 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bgr24toUV in MMXMichael Niedermayer2002-02-091-0/+5
| | | | Originally committed as revision 4620 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bgr24toY in MMXMichael Niedermayer2002-02-091-0/+10
| | | | Originally committed as revision 4613 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fastmemcpyMichael Niedermayer2002-02-081-0/+1
| | | | Originally committed as revision 4587 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unscaled BGR15->BGR16Michael Niedermayer2002-02-081-4/+37
| | | | | | a few bugfixes of the other unscaled converters Originally committed as revision 4582 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bgr15 input supportMichael Niedermayer2002-02-081-2/+2
| | | | Originally committed as revision 4581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bgr16 input supportMichael Niedermayer2002-02-081-2/+2
| | | | Originally committed as revision 4579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unscaled convertersMichael Niedermayer2002-02-071-1/+81
| | | | | | | BGR24 -> BGR32 & RGB24 -> RGB32 BGR32 -> BGR24 & RGB32 -> RGB24 Originally committed as revision 4568 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing green line at right side bug (reported by Nick Kurshev ↵Michael Niedermayer2002-02-071-1/+8
| | | | | | <nickols_k@mail.ru>) Originally committed as revision 4564 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* rgb32 & rgb24 input supportMichael Niedermayer2002-02-061-17/+22
| | | | | | squished a endianness bug in the 15/16bgr output Originally committed as revision 4559 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 101 (yuv2rgb with mpeg1,...) ;)Michael Niedermayer2002-02-061-6/+115
| | | | | | simple copy if possible (same format, no scaling, ...) Originally committed as revision 4556 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* swScale internally uses yuv2rgb now if possibleMichael Niedermayer2002-02-061-2/+42
| | | | Originally committed as revision 4555 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* printing error messages if something is wrong instead of just return NULL;Michael Niedermayer2002-02-041-3/+16
| | | | Originally committed as revision 4530 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* filterPos bugfix (only nearest neighbor scaling was affected)Michael Niedermayer2002-02-031-3/+4
| | | | Originally committed as revision 4493 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* MMX(2) optimized YUY2 inputMichael Niedermayer2002-02-021-11/+23
| | | | | | avoid duplicate checks for formats by changeing them (Y8->Y800, IYUV->I420) Originally committed as revision 4482 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* printing correct format infoMichael Niedermayer2002-02-011-21/+11
| | | | Originally committed as revision 4469 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* YUY2, BGR24, BGR32 input support (no mmx yet)Michael Niedermayer2002-02-011-20/+63
| | | | Originally committed as revision 4468 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -sws 2 is default nowMichael Niedermayer2002-01-301-1/+1
| | | | Originally committed as revision 4422 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* YV12 like formats support (I420/IYUV)Michael Niedermayer2002-01-301-123/+142
| | | | | | bugfixes related to vo_x11 resizeing Originally committed as revision 4420 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc