summaryrefslogtreecommitdiff
path: root/postproc/swscale.c
Commit message (Collapse)AuthorAge
* 1000lMichael Niedermayer2003-11-06
| | | | Originally committed as revision 11407 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -sws 0 && -ssf chs fixedMichael Niedermayer2003-11-04
| | | | Originally committed as revision 11380 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)Michael Niedermayer2003-10-22
| | | | Originally committed as revision 11214 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dither scaling coefficients so they add up to 1.0Michael Niedermayer2003-10-15
| | | | Originally committed as revision 11124 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* rounding fixesMichael Niedermayer2003-10-15
| | | | Originally committed as revision 11123 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* uyvy output support in swscalerAlex Beregszaszi2003-10-09
| | | | Originally committed as revision 11069 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* many small typo and grammar fixesGabucino2003-10-04
| | | | | | Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk> Originally committed as revision 11001 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* srcSliceY % 4 != 0 fixMichael Niedermayer2003-09-26
| | | | Originally committed as revision 10953 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing "internal error in orderYUV" bugMichael Niedermayer2003-06-19
| | | | Originally committed as revision 10313 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unusedAlex Beregszaszi2003-06-01
| | | | Originally committed as revision 10236 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removed the last mp_msg :)Alex Beregszaszi2003-05-01
| | | | Originally committed as revision 10047 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove remaining cpudetect dependancyMichael Niedermayer2003-04-25
| | | | Originally committed as revision 9988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* moving getFilter stuff back (vf_scale.c -> swscale.c)Michael Niedermayer2003-04-25
| | | | Originally committed as revision 9986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removing sws - global verbose var dependancyMichael Niedermayer2003-04-24
| | | | | | | 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
* mplayer idependant (not really yet) swscale exampleMichael Niedermayer2003-04-17
| | | | Originally committed as revision 9922 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2003-03-27
| | | | Originally committed as revision 9699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10000l (YUV vs. YVU swscale fix/cleanup)Michael Niedermayer2003-03-27
| | | | Originally committed as revision 9698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-24
| | | | Originally committed as revision 9500 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer2003-02-23
| | | | | | sws_scale() returns the number of outputed lines Originally committed as revision 9495 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer2003-02-21
| | | | | | | | yuv2rgb deglobalize yuv2rgb optimizations / cleanup bugs? Originally committed as revision 9477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-18
| | | | Originally committed as revision 9456 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* brightness / saturation / contrast / different yuv colorspace support for ↵Michael Niedermayer2003-02-13
| | | | | | some yuv2rgb converters (many converters still ignore it) Originally committed as revision 9417 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-13
| | | | Originally committed as revision 9414 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Michael Niedermayer2003-02-01
| | | | Originally committed as revision 9189 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing rgb4 & bgr4 (2 pixels per byte)Michael Niedermayer2003-01-30
| | | | | | adding bg4b & rg4b (1 pixel per byte) Originally committed as revision 9172 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* UYVY inputMichael Niedermayer2003-01-23
| | | | Originally committed as revision 9072 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-11-04
| | | | Originally committed as revision 8100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* verbose can be negativeArpi2002-11-01
| | | | 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-13
| | | | Originally committed as revision 7726 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mmx yuy2 outputMichael Niedermayer2002-10-13
| | | | Originally committed as revision 7724 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuy2 output supportMichael Niedermayer2002-10-13
| | | | Originally committed as revision 7721 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* planar yuv 444 422 411 supportMichael Niedermayer2002-08-01
| | | | 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-09
| | | | | | | | | 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-04
| | | | 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-30
| | | | Originally committed as revision 6617 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yvu9 -> yv12 unscaled converter with linear chroma scalingMichael Niedermayer2002-06-27
| | | | Originally committed as revision 6583 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
* killing globalsMichael Niedermayer2002-06-24
| | | | Originally committed as revision 6555 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
* IF09 is alias for YVU9 (actually it has extra 4th plane containing MC changeArpi2002-06-23
| | | | | | | 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-23
| | | | | | | | | 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-23
| | | | Originally committed as revision 6521 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
* cleanup & grayscale supportMichael Niedermayer2002-06-22
| | | | Originally committed as revision 6504 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sync with mplayer xpArpi2002-06-22
| | | | | | | | - 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-20
| | | | | | | 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-12
| | | | | | <biorn@dce.chalmers.se> Originally committed as revision 6058 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* printf to mp_msgAlban Bedel2002-05-02
| | | | Originally committed as revision 5938 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