1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
vlc/modules/video_filter
2011-11-25 17:21:30 +02:00
..
atmo Change allways to always 2011-07-30 17:33:22 +03:00
deinterlace Run-time CPU detection for ARM (meaning NEON) 2011-07-04 21:14:18 +03:00
dynamicoverlay Include missing unistd.h and time.h for OS/2 2011-10-14 18:17:55 +03:00
.gitignore Check-in modules/Makefile.am 2008-03-23 21:53:10 +02:00
adjust_sat_hue.c Split adjust filter in two source files 2011-08-22 19:37:22 +02:00
adjust_sat_hue.h Split adjust filter in two source files 2011-08-22 19:37:22 +02:00
adjust.c adjust: fix typo 2011-08-22 21:47:58 +02:00
alphamask.c Files and paths are not string variables (for Qt) 2010-12-21 19:51:55 +01:00
antiflicker.c Antiflicker: Change permissions 2011-08-13 01:51:37 +02:00
audiobargraph_v.c introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN() 2011-11-16 15:14:00 -05:00
ball.c Ball filter: quick fix for static data 2011-10-10 17:14:02 +02:00
blend.c Do not add a newline at the end of the strings send to msg_* 2011-04-21 20:25:21 +02:00
blendbench.c Change loadedin to loaded in 2011-07-30 17:33:22 +03:00
bluescreen.c introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN() 2011-11-16 15:14:00 -05:00
canvas.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
chain.c Use calloc. 2010-02-10 09:05:11 +01:00
clone.c add_integer: remove callback parameter 2010-10-22 21:10:50 +03:00
colorthres.c Video Filter: use rgb to define colors 2011-10-31 00:42:19 +01:00
crop.c Fix typo 'allows to do' -> 'allows doing' 2011-07-25 18:43:50 +03:00
croppadd.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
erase.c video_filters: remove dummy assignement. 2010-11-15 18:07:39 +01:00
extract.c Fixed extract video filter when requesting black color. 2011-09-05 21:00:07 +02:00
filter_event_info.h Don't waste translator's time... 2010-02-18 19:32:36 +02:00
filter_picture.h video filter refactor (trying to reuse functions) 2011-01-04 20:07:56 +01:00
gaussianblur.c Change bluring to blurring 2011-07-30 17:33:21 +03:00
gradfun.c introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN() 2011-11-16 15:14:00 -05:00
gradfun.h gradfun: define the clobber list 2011-11-24 22:41:16 +02:00
gradient.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
grain.c grain: fix clobber list 2011-11-24 22:41:16 +02:00
hqdn3d.c hqdn3d video filter, ported from mplayer 2011-11-23 14:25:52 -05:00
hqdn3d.h hqdn3d video filter, ported from mplayer 2011-11-23 14:25:52 -05:00
invert.c video_filters: remove unused p_sys structure. 2009-07-16 09:38:24 +02:00
logo.c introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN() 2011-11-16 15:14:00 -05:00
magnify.c introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN() 2011-11-16 15:14:00 -05:00
marq.c Video Filter: use rgb to define colors 2011-10-31 00:42:19 +01:00
mirror.c add_integer: remove callback parameter 2010-10-22 21:10:50 +03:00
Modules.am Move some gcrypt-related logic to makefiles 2011-11-25 17:21:30 +02:00
mosaic.c introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN() 2011-11-16 15:14:00 -05:00
mosaic.h Remove some unneeded leading __ in functions names 2011-07-13 10:48:03 +02:00
motionblur.c introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN() 2011-11-16 15:14:00 -05:00
motiondetect.c Fixed colorthres/erase/extract/gaussianblur/gradient/motionblur/motiondetect/noise/psychedelic/sharpen filters. 2010-08-11 22:09:58 +02:00
opencv_example.c OpenCV: do not assume picture is at p_data_orig 2010-11-14 00:09:53 +02:00
opencv_wrapper.c Remove vlc_object_attach() 2011-05-25 19:50:38 +03:00
osdmenu.c osdmenu: fix data path on Linux 2011-07-21 23:47:41 +03:00
panoramix.c introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN() 2011-11-16 15:14:00 -05:00
posterize.c posterize: remove unused variable (set but not used) 2011-05-15 10:21:02 +02:00
postproc.c Remove 0.9.x deprecated aliases, add deprecation version where missing 2011-10-02 14:50:34 +03:00
psychedelic.c Fixed colorthres/erase/extract/gaussianblur/gradient/motionblur/motiondetect/noise/psychedelic/sharpen filters. 2010-08-11 22:09:58 +02:00
puzzle.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
remoteosd_rfbproto.h Remove executable permission from source files. (btw, why isn't the .h 2008-06-09 10:05:35 +02:00
remoteosd.c RemoteOSD: Simplify, remove warning and remove headers 2011-08-18 12:21:32 +02:00
ripple.c Correctly handle YUV 422 packed in ripple and wave 2010-01-04 23:40:06 +01:00
rotate.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
rss.c Video Filter: use rgb to define colors 2011-10-31 00:42:19 +01:00
scale.c Used video_format_ScaleCropAr in scale.c/swscale.c 2010-11-26 22:33:13 +01:00
scene.c OS/2 uses the same file operations as Win32 2011-04-05 13:20:01 +02:00
sepia.c Sepia8ySSE2(): remove forward declaration 2011-09-13 18:33:43 -04:00
sharpen.c introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN() 2011-11-16 15:14:00 -05:00
subsdelay.c Subsdelay default min-alpha value 2011-09-15 15:57:17 +02:00
swscale.c FFmpeg: remove support for misplaced headers 2011-03-16 23:31:24 +01:00
transform.c Reject > 8 bits per pixel colorspace in gradfun/grain/transform video filters. 2011-10-05 23:17:36 +02:00
wall.c introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN() 2011-11-16 15:14:00 -05:00
wave.c Correctly handle YUV 422 packed in ripple and wave 2010-01-04 23:40:06 +01:00
yuvp.c Fixed potential use of undefined values (yuvp.c) 2010-11-01 16:41:11 +01:00