mpv/audio/decode
wm4 9dba2a52db player: add a --dump-stats option
This collects statistics and other things. The option dumps raw data
into a file. A script to visualize this data is included too.

Litter some of the player code with calls that generate these
statistics.

In general, this will be helpful to debug timing dependent issues, such
as A/V sync problems. Normally, one could argue that this is the task of
a real profiler, but then we'd have a hard time to include extra
information like audio/video PTS differences. We could also just
hardcode all statistics collection and processing in the player code,
but then we'd end up with something like mplayer's status line, which
was cluttered and required a centralized approach (i.e. getting the data
to the status line; so it was all in mplayer.c). Some players can
visualize such statistics on OSD, but that sounds even more complicated.
So the approach added with this commit sounds sensible.

The stats-conv.py script is rather primitive at the moment and its
output is semi-ugly. It uses matplotlib, so it could probably be
extended to do a lot, so it's not a dead-end.
2014-04-17 21:47:00 +02:00
..
ad.h Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ad_lavc.c ad_lavc: use new AVFrame API 2014-03-16 13:19:29 +01:00
ad_mpg123.c audio: mp_msg conversions 2013-12-21 20:50:12 +01:00
ad_spdif.c audio: mp_msg conversions 2013-12-21 20:50:12 +01:00
dec_audio.c player: add a --dump-stats option 2014-04-17 21:47:00 +02:00
dec_audio.h af: add replaygain_data field to af_stream and af_instance 2014-04-04 18:35:29 +02:00