log postproc/rgb2rgb.c @ 12628:985e1813e298

age author description
2004-04-26 michael attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)
2003-10-10 michael 1E10l
2003-10-09 alex uyvy output support in swscaler
2003-04-25 michael remove remaining cpudetect dependancy
2003-02-18 michael optimize
2003-02-11 michael cleanup (unsigned stride -> int stride)
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-09-09 alex fixed palette8to{rgb24,bgr24,rgb32,bgr32}
2002-08-30 alex added missing palette8tobgr pairs (hope it's correct)
2002-06-30 michael fixing rgb24tobgr32
2002-06-29 michael merging changes from mplayerxp (rgb2rgb*.{c,h} only)
2002-06-27 michael yvu9 -> yv12 unscaled converter with linear chroma scaling
2002-06-22 arpi sync with mplayer xp
2002-06-21 alex pre-yvu9toyv12 converter, only grayscale Y-plane coping :)
2002-04-13 michael yuv422p -> yuy2 (untested)
2002-04-13 michael rgb24->bgr24
2002-03-25 michael 10l
2002-03-25 michael byte interleaving for mga
2002-03-03 atmos4 add mangling
2002-02-10 michael rgb24toyv12 in MMX (untested)
2001-11-26 michael runtime cpu detection
2001-11-11 michael uyvytoyv12 in MMX (untested)
2001-11-11 michael yuy2toyv12 bugfix
2001-11-10 arpi uyvy->uv12 added
2001-11-10 michael .balign or we´ll align by 64kb on some architectures
2001-11-10 michael .align 16
2001-11-07 michael bugfix
2001-11-06 michael rgb32tobgr32 / bgr32torgb32
2001-11-06 nick Minor speedup of rgb32to24. (performance is not successful)
2001-11-06 nick MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff
2001-11-06 nick optimized rgb24to16 stuff
2001-11-06 nick rgb24to32 now is faster
2001-11-06 nick Move yuv2rgb to postprocess
2001-11-05 michael unsigned stuff
2001-11-05 michael yuy2toyv12 fixed and speedup
2001-11-05 michael fixed yv12toyuy2
2001-11-05 nick Fixed rgb32(24)to15 stuff
2001-11-05 nick Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken
2001-11-05 nick Well - old algorithms and new stuff rgb24to16(15)
2001-11-05 nick More standards compilance
2001-11-05 michael yuy2toyv12 in MMX
2001-11-05 michael yv12toyuy2 in MMX
2001-11-05 michael yv12 <-> yuy2 in C
2001-11-04 michael faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is no difference ): but the c routine is faster
2001-11-04 michael palette to bgr24
2001-11-04 michael bgr32to16, bgr32to15 (needed for palette stuff)
2001-11-04 nick using const modifier
2001-10-30 nick cosmetic
2001-10-29 nick Finish mmx2, 3dnow optimiz. 15to16 should be tested. Better fix of can't compile
2001-10-29 michael cant compile on non x86 bugfix
2001-10-28 nick 32to24: MMX, MMX2, 3DNOW optimization
2001-10-28 nick More elegant solution
2001-10-28 nick preprocessor cleanup
2001-10-28 nick sfence
2001-10-28 nick More accurate prefetching
2001-10-28 nick mmx, mmx2, 3dnow optimized 24to32
2001-10-28 nick mmx optimized 24to32
2001-10-28 nick Prev ver could work only on x86
2001-10-28 nick vo_vesa: more rgb2rgb support
2001-10-28 nick vo_vesa: more rgb2rgb support