Changeset ef8b4b02c7c015aced2cf4d6a47e65aeca547642

Show
Ignore:
Timestamp:
03/31/07 20:37:16 (1 year ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1175366236 +0000
git-parent:

[eff628e2cd819e5de534cef1b1d8cc34ab2d8246]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1175366236 +0000
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r01b3900 ref8b4b0  
    11751175  VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record access_filter_dump]) 
    11761176  VLC_ADD_PLUGINS([gestures rc telnet hotkeys netsync showintf marq podcast shout sap fake folder]) 
    1177   VLC_ADD_PLUGINS([rss mosaic wall motiondetect clone crop]) 
     1177  VLC_ADD_PLUGINS([rss mosaic wall motiondetect clone crop erase]) 
    11781178  VLC_ADD_PLUGINS([i420_yuy2 i422_yuy2 i420_ymga]) 
    11791179  VLC_ADD_PLUGINS([aout_file linear_resampler bandlimited_resampler]) 
  • modules/video_filter/Modules.am

    rf1ec0f9 ref8b4b0  
    3030SOURCES_extract = extract.c 
    3131SOURCES_sharpen = sharpen.c 
     32SOURCES_erase = erase.c 
    3233noinst_HEADERS = filter_common.h