Changeset e497375b77f6784329cdcdc9633fd5f627abdad6

Show
Ignore:
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
  • configure.ac

    r61696fd re497375  
    996996  VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record]) 
    997997  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]) 
    999999  VLC_ADD_PLUGINS([i420_yuy2 i422_yuy2 i420_ymga]) 
    10001000  VLC_ADD_PLUGINS([aout_file linear_resampler bandlimited_resampler]) 
  • modules/video_filter/Modules.am

    rf976d6a re497375  
    1414SOURCES_time = time.c 
    1515SOURCES_marq = marq.c 
     16SOURCES_rss = rss.c 
    1617SOURCES_motiondetect = motiondetect.c 
    1718noinst_HEADERS += filter_common.h