]> git.sesse.net Git - vlc/history - modules/video_chroma/i420_rgb.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / video_chroma / i420_rgb.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-08-20 Hugo Beauzee-LuyssenSolved I420_Rgb build
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.
2009-01-28 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-06-24 Yohann Martineaufixed compilation on debian etch.
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-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
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-06-15 Damien Fouilleul- video_chromas: more SSE2 and MMX support and optimiza...
2006-11-26 Clément StenacA bit of headers cleanup
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-29 Gildas Bazin* modules/video_output/x11/xcommon.c: 24 bits screen...
2004-07-22 Gildas Bazin* modules/video_chroma/i420_rgb.c: work around a gcc...
2004-01-31 Rocky Bernsteinrender.c: RGB2 now gets the right color from the RGB...
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-08-29 Laurent Aimar * all: fix some gcc warnings and removed all u8/u16...
2002-11-25 Sam Hocevar * ./modules/video_chroma/i420_rgb16.c: merged the...
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...