]> git.sesse.net Git - vlc/history - modules/video_filter/panoramix.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_filter / panoramix.c
2010-02-04 Rémi Denis-Courmontpanoramix: obsolete bools are not deprecated aliases
2010-01-03 Geoffroy CouprieAdd a bunch of help strings. Feel free to correct them...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-07-24 Rémi Duraffortpanoramix: fix memleak.
2009-06-10 Rémi Denis-Courmontindent
2009-06-10 Rémi Denis-CourmontPort panoramix to X RandR with XCB (incomplete)
2009-06-09 Laurent AimarConverted panoramix to video splitter.
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 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-02 Laurent AimarFixed a lot of issues regarding fullscreen/mouse in...
2009-02-02 Rémi Denis-CourmontUse --x11-display whenever calling XOpenDisplay (except...
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-11-19 COCQUEBERT CédricFixed video offsets and horizontal edge blending.
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-10-14 Geoffroy CouprieWinCE: macro fix in panoramix module
2008-08-21 Laurent AimarClean up and more panoramix fixes.
2008-08-20 Laurent AimarFixed a bit panoramix.
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-29 Rémi Denis-CourmontSpelling
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-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-03-02 Pierre d'HerbemontMore Id and permission fixes.
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)
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-25 Antoine CellerierAdd support for config chain option parsing.
2007-02-02 Antoine CellerierCopy clip_uint8() function from ffmpeg and replace...
2007-01-25 Jean-Baptiste KempfSome small modifications to crop and panoramix to repai...
2007-01-23 Jean-Baptiste KempfPatch by Cedric Cocquebert to improve the panoramix...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-21 Jean-Paul SamanFix compiler warning: missing initializer
2006-10-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-10-07 Clément StenacPanoramix video filter by Cédric Cocquebert.