]> git.sesse.net Git - vlc/history - modules/video_chroma
Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither)
[vlc] / modules / video_chroma /
2007-05-16 Jean-Paul SamanRenamed function E_(I420_RGB16_dithering) to match...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Damien Fouilleul- make sure chroma converters respect picture line...
2006-10-10 Damien Fouilleul- added altivec acceleration for i420 -> YVYU, i420...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-03 Clément StenacFix a bunch of warnings and errors
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-02-05 Derk-Jan Hartman* Correct MMX version of UYVY chroma conversion. the...
2006-02-01 Rémi Denis-CourmontAdditionnal conversions
2006-01-26 Sam Hocevar * modules/video_chroma/*: use .p2align instead of...
2006-01-12 Antoine CellerierFSF address change.
2005-09-26 Sam Hocevar * modules/video_chroma/i420_rgb16.c: fixed compiler...
2005-09-26 Sam Hocevar * modules/video_chroma/i420_rgb_mmx.h: use RIP-relate...
2005-09-20 Sam Hocevar * modules/video_chroma/i420_rgb_mmx.h: bypassed gcc...
2005-09-20 Sam Hocevar * modules/video_chroma/i420_rgb_mmx.h: work around...
2005-09-19 Sam Hocevar * modules/video_chroma/i420_rgb_mmx.h: wrote an MMX...
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
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2004-08-30 Gildas Bazin* modules/video_chroma/i420_rgb8.c: take care of width...
2004-08-30 Gildas Bazin* modules/video_chroma/i420_rgb16.c: take care of width...
2004-08-30 Gildas Bazin* modules/video_chroma/i420_yuy2.c: take care of chroma...
2004-08-29 Gildas Bazin* modules/video_output/x11/xcommon.c: 24 bits screen...
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-07-22 Gildas Bazin* modules/video_chroma/i420_rgb.c: work around a gcc...
2004-05-27 Gildas Bazin* modules/video_chroma/i422_yuy2.c: fixed the I422...
2004-05-17 Gildas Bazin* modules/video_chroma/i420_rgb_mmx.h: gcc-3.4 compilat...
2004-05-04 Eric Petit + video_chroma/i420_yuy2.h : grmbl, x86 compile fix
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-03-29 Laurent Aimar * *.h: shut up gcc (cast of lvalue).
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-01-31 Rocky Bernsteinrender.c: RGB2 now gets the right color from the RGB...
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-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-04 Gildas Bazin* toolbox: use the "Output_Dir" property when generatin...
2003-11-06 Damien Lucas. I422 -> YV12 Chroma
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-01 Sam Hocevar * Fixed license blurb; these files have always been...
2003-08-29 Laurent Aimar * all: fix some gcc warnings and removed all u8/u16...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2002-12-18 Sam Hocevar * ./modules/video_output/qte/.cvsignore: added a...
2002-11-26 Sam Hocevar * ./modules/video_chroma/i420_rgb.h: fixed slanted...
2002-11-25 Sam Hocevar * ./modules/video_chroma/i420_rgb16.c: merged the...
2002-11-22 Sam Hocevar * ./modules/video_chroma/i420_rgb16.c: fixed a segfau...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
2002-11-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...