]> git.sesse.net Git - vlc/history - modules/video_filter/erase.c
Use picture helpers (Yield,Release,CopyProperties).
[vlc] / modules / video_filter / erase.c
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-06-04 Antoine CellerierFactorize some code in the filters.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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-29 Rafaël Carrévideo_filter: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-26 Antoine CellerierSome more filter work:
2007-12-25 Antoine CellerierVideo filter fixes:
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-04-17 Antoine CellerierImprove logo erase filter (~12% speedup if my math...
2007-04-16 Antoine CellerierOops.
2007-04-16 Antoine Cellerier * erase.c: add bluring effect, fix a bunch of bugs...
2007-03-31 Antoine CellerierCheck the input chroma. (We only want to work on I420...
2007-03-31 Antoine CellerierNew erase video filter (to remove logos). Example comma...