]> git.sesse.net Git - ffmpeg/history - postproc/rgb2rgb_template.c
100l, forgot to change an ifdef on last commit
[ffmpeg] / postproc / rgb2rgb_template.c
2004-10-21 Aurelien Jacobsadapting existing mmx/mmx2/sse/3dnow optimizations...
2004-09-21 Alex Beregszaszilot of bigendian fixes
2004-08-10 Reimar Döffingerwidth instead of chromWidth causing segfault in some...
2004-05-02 Michael Niedermayerbigendian fix by (Romain Dolbeau <dolbeau at irisa...
2004-05-01 D Richard Felker IIIthis isn't actually stupid, but it's not valid C and...
2003-10-10 Michael Niedermayeryv12->uyvy MMX
2003-10-09 Alex Beregszasziuyvy output support in swscaler
2003-04-25 Michael Niedermayerbigendian fix by (Samuel Kleiner <kleiner at cd dot...
2003-04-25 Michael Niedermayerremove remaining cpudetect dependancy
2003-02-18 Michael Niedermayeroptimize
2003-02-15 Michael Niedermayersimpler & faster
2003-02-11 Michael Niedermayer-fPIC compileable
2003-02-11 Michael Niedermayeryv12 -> yuy2 converter in alpha asm (from mplayerxp)
2003-02-11 Michael Niedermayercleanup (unsigned stride -> int stride)
2003-02-03 Michael Niedermayeryuv9 -> yv12 bugfixes
2002-10-23 Colin Leroyfixing RGB32->RGB16 on big endian patch by (Colin Leroy...
2002-09-16 Arpiuse detected WORDSIZE instead of warning, when inttypes...
2002-06-29 Michael Niedermayerfixing memory overwrite bugs in the new converters
2002-06-29 Michael Niedermayermerging changes from mplayerxp (rgb2rgb*.{c,h} only)
2002-06-29 Michael Niedermayerfixing memory overwrite bugs again ...
2002-06-27 Michael Niedermayeryvu9 -> yv12 unscaled converter with linear chroma...
2002-06-22 Arpisync with mplayer xp
2002-06-21 Alex Beregszaszipre-yvu9toyv12 converter, only grayscale Y-plane coping :)
2002-05-15 Michael Niedermayerfixing end overwrite bugs (some at least)
2002-05-03 Arpi10l - MMX rgb2bgr 32bpp expects num_of_bytes instead...
2002-04-13 Michael Niedermayeryuv422p -> yuy2 (untested)
2002-04-13 Michael Niedermayerrgb24->bgr24
2002-03-25 Michael Niedermayerbyte interleaving for mga
2002-03-03 Felix Bünemannadd mangling
2002-02-10 Michael Niedermayerrgb24toyv12 in MMX (untested)
2001-12-20 Michael Niedermayerrgb24toyv12 bugfix
2001-11-26 Michael Niedermayerruntime cpu detection
2001-11-11 Michael Niedermayeruyvytoyv12 in MMX (untested)
2001-11-11 Michael Niedermayeryuy2toyv12 bugfix
2001-11-10 Arpiuyvy->uv12 added
2001-11-10 Michael Niedermayer.balign or we´ll align by 64kb on some architectures
2001-11-10 Michael Niedermayer.align 16
2001-11-07 Michael Niedermayerbugfix
2001-11-06 Michael Niedermayerrgb32tobgr32 / bgr32torgb32
2001-11-06 Nick KurshevMinor speedup of rgb32to24. (performance is not successful)
2001-11-06 Nick KurshevMMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff
2001-11-06 Nick Kurshevoptimized rgb24to16 stuff
2001-11-06 Nick Kurshevrgb24to32 now is faster
2001-11-06 Nick KurshevMove yuv2rgb to postprocess
2001-11-05 Michael Niedermayerunsigned stuff
2001-11-05 Michael Niedermayeryuy2toyv12 fixed and speedup
2001-11-05 Michael Niedermayerfixed yv12toyuy2
2001-11-05 Nick KurshevFixed rgb32(24)to15 stuff
2001-11-05 Nick KurshevFixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken
2001-11-05 Nick KurshevWell - old algorithms and new stuff rgb24to16(15)
2001-11-05 Nick KurshevMore standards compilance
2001-11-05 Michael Niedermayeryuy2toyv12 in MMX
2001-11-05 Michael Niedermayeryv12toyuy2 in MMX
2001-11-05 Michael Niedermayeryv12 <-> yuy2 in C
2001-11-04 Michael Niedermayerfaster 15to16 bit rgb (the mmx routine is limited by...
2001-11-04 Michael Niedermayerpalette to bgr24
2001-11-04 Michael Niedermayerbgr32to16, bgr32to15 (needed for palette stuff)
2001-11-04 Nick Kurshevusing const modifier
2001-10-30 Nick Kurshevcosmetic
2001-10-29 Nick KurshevFinish mmx2, 3dnow optimiz. 15to16 should be tested...
2001-10-29 Michael Niedermayercant compile on non x86 bugfix
2001-10-28 Nick Kurshev32to24: MMX, MMX2, 3DNOW optimization
2001-10-28 Nick KurshevMore elegant solution
2001-10-28 Nick Kurshevpreprocessor cleanup
2001-10-28 Nick Kurshevsfence
2001-10-28 Nick KurshevMore accurate prefetching
2001-10-28 Nick Kurshevmmx, mmx2, 3dnow optimized 24to32
2001-10-28 Nick Kurshevmmx optimized 24to32
2001-10-28 Nick KurshevPrev ver could work only on x86
2001-10-28 Nick Kurshevvo_vesa: more rgb2rgb support
2001-10-28 Nick Kurshevvo_vesa: more rgb2rgb support
2001-10-28 Nick Kurshevvo_vesa: rgb2rgb support