]> git.sesse.net Git - vlc/history - modules/video_filter/invert.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_filter / invert.c
2009-07-16 Rémi Duraffortvideo_filters: remove unused p_sys structure.
2009-06-30 Rémi DuraffortGlobal headers.
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-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-18 Jean-Paul SamanRemove silly out of memory message in out of memory...
2008-06-04 Antoine CellerierFactorize some code in the 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-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-11 Rémi Denis-CourmontFix warning
2007-09-09 Rémi Denis-CourmontFix ptrdiff_t abuse. Especially in video_filter_invert:
2007-09-09 Antoine CellerierNevermind. /me buys some glasses.
2007-09-09 Antoine CellerierFix comment.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-04-15 Antoine Cellerier * mosaic_bridge.c: - Add "vfilters" option to apply...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-09-06 Clément StenacPreferences categories are *not* categories. They are...
2006-07-15 Antoine Celleriercheck that p_pic->pf_release != NULL before calling it
2006-07-14 Antoine CellerierRemove unneeded include
2006-07-14 Antoine CellerierInvert is now a "video filter2"
2006-01-12 Antoine CellerierFSF address change.
2005-10-25 Gildas Bazin* modules/video_filter/*: use p_vout->fmt_in/out.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2004-12-16 Clément StenacFix a bug with preferences
2004-12-11 Clément StenacImprovements to preferences
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-07-30 Sam Hocevar * modules/video_filter/invert.c: don't cast lvalues.
2004-07-12 Clément StenacFix segfault when child vout creation fails
2004-04-23 Gildas Bazin* modules/video_filter/*: implemented a forwarding...
2004-01-25 Derk-Jan Hartman* stringreview
2003-10-15 Gildas Bazin* modules/video_filter/*: forward fullscreen event...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-18 Gildas Bazin* modules/video_filter/clone.c: new --clone-vout-list...
2003-01-17 Sam Hocevar * ./modules/video_filter/**/*.c: mouse clicks and...
2003-01-09 Sam Hocevar * ./modules/video_filter/*.c: all filters now properl...
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-11-23 Sam Hocevar * ./modules/video_output/wingdi.c: the GDI video...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...