]> git.sesse.net Git - vlc/history - modules/video_filter/opencv_example.cpp
OpenCV: include config.h first
[vlc] / modules / video_filter / opencv_example.cpp
2010-03-07 Rémi DuraffortOpenCV: include config.h first
2010-01-23 Rémi Denis-Courmontvideo plugins: use var_Inherit
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
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-28 Nicolas Chauvet... Fix opencv module compilation - missing vlc_vout.h
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-05 Rémi Denis-CourmontUse var_TriggerCallback as appropriate
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-01 Rémi DuraffortFix memleak in opencv.
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rafaël CarréBuilds opencv video filters elsewhere than win32
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-16 Rémi Denis-CourmontMore libvlc_global presumed abuse
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-06 Damien Fouilleul- OpenCV video filter module by Dugal Harris