]> git.sesse.net Git - vlc/history - modules/video_filter/blend.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_filter / blend.c
2010-05-12 Ilkka Ollakkablend: find correct blender on opening not inside Blend()
2009-08-30 Laurent AimarAdded blending over J420.
2009-08-30 Laurent AimarRemoved useless defines in blend.
2009-06-30 Rémi DuraffortRemove dummy p_sys variable.
2009-06-30 Rémi DuraffortGlobal headers.
2009-06-05 Laurent AimarAdded a const to source picture in blend module.
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 filters.
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-10-01 Jean-Baptiste KempfBlend: Remove unuseful variable. CID 241
2008-09-04 Antoine CellerierSimplify.
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-09-02 Laurent AimarFixed a typo in YUVP blending to RGB.
2008-08-27 Laurent AimarFixed a potential crash due to a mix up between pitch...
2008-08-24 Antoine CellerierFix compilation warning and alpha discarding.
2008-08-20 Laurent AimarRemoved stupid debug message.
2008-08-20 Laurent AimarFixed YUVP blending (my bad for not testing it).
2008-08-20 Laurent AimarRemoved video_format_FixRgb from blend.c
2008-08-20 Laurent AimarCosmetics.
2008-08-20 Laurent AimarLast part of blend.c cleanup, added RV15 and fixed...
2008-08-20 Laurent AimarMore blend clean up.
2008-08-20 Laurent AimarBegin clean up of giant blend ctl-c ctl-v.
2008-07-23 Laurent AimarDo not use a macro to clip integer to uint8 (2x faster...
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
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-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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-18 Jean-Paul SamanRemove printf().
2007-10-18 Jean-Paul SamanRemove useless empty line.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-04 Rémi Denis-CourmontFix some cast warnings
2007-08-08 Jean-Paul SamanUse parenthesis to make it more readible.`
2007-05-22 Damien Fouilleul- blend.c: fix for BlendRV24, needs testing, dionoea ?
2007-04-02 Antoine CellerierFix I420/YV12 -> * blending. Looks like we did need...
2007-04-02 Antoine Cellerier* Untested YV12/I420 -> * blending. Works exactly like...
2007-04-01 Antoine Cellerierdon't invert the function names.
2007-04-01 Antoine CellerierUntested RGBA -> YUV Packed blending.
2007-04-01 Antoine CellerierUntested RGBA -> RV16 blending (I420 and RV24 work...
2007-03-30 Antoine CellerierUntested RGBA blending in I420, RV24 and RV32.
2006-11-26 Clément StenacA bit of headers cleanup
2006-02-11 Derk-Jan Hartman* Improved renderering of YUVA/P onto YUV variants...
2006-02-05 Derk-Jan Hartman* Added YVYU blending and fixed UYVY blending.
2006-02-04 Derk-Jan Hartman* Hopefully added UYVY blending for YUVA and YUVP....
2006-01-12 Antoine CellerierFSF address change.
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-01-22 Gildas Bazin* modules/video_filter/blend.c: chroma fixes for the...
2005-01-21 Derk-Jan Hartman* blend.c: Fix YUVP -> YUY2 blend. YUVP is actually...
2004-12-11 Clément StenacImprovements to preferences
2004-11-06 Yoann Peronneau* modules/video_filter/blend.c: added an i_alpha parame...
2004-10-01 Gildas Bazin* modules/video_filter/blend.c: portability fix.
2004-08-13 Gildas Bazin* modules/codec/spudec/*: automatic cropping of fullscr...
2004-08-05 Gildas Bazin* modules/video_filter/blend.c: do not compare signed...
2004-08-05 Gildas Bazin* modules/video_filter/blend.c: sanity checks.
2004-08-04 Gildas Bazin* modules/video_filter/blend.c: attempt at YUVP ->...
2004-08-04 Gildas Bazin* modules/video_filter/blend.c: YUVP -> YUY2 alpha...
2004-08-04 Gildas Bazin* modules/video_filter/blend.c: YUVA -> YUY2 alpha...
2004-08-03 Gildas Bazin* modules/video_filter/blend.c: fix for chroma planes...
2004-08-03 Gildas Bazin* modules/video_filter/blend.c: YUVA->RV24/32 alpha...
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.