[vlc-devel] commit: stats: Add vout stats module. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Jun 5 21:18:47 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat May 24 01:06:48 2008 +0200| [70d5f8682bdcff58d50e5aac649e0e47be893374]
stats: Add vout stats module.
./vlc movie.avi --sout="#transcode{aenc=dummy,venc=stats}:std{access=http,mux=dummy,dst=0.0.0.0:8081}"
./vlc -vvv http://127.0.0.1:8081 --demux=stats --vout=stats --codec=stats
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=70d5f8682bdcff58d50e5aac649e0e47be893374
---
modules/misc/stats/Modules.am | 1 +
modules/misc/stats/decoder.c | 23 ++++-
modules/misc/stats/demux.c | 6 +-
modules/misc/stats/stats.c | 11 ++
modules/misc/stats/stats.h | 2 +
modules/misc/stats/vout.c | 230 +++++++++++++++++++++++++++++++++++++++++
6 files changed, 268 insertions(+), 5 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=70d5f8682bdcff58d50e5aac649e0e47be893374
More information about the vlc-devel
mailing list