]> git.sesse.net Git - vlc/history - modules/video_chroma
macosx: Make sure empty nodes are shown as node.
[vlc] / modules / video_chroma /
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-05 Rémi Denis-CourmontTypo
2008-06-02 Rafaël CarréFix i420_yuy2 chroma
2008-06-02 Antoine CellerierPort chain filter to new API. Now supports chaining...
2008-06-02 Antoine CellerierChroma modules now exactly implement the "video filter2...
2008-06-02 Antoine CellerierChroma API change. Chromas are now normal video filters...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-26 Rafaël CarréRevert "let gcc choose how to reference memory addresse...
2008-03-26 Rafaël Carrélet gcc choose how to reference memory addresses in...
2008-03-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-01-29 Rafaël Carrévideo_chroma: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-12 Jean-Baptiste KempfSupport for 8bit uncompressed in AVI files.
2008-01-10 Antoine CellerierChange the chain module so it allows chaining more...
2007-12-26 Antoine CellerierThree new chroma converters:
2007-11-25 Antoine CellerierSplit i422->packed YUV and i422->planar YUV. Add i422...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-30 Damien Fouilleuli422_yuy2_sse2: fix module requirements
2007-08-27 Damien Fouilleulmake ptr -> int conversion 64 bit friendly
2007-08-23 Damien Fouilleuli420_yuy2_mmx: fixed a bug introduced in [21423] (don...
2007-08-22 Damien Fouilleuli420_yuy2: for MMX and SSE2, split inline assembly...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-15 Damien Fouilleulvideo chromas: finalize SSE2 improvements
2007-08-15 Jean-Paul SamanRemove excess whitespace
2007-08-10 Damien Fouilleuli422_yuy2: SSE2 improvements
2007-08-02 Damien Fouilleulchromas: more SSE2/MMX fixes, added I420_RGBA conversion
2007-08-01 Damien Fouilleulvideo_chroma: added I420_ABGR32 support (mostly for...
2007-08-01 Sam Hocevar * Simple grayscale -> yuv conversions.
2007-06-16 Damien Fouilleulvideo_chroma: a few SSE2 fixes
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...
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...