]> git.sesse.net Git - vlc/history - modules/video_chroma/i420_yuy2.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / video_chroma / i420_yuy2.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-27 Damien Fouilleulmake ptr -> int conversion 64 bit friendly
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-01 Damien Fouilleulvideo_chroma: added I420_ABGR32 support (mostly for...
2007-06-15 Damien Fouilleul- video_chromas: more SSE2 and MMX support and optimiza...
2007-06-01 Damien Fouilleulchromas converstion: optimize MMX/SSE acceleration...
2007-05-31 Damien Fouilleul- video_chroma: added support for IA-32/64 SSE2 accelar...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-10 Damien Fouilleul- added altivec acceleration for i420 -> YVYU, i420...
2006-07-26 Eric PetitMake I420_UYVY/MMX support widths non multiple of 8
2006-02-12 Eric PetitUse emms after I420_UYVY because the OpenGL vout uses...
2006-01-12 Antoine CellerierFSF address change.
2005-08-23 Sam Hocevar * modules/video_chroma/i420_yuy2.c: only include...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-08-30 Gildas Bazin* modules/video_chroma/i420_yuy2.c: take care of chroma...
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-05-04 Eric Petit + video_chroma/i420_yuy2.c : fixed conversion for...
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-21 Sam Hocevar * configure.ac:
2004-04-01 Eric Petit i420_yuy2.c: fixed AltiVec conversion for unusual...
2004-01-27 Eric Petit i420_yuy2.c: made the altivec optim a bit nicer (proba...
2004-01-26 Eric Petit + All: added Altivec-optimized i420 to yuy2 conversion...
2004-01-25 Felix Paul Kühnestring review by Christophe Mutricy aka xtophe
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-08-29 Laurent Aimar * all: fix some gcc warnings and removed all u8/u16...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...