Changeset e497375b77f6784329cdcdc9633fd5f627abdad6
- Timestamp:
- 31/07/05 02:07:48
(3 years ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1122768468 +0000
- git-parent:
[b031bf93dda1bbd6f15ae035f678ca850d21605d]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1122768468 +0000
- Message:
- rss.c : add new rss module (sub filter)
Still needs much work
example command line :
./vlc -vvv --color --sub-filter rss --rss-urls "http://kernel.org/kdist/rss.xml,http://fxfeeds.mozilla.org/rss20.xml
- motiondetect.c : propset ... Id
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r61696fd |
re497375 |
|
| 996 | 996 | VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record]) |
|---|
| 997 | 997 | VLC_ADD_PLUGINS([gestures rc telnet hotkeys netsync showintf time marq sap shout fake]) |
|---|
| 998 | | VLC_ADD_PLUGINS([mosaic wall motiondetect clone crop]) |
|---|
| | 998 | VLC_ADD_PLUGINS([rss mosaic wall motiondetect clone crop]) |
|---|
| 999 | 999 | VLC_ADD_PLUGINS([i420_yuy2 i422_yuy2 i420_ymga]) |
|---|
| 1000 | 1000 | VLC_ADD_PLUGINS([aout_file linear_resampler bandlimited_resampler]) |
|---|
| rf976d6a |
re497375 |
|
| 14 | 14 | SOURCES_time = time.c |
|---|
| 15 | 15 | SOURCES_marq = marq.c |
|---|
| | 16 | SOURCES_rss = rss.c |
|---|
| 16 | 17 | SOURCES_motiondetect = motiondetect.c |
|---|
| 17 | 18 | noinst_HEADERS += filter_common.h |
|---|