1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
vlc/modules/video_filter
2010-03-06 12:30:13 +02:00
..
atmo Remove pl_Release, and rename pl_Hold back to pl_Get 2010-02-09 21:22:13 +02:00
dynamicoverlay utf8_* -> vlc_* (sed roxxors) 2010-02-07 15:25:29 +02:00
libswscale_nokia770 nokia770 arm_colorconv : save 1 word of the stack 2009-11-02 02:41:18 +01:00
.gitignore Check-in modules/Makefile.am 2008-03-23 21:53:10 +02:00
adjust.c Remove useless <errno.h> inclusions 2010-01-11 19:08:42 +02:00
alphamask.c Use %4.4s instead of %4s for fourccs cast to char *. 2010-01-04 23:40:06 +01:00
audiobargraph_v.c Removed es_format_t::i_aspect. 2009-12-16 22:00:47 +01:00
ball.c video_filter_ball: fix typos (options called ball-ball-* instead of ball-*). 2010-02-06 17:06:09 +01:00
blend.c Added blending over J420. 2009-08-30 20:11:06 +02:00
blendbench.c No full point at end of configuration item short text 2010-02-15 00:01:48 +02:00
bluescreen.c Use %4.4s instead of %4s for fourccs cast to char *. 2010-01-04 23:40:06 +01:00
canvas.c filter_t: use struct of non-anymous unions, seems more portable 2010-01-23 19:05:48 +02:00
chain.c Use calloc. 2010-02-10 09:05:11 +01:00
clone.c Add a bunch of help strings. Feel free to correct them, and add more 2010-01-03 14:19:44 +01:00
colorthres.c video_filter_colorthres: fix a typo. 2010-02-05 12:09:25 +01:00
crop.c Make mouse-moved and mouse-clicked coordinates, remove mouse-x and -y 2010-02-13 20:30:11 +02:00
croppadd.c Add a i18n'able name. 2009-09-24 22:59:58 +01:00
deinterlace.c Make mouse-moved and mouse-clicked coordinates, remove mouse-x and -y 2010-02-13 20:30:11 +02:00
erase.c Use %4.4s instead of %4s for fourccs cast to char *. 2010-01-04 23:40:06 +01:00
extract.c Use %4.4s instead of %4s for fourccs cast to char *. 2010-01-04 23:40:06 +01:00
filter_common.h Make mouse-moved and mouse-clicked coordinates, remove mouse-x and -y 2010-02-13 20:30:11 +02:00
filter_event_info.h Don't waste translator's time... 2010-02-18 19:32:36 +02:00
filter_picture.h Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 2009-05-13 21:18:19 +02:00
gaussianblur.c Use %4.4s instead of %4s for fourccs cast to char *. 2010-01-04 23:40:06 +01:00
gradient.c Use %4.4s instead of %4s for fourccs cast to char *. 2010-01-04 23:40:06 +01:00
grain.c Use vlc_mrand48() instead of rand() 2010-03-06 12:30:13 +02:00
invert.c video_filters: remove unused p_sys structure. 2009-07-16 09:38:24 +02:00
logo.c logo: inform listeners when picture has been moved 2010-02-11 11:03:39 +01:00
magnify.c Fixed mix up between pitches in magnify filter. 2010-03-03 22:36:02 +01:00
marq.c Add a bunch of help strings. Feel free to correct them, and add more 2010-01-03 14:19:44 +01:00
mirror.c Add a bunch of help strings. Feel free to correct them, and add more 2010-01-03 14:19:44 +01:00
mmx.h Move mmx.h to the only place where it is used 2010-01-18 08:03:18 +01:00
Modules.am enhanced & corrected AtmoLight filter module 2010-01-26 19:37:37 +01:00
mosaic.c Do not assert memory allocations 2009-12-06 11:58:34 +02:00
mosaic.h Add picture specific alpha setting for mosaic pictures. 2008-04-22 23:36:45 +02:00
motionblur.c motionblur: fix race condition. 2009-10-20 22:11:37 +02:00
motiondetect.c Use %4.4s instead of %4s for fourccs cast to char *. 2010-01-04 23:40:06 +01:00
noise.c Use vlc_mrand48() instead of rand() 2010-03-06 12:30:13 +02:00
opencv_example.cpp video plugins: use var_Inherit 2010-01-23 20:04:54 +02:00
opencv_wrapper.c Split file path functions out of vlc_charset.h into vlc_fs.h 2010-02-07 15:19:37 +02:00
osdmenu.c Make mouse-moved and mouse-clicked coordinates, remove mouse-x and -y 2010-02-13 20:30:11 +02:00
panoramix.c panoramix: obsolete bools are not deprecated aliases 2010-02-04 21:29:00 +02:00
postproc.c Use %4.4s instead of %4s for fourccs cast to char *. 2010-01-04 23:40:06 +01:00
psychedelic.c Global headers. 2009-06-30 08:44:04 +02:00
puzzle.c Use vlc_mrand48() instead of rand() 2010-03-06 12:30:13 +02: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 Make mouse-moved and mouse-clicked coordinates, remove mouse-x and -y 2010-02-13 20:30:11 +02:00
ripple.c Correctly handle YUV 422 packed in ripple and wave 2010-01-04 23:40:06 +01:00
rotate.c Use %4.4s instead of %4s for fourccs cast to char *. 2010-01-04 23:40:06 +01:00
rss.c Fixed RSS text positionning (close #3115). 2010-02-14 11:36:36 +01:00
rv32.c video_filter: remove unneeded function. 2009-09-02 19:20:42 +02:00
scale.c video_filter: remove unneeded function. 2009-09-02 19:20:42 +02:00
scene.c Add a bunch of help strings. Feel free to correct them, and add more 2010-01-03 14:19:44 +01:00
sharpen.c Add a bunch of help strings. Feel free to correct them, and add more 2010-01-03 14:19:44 +01:00
swscale_omap.c Tie 770 SW scaler to OMAP FB, not to Hildon UI 2009-10-18 17:48:38 +03:00
swscale.c Fixed YV12 and added YV9 support to our swscale wrapper. 2010-02-08 21:42:10 +01:00
transform.c Make mouse-moved and mouse-clicked coordinates, remove mouse-x and -y 2010-02-13 20:30:11 +02:00
wall.c Removed es_format_t::i_aspect. 2009-12-16 22:00:47 +01:00
wave.c Correctly handle YUV 422 packed in ripple and wave 2010-01-04 23:40:06 +01:00
wrapper.c Fixed invalid var_SetBool in video_filter wrapper . 2010-03-03 22:14:40 +01:00
yadif.h Added yadif deinterlacer to our module. 2009-10-04 13:08:25 +02:00
yuvp.c Global headers. 2009-06-30 08:44:04 +02:00