summaryrefslogtreecommitdiffstats
path: root/postproc/swscale_template.c
Commit message (Expand)AuthorAgeFilesLines
* Change unsigned->signed and int->long, this fits the asm code better on 64Reimar Döffinger2005-10-121-23/+23
* Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poiriergGuillaume Poirier2005-07-121-0/+6
* Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe othersGuillaume Poirier2005-06-301-1/+1
* Another REG_d -> REG_D fix.Reimar Döffinger2005-06-281-1/+1
* Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompileGuillaume Poirier2005-06-241-1/+1
* 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32Guillaume Poirier2005-06-191-1/+1
* GCC-4 fix for AMD-64Guillaume Poirier2005-06-181-4/+4
* one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfa...Michael Niedermayer2005-06-021-3/+8
* unused defineAlex Beregszaszi2005-04-291-6/+0
* Improved NV12/NV21 support.Ville Syrjälä2005-02-161-2/+27
* fix few x86_64 registers handlingAurelien Jacobs2005-01-211-4/+32
* 100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_Reimar Döffinger2005-01-191-2/+2
* 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patchAurelien Jacobs2004-10-221-6/+6
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Aurelien Jacobs2004-10-211-415/+429
* altivec yuv->rgb converterMichael Niedermayer2004-06-271-0/+6
* AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ...Romain Dolbeau2004-04-061-0/+4
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R...Romain Dolbeau2004-03-111-0/+10
* rounding fixesMichael Niedermayer2003-10-151-8/+10
* many small typo and grammar fixesGabucino2003-10-041-8/+8
* killed an mp_msg occuranceAlex Beregszaszi2003-04-211-1/+1
* mplayer idependant (not really yet) swscale exampleMichael Niedermayer2003-04-171-0/+1
* cleanupMichael Niedermayer2003-02-241-13/+6
* sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer2003-02-231-1/+6
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer2003-02-211-4/+3
* 1000lMichael Niedermayer2003-02-151-1/+1
* bigendian bug (fixes?)Michael Niedermayer2003-02-151-74/+34
* cleanupMichael Niedermayer2003-02-131-96/+130
* cleanupMichael Niedermayer2003-02-131-182/+159
* cleanupMichael Niedermayer2003-02-131-74/+111
* UYVY inputMichael Niedermayer2003-01-231-0/+74
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-11-231-0/+2
* mmx yuy2 outputMichael Niedermayer2002-10-131-15/+153
* yuy2 output supportMichael Niedermayer2002-10-131-3/+3
* fixing y422p outputMichael Niedermayer2002-09-091-2/+4
* fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol...Michael Niedermayer2002-07-091-2/+2
* last line messed up in Y800 bugfixMichael Niedermayer2002-06-301-2/+2
* use unified yuv2rgb initMichael Niedermayer2002-06-271-371/+89
* killing globalsMichael Niedermayer2002-06-241-6/+5
* 100l (non mmx versions didnt compile)Michael Niedermayer2002-06-241-47/+12
* yvu9 support (other planar yuv formats with other chroma subsamplings should ...Michael Niedermayer2002-06-231-36/+39
* cleanupMichael Niedermayer2002-06-231-3/+3
* selftest supportMichael Niedermayer2002-06-231-0/+13
* cleanup & grayscale supportMichael Niedermayer2002-06-221-11/+26
* sync with mplayer xpArpi2002-06-221-1/+1
* printf to mp_msgAlban Bedel2002-05-021-1/+1
* overread in the mmx2 horizontal scaler fixedMichael Niedermayer2002-04-011-93/+64
* add manglingFelix Bünemann2002-03-031-11/+11
* 101++Michael Niedermayer2002-02-211-3/+3
* fixing bgr32 output on big-endian systemsMichael Niedermayer2002-02-211-0/+9
* minor dststride bugfix for i420 outputMichael Niedermayer2002-02-141-6/+12
OpenPOWER on IntegriCloud