]> git.sesse.net Git - vlc/history - modules/video_filter/logo.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_filter / logo.c
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-06-14 Ilkka Ollakkalogo: set default x/y=-1 so position is actually used
2010-06-14 Ilkka Ollakkavideo_filters: use make_URI for filename
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-05-04 Laurent AimarRemoved OSD_ALIGN_* flags.
2010-02-11 Jean-Paul Samanlogo: inform listeners when picture has been moved
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-19 JP DingerAdd libvlc interface to video_filter/logo module, like the
2010-01-03 Geoffroy CouprieAdd a bunch of help strings. Feel free to correct them...
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-08-27 Rémi Duraffortlogo: remove an uneeded variable.
2009-08-27 Rémi Duraffortlogo: fix memleak.
2009-08-27 Rémi Duraffortlogo: remove unneeded variable.
2009-08-27 Rémi DuraffortHumhum. really fix the leak.
2009-08-27 Rémi Duraffortvideo_filter_logo: fix memleak.
2009-08-21 Pierre d'Herbemontlogo: Fix a misuse of a filter_NewBlend, that should...
2009-07-28 Laurent AimarFixed filter_*Blend rgb masks initialization.
2009-06-30 Rémi DuraffortGlobal headers.
2009-06-06 Laurent AimarDo not refuse to start when no logo is specified.
2009-06-05 Laurent AimarRemoved debug messages.
2009-06-05 Laurent AimarConverted logo "video filter" to "video filter2".
2009-06-05 Laurent AimarUsed the filter blend helpers in logo.
2009-06-05 Laurent AimarRemoved unused variable (logo).
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-19 Rémi Denis-CourmontLogo: thread safety fix
2009-05-19 Rémi Denis-CourmontLogo: expansion safety
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
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-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-02 Laurent AimarFixed a lot of issues regarding fullscreen/mouse in...
2009-03-31 Rémi Duraffortvideo_filter/logo: fix compilation.
2009-03-31 Rémi Denis-Courmontlogo-file is NOT 6 characters. strcmp() is -hopefully...
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-09 Antoine CellerierFix use of logo and erase filters in the Qt extended...
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix potential memleak.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-19 Laurent AimarUse filter helpers.
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-07-17 Pierre d'Herbemontvout: Rename vout_Destroy to vout_CloseAndDestroy.
2008-07-17 Laurent AimarFixed filters implemented as vout (Init/End can be...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-30 Antoine CellerierRemove useless NULL check (p_sys->p_vout can never...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
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-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-01 Ilkka Ollakkafix align setting, p_spu->p_region is null there
2008-01-29 Rafaël Carrévideo_filter: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-07 Antoine CellerierSame change as marq for positioning code.
2007-10-12 Rafaël Carrélogo filter: fail early if the logo hasn't been specifi...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Rémi Denis-CourmontMore libvlc_global presumed abuse
2007-08-04 Rémi Denis-CourmontFix usage of add_shortcut.
2007-06-21 Jean-Baptiste KempfLogo: Correction spotted by ILEoo and patched by Bernie...
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-05-16 Jean-Paul SamanFix another bunch of: (near initialization for `fmt...
2007-04-15 Antoine CellerierDon't delete variables that don't exist.
2007-03-25 Antoine CellerierAdd support for config chain option parsing.
2007-03-25 Antoine CellerierWoops, forgot to remove this reference to p_libvlc_glob...
2007-03-24 Antoine CellerierRegister variables as callback. Don't store module...
next