]> git.sesse.net Git - vlc/history - modules/video_chroma/i420_yuy2.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_chroma / i420_yuy2.c
2010-09-12 Felix Paul Kühnei420->yuv2 converter: disabled altivec usage if video...
2010-01-10 Rémi Denis-CourmontMove Altivec chroma plugin to altivec/
2010-01-10 Rémi Denis-CourmontMove SSE2 chromas to sse2/
2010-01-10 Rémi Denis-CourmontMove MMX-accelerated chromas to mmx/
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in video_chroma.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-23 Derk-Jan HartmanRaise the prio of our own i420->yuy2 module. Works...
2008-09-23 Derk-Jan Hartmanvideo_chroma: i420->yuy2 filter cannot scale.
2008-06-05 Rémi Denis-CourmontTypo
2008-06-02 Rafaël CarréFix i420_yuy2 chroma
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-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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.
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...