1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
vlc/modules/video_filter
2007-03-31 21:52:33 +00:00
..
adjust.c * Don't call var_Get every time we have an image to process and register the variables as commands. 2007-03-24 20:25:25 +00:00
blend.c Untested RGBA blending in I420, RV24 and RV32. 2007-03-30 17:29:41 +00:00
clone.c Add support for config chain option parsing. 2007-03-25 14:48:56 +00:00
colorthres.c Enable config chain syntax and flag the vars as commands. 2007-03-31 21:25:36 +00:00
crop.c Some small modifications to crop and panoramix to repair calls for uninitialized variables. 2007-01-25 19:42:49 +00:00
deinterlace.c * motion_detect: use playlist_Control's "lock" argument 2006-12-11 17:22:20 +00:00
erase.c Check the input chroma. (We only want to work on I420 for the moment) 2007-03-31 19:08:12 +00:00
extract.c convert a few printfs to msg_Dbg. 2007-03-31 20:00:03 +00:00
filter_common.h FSF address change. 2006-01-12 23:10:04 +00:00
filter_event_info.h - OpenCV video filter module by Dugal Harris 2006-09-06 22:07:22 +00:00
gradient.c Gradient options are now commands. 2007-03-31 21:38:24 +00:00
invert.c A bit of headers cleanup 2006-11-26 14:20:34 +00:00
logo.c Add support for config chain option parsing. 2007-03-25 14:48:56 +00:00
magnify.c use pf_mem{set,cpy} when possible 2006-11-26 17:29:57 +00:00
marq.c Register variables as callback. Don't store module specific variables in p_libvlc_global. They don't belong there. 2007-03-24 18:30:39 +00:00
Modules.am New erase video filter (to remove logos). Example command line: ./vlc --video-filter "erase{mask=/home/dionoea/images/cone-small.png,x=50,y=50}" --no-audio --color -v -I rc ~/media/redefined-nintendo.mpg 2007-03-31 18:37:16 +00:00
mosaic.c Register variables as callback. Don't store module specific variables in p_libvlc_global. They don't belong there. 2007-03-24 18:30:39 +00:00
mosaic.h For consistency, remove references to vlc from libvlc 2006-09-15 14:31:51 +00:00
motionblur.c Make it possible to change the blur factor after filter launch. 2007-03-31 21:47:11 +00:00
motiondetect.c Also use the V plane for motion detection. Remove unused code. 2007-03-31 16:42:14 +00:00
noise.c A bit of headers cleanup 2006-11-26 14:20:34 +00:00
opencv_example.cpp A bit of headers cleanup 2006-11-26 14:20:34 +00:00
opencv_wrapper.c Remove trailing spaces. 2007-03-31 20:37:13 +00:00
osdmenu.c Fix the strings. 2007-03-23 21:22:47 +00:00
panoramix.c Add support for config chain option parsing. 2007-03-25 14:48:56 +00:00
psychedelic.c use pf_mem{set,cpy} when possible 2006-11-26 17:29:57 +00:00
puzzle.c Add support for config chain option parsing. 2007-03-25 14:48:56 +00:00
ripple.c use pf_mem{set,cpy} when possible 2006-11-26 17:29:57 +00:00
rotate.c A bit of headers cleanup 2006-11-26 14:20:34 +00:00
rss.c Fix the help string for rss-speed. 2007-03-21 22:36:44 +00:00
rv32.c A bit of headers cleanup 2006-11-26 14:20:34 +00:00
scale.c scale.c: implement RGBA scaling. 2007-03-31 16:02:28 +00:00
sharpen.c Make it possible to change sharpen sigma after filter launch. 2007-03-31 21:52:33 +00:00
transform.c Add support for config chain option parsing. 2007-03-25 14:48:56 +00:00
wall.c Add support for config chain option parsing. 2007-03-25 14:48:56 +00:00
wave.c use pf_mem{set,cpy} when possible 2006-11-26 17:29:57 +00:00