1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
vlc/modules/video_filter
Rémi Denis-Courmont 09e0d5d7d3 osdmenu: fix data path on Linux
Optimize for installed VLC rather than running from $(top_srcdir).
This patch does not support relocation, so there is potential for
further improvements.
2011-07-21 23:47:41 +03:00
..
atmo atmo: fix handling of YV12 Frames (with hardware acceleration) 2011-05-18 22:45:17 +02:00
deinterlace Run-time CPU detection for ARM (meaning NEON) 2011-07-04 21:14:18 +03:00
dynamicoverlay Refactor: rename "sub-filter" to "sub-source" this includes capability, functions, constants, user messages and command line parameter. 2011-04-20 11:48:21 +03:00
.gitignore Check-in modules/Makefile.am 2008-03-23 21:53:10 +02:00
adjust.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
alphamask.c Files and paths are not string variables (for Qt) 2010-12-21 19:51:55 +01:00
antiflicker.c Antiflicker filter initial version 2011-05-15 20:55:39 +02:00
audiobargraph_v.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
ball.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03: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 Remove vlc_object_attach() 2011-05-25 19:50:38 +03:00
bluescreen.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03: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 add_integer: remove callback parameter 2010-10-22 21:10:50 +03:00
crop.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +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 Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03: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 add_float: remove callback parameter 2010-10-22 21:09:53 +03:00
gradfun.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
gradfun.h Imported gradfun filter from MPlayer. 2010-05-09 16:18:41 +02:00
gradient.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
grain.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
invert.c video_filters: remove unused p_sys structure. 2009-07-16 09:38:24 +02:00
logo.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
magnify.c Fixed mix up between pitches in magnify filter. 2010-03-03 22:36:02 +01:00
marq.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
mirror.c add_integer: remove callback parameter 2010-10-22 21:10:50 +03:00
Modules.am osdmenu: fix data path on Linux 2011-07-21 23:47:41 +03:00
mosaic.c Convert mosaic to global mutex 2011-07-21 17:24:04 +03:00
mosaic.h Remove some unneeded leading __ in functions names 2011-07-13 10:48:03 +02:00
motionblur.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03: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 Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
posterize.c posterize: remove unused variable (set but not used) 2011-05-15 10:21:02 +02:00
postproc.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +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 Converted remoteosd to vlc_clone(). 2011-05-17 23:13:11 +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 Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03: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 Fix sepia video filter in PackedYUV 2011-06-30 01:33:35 +02:00
sharpen.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
subsdelay.c Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
swscale.c FFmpeg: remove support for misplaced headers 2011-03-16 23:31:24 +01:00
transform.c Transform: Mark some variables as unused 2011-01-31 12:02:44 +01:00
wall.c add_integer: remove callback parameter 2010-10-22 21:10:50 +03: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