summaryrefslogtreecommitdiff
path: root/postproc/swscale_template.c
Commit message (Collapse)AuthorAge
* Change unsigned->signed and int->long, this fits the asm code better on 64Reimar Döffinger2005-10-12
| | | | | | | bit systems. Also fixes several crashes because (long)-i is incorrect if i is unsigned. Originally committed as revision 16740 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poiriergGuillaume Poirier2005-07-12
| | | | Originally committed as revision 15973 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe othersGuillaume Poirier2005-06-30
| | | | Originally committed as revision 15859 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Another REG_d -> REG_D fix.Reimar Döffinger2005-06-28
| | | | Originally committed as revision 15846 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompileGuillaume Poirier2005-06-24
| | | | | | that code othewisei (leading to segfaults). Originally committed as revision 15814 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32Guillaume Poirier2005-06-19
| | | | | | tested with gcc-2.95, 3.3, 3.4, 4.0 on ia-32 and 3.4, 4.0, 3.3 on amd64 Originally committed as revision 15763 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* GCC-4 fix for AMD-64Guillaume Poirier2005-06-18
| | | | | | Warning: high cola-affinity here) Originally committed as revision 15750 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, ↵Michael Niedermayer2005-06-02
| | | | | | netfarm it) Originally committed as revision 15618 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unused defineAlex Beregszaszi2005-04-29
| | | | Originally committed as revision 15296 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Improved NV12/NV21 support.Ville Syrjälä2005-02-16
| | | | | | | | | | - Fixed PlanarToNV12Wrapper() and made it handle NV21. - Added yuv2nv12XinC() to handle software scaling. - Added NV12/NV21 handling to various places. - Removed NV12 from vf_hue and vf_spp as they don't look like they can actually handle it. Originally committed as revision 14716 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix few x86_64 registers handlingAurelien Jacobs2005-01-21
| | | | Originally committed as revision 14557 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_Reimar Döffinger2005-01-19
| | | | | | to check if it's correct?? Originally committed as revision 14537 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patchAurelien Jacobs2004-10-22
| | | | Originally committed as revision 13734 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Aurelien Jacobs2004-10-21
| | | | Originally committed as revision 13721 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* altivec yuv->rgb converterMichael Niedermayer2004-06-27
| | | | | | | | | | | | orginal patch by (Marc Hoffman <mmh at pleasantst dot com>) critical fixes by (Reza Jelveh <reza.jelveh at tu-harburg dot de>) known bugs/issues, which should be fixed ASAP by someone who has a ppc: 0..255 vs. 16..235 unneeded recalculation of tables general cleaup, like removing double initalizing of variables Originally committed as revision 12699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ↵Romain Dolbeau2004-04-06
| | | | | | dot fr>) Originally committed as revision 12131 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by ↵Romain Dolbeau2004-03-11
| | | | | | (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 12018 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
* 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
* killed an mp_msg occuranceAlex Beregszaszi2003-04-21
| | | | Originally committed as revision 9971 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
* 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
* 1000lMichael Niedermayer2003-02-15
| | | | Originally committed as revision 9435 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bigendian bug (fixes?)Michael Niedermayer2003-02-15
| | | | Originally committed as revision 9434 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-13
| | | | Originally committed as revision 9418 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-13
| | | | Originally committed as revision 9415 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
* UYVY inputMichael Niedermayer2003-01-23
| | | | Originally committed as revision 9072 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-11-23
| | | | Originally committed as revision 8255 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
* fixing y422p outputMichael Niedermayer2002-09-09
| | | | Originally committed as revision 7352 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
* last line messed up in Y800 bugfixMichael Niedermayer2002-06-30
| | | | Originally committed as revision 6616 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
* 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
* 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
* add manglingFelix Bünemann2002-03-03
| | | | Originally committed as revision 4924 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 101++Michael Niedermayer2002-02-21
| | | | Originally committed as revision 4795 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing bgr32 output on big-endian systemsMichael Niedermayer2002-02-21
| | | | Originally committed as revision 4794 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor dststride bugfix for i420 outputMichael Niedermayer2002-02-14
| | | | | | srcHeight %2 != 0 bugfix / chroma height = (luma height +1)>>1 in YV12 Originally committed as revision 4699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc