1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 10:02:17 +00:00
mpv/DOCS/man
Uoti Urpala 74b7dcc5f4 core: Add support for decoder reordering of pts values
Add a mode where libavcodec's reordered_opaque feature is used to
associate container packet timestamps with decoded frames. This should
improve behavior at least for MPEG files with interlaced h264; the
previous code does not cope well with the libavformat demuxer
producing two field packets with separate timestamps but the
libavcodec h264 decoder only producing a single output frame for those
two packets (so half the timestamps have no associated output frame).

The current libavformat mpeg demuxer seems to finally work with
interlaced h264 files and produce valid timestamps which are useful
with a mode like this.

By default MPlayer now selects between this new mode and the old one
automatically based on the number of timestamp problems they cause; by
default the new mode is used if both seem to work. The new option
-pts-association-mode can be used to force a particular mode. If
correct-pts mode is disabled this has no effect on timing.

Also remove the "EXPERIMENTAL" marker from the manpage description of
-correct-pts.
2009-11-21 20:53:10 +02:00
..
cs Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
de The "ilaced" suboption of vf_scale was renamed to "interlaced". 2009-11-02 22:32:47 +00:00
en core: Add support for decoder reordering of pts values 2009-11-21 20:53:10 +02:00
es Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
fr Merge svn changes up to r29912 2009-11-16 07:01:46 +02:00
hu The "ilaced" suboption of vf_scale was renamed to "interlaced". 2009-11-02 22:32:47 +00:00
it cosmetics and grammar fixes 2009-11-13 15:26:16 +00:00
pl Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
ru The "ilaced" suboption of vf_scale was renamed to "interlaced". 2009-11-02 22:32:47 +00:00
zh_CN sync with en/mplayer.1 r29905 2009-11-13 14:12:25 +00:00