aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/rgb2rgb_template.c
Commit message (Expand)AuthorAge
* Fixes rgb32to16 conversion for I think all platforms since the int8Gravatar diego2005-03-22
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* lot of bigendian fixesGravatar alex2004-09-21
* width instead of chromWidth causing segfault in some casesGravatar reimar2004-08-10
* bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)Gravatar michael2004-05-02
* this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as suchGravatar rfelker2004-05-01
* yv12->uyvy MMXGravatar michael2003-10-10
* uyvy output support in swscalerGravatar alex2003-10-09
* bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>)Gravatar michael2003-04-25
* remove remaining cpudetect dependancyGravatar michael2003-04-25
* optimizeGravatar michael2003-02-18
* simpler & fasterGravatar michael2003-02-15
* -fPIC compileableGravatar michael2003-02-11
* yv12 -> yuy2 converter in alpha asm (from mplayerxp)Gravatar michael2003-02-11
* cleanup (unsigned stride -> int stride)Gravatar michael2003-02-11
* yuv9 -> yv12 bugfixesGravatar michael2003-02-03
* fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot ...Gravatar michael2002-10-23
* use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WO...Gravatar arpi2002-09-16
* fixing memory overwrite bugs in the new convertersGravatar michael2002-06-29
* merging changes from mplayerxp (rgb2rgb*.{c,h} only)Gravatar michael2002-06-29
* fixing memory overwrite bugs again ...Gravatar michael2002-06-29
* yvu9 -> yv12 unscaled converter with linear chroma scalingGravatar michael2002-06-27
* sync with mplayer xpGravatar arpi2002-06-22
* pre-yvu9toyv12 converter, only grayscale Y-plane coping :)Gravatar alex2002-06-21
* fixing end overwrite bugs (some at least)Gravatar michael2002-05-15
* 10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixelsGravatar arpi2002-05-03
* yuv422p -> yuy2 (untested)Gravatar michael2002-04-13
* rgb24->bgr24Gravatar michael2002-04-13
* byte interleaving for mgaGravatar michael2002-03-25
* add manglingGravatar atmos42002-03-03
* rgb24toyv12 in MMX (untested)Gravatar michael2002-02-10
* rgb24toyv12 bugfixGravatar michael2001-12-20
* runtime cpu detectionGravatar michael2001-11-26
* uyvytoyv12 in MMX (untested)Gravatar michael2001-11-11
* yuy2toyv12 bugfixGravatar michael2001-11-11
* uyvy->uv12 addedGravatar arpi2001-11-10
* .balign or we´ll align by 64kb on some architecturesGravatar michael2001-11-10
* .align 16Gravatar michael2001-11-10
* bugfixGravatar michael2001-11-07
* rgb32tobgr32 / bgr32torgb32Gravatar michael2001-11-06
* Minor speedup of rgb32to24. (performance is not successful)Gravatar nick2001-11-06
* MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuffGravatar nick2001-11-06
* optimized rgb24to16 stuffGravatar nick2001-11-06
* rgb24to32 now is fasterGravatar nick2001-11-06
* Move yuv2rgb to postprocessGravatar nick2001-11-06
* unsigned stuffGravatar michael2001-11-05
* yuy2toyv12 fixed and speedupGravatar michael2001-11-05
* fixed yv12toyuy2Gravatar michael2001-11-05
* Fixed rgb32(24)to15 stuffGravatar nick2001-11-05
* Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still brokenGravatar nick2001-11-05