]> git.sesse.net Git - vlc/commit
stats: Add stream quality counters to Qt4 stastics by counting corrupted blocks and...
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Mon, 9 Mar 2009 12:46:09 +0000 (13:46 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Mon, 9 Mar 2009 12:49:15 +0000 (13:49 +0100)
commit682db2c855a083d981af45dda6f3c333b5fd5c3c
treecea842ffbaa71f6ef671bfc716bae7bd19fe178f
parent32f7fa1068f28c6c4342d29888a64b3b72695504
stats: Add stream quality counters to Qt4 stastics by counting corrupted blocks and discontinuities found.

Note the quality counters are mere indications and not exact reporting of how much blocks/discontinuity really occured. It will only tell you how often it is noticed.
include/vlc_input_item.h
include/vlc_messages.h
modules/gui/qt4/components/info_panels.cpp
modules/gui/qt4/components/info_panels.hpp
src/input/es_out.c
src/input/input.c
src/input/input_internal.h
src/misc/stats.c