[mythtv-commits] [MythTV/mythtv] 7acf26: Don't prebuffer video frames during fast-forward/r...
David Engel
noreply at github.com
Tue Nov 2 19:55:02 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 7acf261bbf298772e89ae494b50ba867dad15b67
https://github.com/MythTV/mythtv/commit/7acf261bbf298772e89ae494b50ba867dad15b67
Author: David Engel <dengel at mythtv.org>
Date: 2021-11-02 (Tue, 02 Nov 2021)
Changed paths:
M mythtv/libs/libmythtv/mythplayer.cpp
Log Message:
-----------
Don't prebuffer video frames during fast-forward/rewind.
We don't really care about precise, video timing in this case so start
playing video as soon as it's available. This noticeably improves the
perceived responsiveness when entering fast-forward/rewind or changing
speeds.
Commit: 58abc953989a5305e84eb7f66031b9b971781435
https://github.com/MythTV/mythtv/commit/58abc953989a5305e84eb7f66031b9b971781435
Author: David Engel <dengel at mythtv.org>
Date: 2021-11-02 (Tue, 02 Nov 2021)
Changed paths:
M mythtv/libs/libmythtv/playercontext.cpp
M mythtv/libs/libmythtv/tv_play.cpp
Log Message:
-----------
Clean up SPEEDINC/DEC support and INFO playback OSD.
Remove support for the non-slomo speeds. Those speeds are already
supported more cleanly by either timestretch or fast-forward. This
effectively makes the SPEEDINC/DEC support a slow motion only
function.
Also, make the OSD, "play" message when INFO is pressed be consistent
with the OSD message that was displayed when the speed was originally
set, especially, fast-forward and rewind speeds.
Compare: https://github.com/MythTV/mythtv/compare/8646ad33eafe...58abc953989a
More information about the mythtv-commits
mailing list