Changeset ef8b4b02c7c015aced2cf4d6a47e65aeca547642
- 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
| r01b3900 |
ref8b4b0 |
|
| 1175 | 1175 | VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record access_filter_dump]) |
|---|
| 1176 | 1176 | 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]) |
|---|
| 1178 | 1178 | VLC_ADD_PLUGINS([i420_yuy2 i422_yuy2 i420_ymga]) |
|---|
| 1179 | 1179 | VLC_ADD_PLUGINS([aout_file linear_resampler bandlimited_resampler]) |
|---|
| rf1ec0f9 |
ref8b4b0 |
|
| 30 | 30 | SOURCES_extract = extract.c |
|---|
| 31 | 31 | SOURCES_sharpen = sharpen.c |
|---|
| | 32 | SOURCES_erase = erase.c |
|---|
| 32 | 33 | noinst_HEADERS = filter_common.h |
|---|