]> git.sesse.net Git - vlc/history - modules/video_filter/postproc.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_filter / postproc.c
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-01-04 Antoine CellerierUse %4.4s instead of %4s for fourccs cast to char *.
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-07-24 Rémi Duraffortpostproc: no need to set the flag again as the bug...
2009-06-30 Rémi DuraffortWe must not return the picture directly but copy it...
2009-06-25 Rémi DuraffortThe variable was already created by config_ChainParse.
2009-06-25 Rémi Duraffortpostproc: fix potential crash (var_DelCallback missing...
2009-06-25 Rémi DuraffortCosmetics (no functionnal changes).
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-CourmontAdd a bunch of FIXMEs
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
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.
2009-05-01 Anthony LoiseauAdd some options as safe, based on forum.v.o search.
2009-01-28 Rémi Denis-CourmontFix plugin strings translation
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfAdd shortnames to postproc and swscale. Will look bette...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-26 Antoine CellerierPreliminary changes to fix postprocessing. Decoder...
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-06-09 Antoine CellerierRevive postprocessing. It is now a video filter (the...