]> git.sesse.net Git - vlc/history - modules/video_filter/opencv_wrapper.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / video_filter / opencv_wrapper.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-06-11 Ilkka OllakkaRevert "Revert "redundant includes of vlc_playlist.h""
2010-06-11 Jakob LebenRevert "redundant includes of vlc_playlist.h"
2010-06-11 Jakob Lebenredundant includes of vlc_playlist.h
2010-04-23 Laurent AimarRemoved now unused picture_t fields and associated...
2010-04-19 Rémi Duraffortvideo_filter: fix compilation.
2010-03-07 Rémi DuraffortOpenCV: include config.h first
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-23 Rafaël Carréopencv: fix typo
2010-01-23 Rémi Denis-Courmontvideo plugins: use var_Inherit
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 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 Laurent AimarFixed opencv video filter wrapper compilation.
2009-04-02 Laurent AimarFixed a lot of issues regarding fullscreen/mouse in...
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
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 AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-08-11 Nicolas Chauvetopencv compilation fix
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-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-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-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-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-16 Jean-Baptiste KempfShould fix another bunch of: (near initialization for...
2007-03-31 Antoine CellerierRemove trailing spaces.
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-09-06 Damien Fouilleul- OpenCV video filter module by Dugal Harris