1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 16:33:02 +00:00
mpv/TOOLS
wm4 790df511c4 core: output --playing-msg message only after at least one frame is shown
This way it's possible to retrieve correct information about video, like
actual width/height, which in general are available only after at least
one frame has been sent to the video output, such as dwidth/dheight.

mpv_identify.sh becomes a bit slower, because we let it decode enough
audio and video to fill the audio buffers and to send one frame to the
video output. Also, --playing-msg isn't shown anymore with --frames=0
(could be fixed by special-casing it, should this break any use cases).

Note that in some corner cases, like when the demuxer for some reason
returns lots of audio packets but no video packets at the start, but
video actually starts later, the --playing-msg will still be output
before video starts.
2013-03-26 01:29:53 +01:00
..
lib/Parse demux_mkv: support V_UNCOMPRESSED video tracks 2013-01-24 17:45:13 +01:00
osxbundle osxbundle: fix unicode support in fonts.conf 2013-01-07 21:09:11 +01:00
vf_dlopen TOOLS: fix first frame pts for dlopen/telecine.so 2012-09-28 13:43:59 +02:00
file2string.pl Port several python scripts to Perl 2012-11-08 00:28:59 +01:00
matroska.pl Port several python scripts to Perl 2012-11-08 00:28:59 +01:00
mpv_identify.sh core: output --playing-msg message only after at least one frame is shown 2013-03-26 01:29:53 +01:00
osxbundle.py osxbundle: print meaningful error when a dylib is missing 2012-12-16 10:56:25 +01:00
uncrustify.cfg TOOLS/uncrustify.cfg: add uncrustify profile for code reformatting 2012-08-06 19:17:21 +02:00
vdpau_functions.pl Port several python scripts to Perl 2012-11-08 00:28:59 +01:00