[vlc-devel] commit: 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}" (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> | Mon May 19 19:14:54 2008 +0200| [f4844c9888a5410803fe9cfa13813dee4823e67d]

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}"

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4844c9888a5410803fe9cfa13813dee4823e67d
---

 configure.ac                  |    2 +
 modules/misc/Modules.am       |    2 +-
 modules/misc/stats/Modules.am |    8 +++
 modules/misc/stats/decoder.c  |   86 ++++++++++++++++++++++++++++
 modules/misc/stats/demux.c    |  125 +++++++++++++++++++++++++++++++++++++++++
 modules/misc/stats/encoder.c  |  111 ++++++++++++++++++++++++++++++++++++
 modules/misc/stats/stats.c    |   58 +++++++++++++++++++
 modules/misc/stats/stats.h    |   37 ++++++++++++
 8 files changed, 428 insertions(+), 1 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=f4844c9888a5410803fe9cfa13813dee4823e67d



More information about the vlc-devel mailing list