]> git.sesse.net Git - vlc/history - modules/video_filter/opencv_example.cpp
Fix memleak in opencv.
[vlc] / modules / video_filter / opencv_example.cpp
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