]> git.sesse.net Git - vlc/history - modules/video_chroma/i422_yuy2.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_chroma / i422_yuy2.c
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-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-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-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-01 Damien Fouilleulvideo_chroma: added I420_ABGR32 support (mostly for...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Damien Fouilleul- make sure chroma converters respect picture line...
2006-01-26 Sam Hocevar * modules/video_chroma/*: use .p2align instead of...
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-05-27 Gildas Bazin* modules/video_chroma/i422_yuy2.c: fixed the I422...
2004-01-25 Felix Paul Kühnestring review by Christophe Mutricy aka xtophe
2003-11-06 Damien Lucas. I422 -> YV12 Chroma
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...