log postproc/rgb2rgb_template.c @ 8334:0c9a596abe39

age author description
2002-10-23 michael fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot net>)
2002-09-16 arpi use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE
2002-06-29 michael fixing memory overwrite bugs in the new converters
2002-06-29 michael merging changes from mplayerxp (rgb2rgb*.{c,h} only)
2002-06-29 michael fixing memory overwrite bugs again ...
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-05-15 michael fixing end overwrite bugs (some at least)
2002-05-03 arpi 10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixels
2002-04-13 michael yuv422p -> yuy2 (untested)
2002-04-13 michael rgb24->bgr24
2002-03-25 michael byte interleaving for mga
2002-03-03 atmos4 add mangling
2002-02-10 michael rgb24toyv12 in MMX (untested)
2001-12-20 michael rgb24toyv12 bugfix
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
2001-10-28 nick vo_vesa: rgb2rgb support