Changeset f4844c9888a5410803fe9cfa13813dee4823e67d

Show
Ignore:
Timestamp:
05/06/08 21:14:31 (6 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1212693271 +0200
git-parent:

[5df2e973d079c0a43572cb9b248d226911b4cfbc]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1211217294 +0200
Message:

stats: Initial import of a stat oriented module. Use with /vlc --ignore-config -I dummy -vvv movie.avi --sout="#transcode{aenc=dummy,venc=stats}:std{access=http,mux=dummy,dst=0.0.0.0:8080}"

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    rca23508 rf4844c9  
    10811081dnl 
    10821082VLC_ADD_PLUGIN([dummy]) 
     1083VLC_ADD_PLUGIN([stats]) 
    10831084VLC_ADD_PLUGIN([logger]) 
    10841085VLC_ADD_PLUGIN([memcpy]) 
     
    58995900  modules/misc/playlist/Makefile 
    59005901  modules/misc/osd/Makefile 
     5902  modules/misc/stats/Makefile 
    59015903  modules/misc/xml/Makefile 
    59025904  modules/misc/probe/Makefile 
  • modules/misc/Modules.am

    r7690e53 rf4844c9  
    1 BASE_SUBDIRS = dummy memcpy notify testsuite playlist osd xml probe 
     1BASE_SUBDIRS = dummy memcpy notify testsuite playlist stats osd xml probe 
    22EXTRA_SUBDIRS = lua 
    33