summaryrefslogtreecommitdiffstats
path: root/postproc/swscale_template.c
Commit message (Expand)AuthorAgeFilesLines
* rounding fixesmichael2003-10-151-8/+10
* many small typo and grammar fixesgabucino2003-10-041-8/+8
* killed an mp_msg occurancealex2003-04-211-1/+1
* mplayer idependant (not really yet) swscale examplemichael2003-04-171-0/+1
* cleanupmichael2003-02-241-13/+6
* sws_ prefix, more seperation between internal & external swscaler APImichael2003-02-231-1/+6
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedmichael2003-02-211-4/+3
* 1000lmichael2003-02-151-1/+1
* bigendian bug (fixes?)michael2003-02-151-74/+34
* cleanupmichael2003-02-131-96/+130
* cleanupmichael2003-02-131-182/+159
* cleanupmichael2003-02-131-74/+111
* UYVY inputmichael2003-01-231-0/+74
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-0/+2
* mmx yuy2 outputmichael2002-10-131-15/+153
* yuy2 output supportmichael2002-10-131-3/+3
* fixing y422p outputmichael2002-09-091-2/+4
* fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol...michael2002-07-091-2/+2
* last line messed up in Y800 bugfixmichael2002-06-301-2/+2
* use unified yuv2rgb initmichael2002-06-271-371/+89
* killing globalsmichael2002-06-241-6/+5
* 100l (non mmx versions didnt compile)michael2002-06-241-47/+12
* yvu9 support (other planar yuv formats with other chroma subsamplings should ...michael2002-06-231-36/+39
* cleanupmichael2002-06-231-3/+3
* selftest supportmichael2002-06-231-0/+13
* cleanup & grayscale supportmichael2002-06-221-11/+26
* sync with mplayer xparpi2002-06-221-1/+1
* printf to mp_msgalbeu2002-05-021-1/+1
* overread in the mmx2 horizontal scaler fixedmichael2002-04-011-93/+64
* add manglingatmos42002-03-031-11/+11
* 101++michael2002-02-211-3/+3
* fixing bgr32 output on big-endian systemsmichael2002-02-211-0/+9
* minor dststride bugfix for i420 outputmichael2002-02-141-6/+12
* bgr24toUV in MMXmichael2002-02-091-2/+151
* bgr24toY in MMXmichael2002-02-091-1/+70
* bgr15 input supportmichael2002-02-081-0/+74
* faster bgr16 inputmichael2002-02-081-2/+15
* bgr16 input supportmichael2002-02-081-0/+60
* rgb32 & rgb24 input supportmichael2002-02-061-0/+76
* swScale internally uses yuv2rgb now if possiblemichael2002-02-061-3/+5
* MMX(2) optimized YUY2 inputmichael2002-02-021-3/+49
* YUY2, BGR24, BGR32 input support (no mmx yet)michael2002-02-011-12/+166
* YV12 like formats support (I420/IYUV)michael2002-01-301-5/+40
* 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT...michael2002-01-211-24/+112
* copyright(swscaler) = GPLmichael2002-01-211-5/+16
* general convolution filtering of the source picturemichael2002-01-211-7/+5
* removed global vars so that multiple swscalers can be usedmichael2002-01-201-644/+157
* mangle for win32 in postprocatmos42002-01-191-115/+115
* only print last line warning if verbose is onmichael2001-12-301-1/+1
* output shifted by a few pixels on extreem scalings bugfixmichael2001-12-271-3/+3
* looks betterjaf2001-12-251-4/+4
* minor bugfixes (noone noticed them)michael2001-12-211-4/+6
* print more info if -vmichael2001-12-061-229/+163
* dithering info wasnt displayedmichael2001-12-061-4/+4
* vertical cubic/linear scalingmichael2001-12-061-304/+938
* typomichael2001-12-031-1/+1
* horizontal up/downscale linear & cubicmichael2001-12-021-26/+351
* sliced scaleing bugfixmichael2001-11-291-18/+20
* swscaler cleanupmichael2001-11-291-106/+109
* oopsmichael2001-11-261-0/+28
* runtime cpu detectionmichael2001-11-261-172/+18
* .balign or we´ll align by 64kb on some architecturesmichael2001-11-101-6/+6
* .align 16michael2001-11-101-0/+6
* gcc does optimize writes to non volatile variables away if it didnt know that...michael2001-11-061-4/+4
* better ditheringmichael2001-11-061-42/+43
* faster bgr24 outputmichael2001-11-061-3/+114
* only 6 registers usedmichael2001-11-051-7/+10
* green line fix for dstw%8!=0michael2001-11-041-4/+11
* fixed warningsmichael2001-11-041-27/+48
* faster bgr15/16michael2001-11-041-50/+28
* right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)michael2001-11-021-1/+12
* c speedupmichael2001-10-311-17/+19
* 15/16bit in C speedupmichael2001-10-311-30/+50
* c optimizationsmichael2001-10-301-24/+75
* c optimizationsmichael2001-10-301-17/+68
* c optimizations (array is faster than pointer) (16bpp variants tested and 2% ...michael2001-10-301-18/+9
* interpolate chrominance for every second line in the 1:1 vertical scale functionmichael2001-10-301-41/+153
* bugfixesmichael2001-10-301-7/+9
* fixed a warningmichael2001-10-291-0/+1
* patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni.cz> applied and unnecass...michael2001-10-291-2/+5
* tell the c compiler that the memory changedmichael2001-10-281-0/+8
* 3dnow prefetch & sfencemichael2001-10-281-26/+11
* yv12 to yv12 scalermichael2001-10-281-21/+40
* yuv2rgb bugfixmichael2001-10-281-31/+31
* a few warning fixes (missing #include's)pl2001-10-251-0/+1
* downscalemichael2001-10-251-279/+326
* BGR24 bugfixmichael2001-10-211-5/+5
* fixed alignment (static variables where sometimes not 8-byte aligned)michael2001-10-201-289/+888
* first line bug fixed (happend if the image was scaled down or 1:1)michael2001-10-191-2/+7
* horizontal scaling bugs fixed, should be mostly bugfree nowmichael2001-10-191-25/+28
* xinc scaled by 16 instead of 8arpi2001-10-191-2/+2
* horizontal lines bugfixmichael2001-10-191-4/+4
* vertical lines bugfixmichael2001-10-191-7/+12
* (C) fixedarpi2001-10-191-1/+1
* fixed a bug which caused horizontal linesmichael2001-10-191-2/+2
* increased precission of s_xinc s_xinc2 (needed for the mmx2 bugfix)michael2001-10-181-206/+271
* 24bpp support (untested)michael2001-10-171-2/+52
* added (f)emmsarpi2001-10-171-0/+7
* bpp changed from bytespp to bitspparpi2001-10-171-8/+8
* fixed out of regs "bug"michael2001-10-171-6/+9
* MMX & MMX2 optimizations (MMX2 is buggy and commented out)michael2001-10-171-36/+563
* fix rgb/bgr for 15/16bppatmos42001-10-171-4/+4
* 16bpp code for atmosarpi2001-10-161-0/+10
* software yv12->rgb scaler - separated from fsdgaarpi2001-10-151-0/+124