Mailing List Archive

mythtv branch master updated by pbennett. v30-Pre-319-g7cb7ed9
The branch, master has been updated on the
mythtv repository by gitolite user pbennett.
via 7cb7ed9b5e13c1e5d86e22652635f6f7b8f3bc94 (commit)
from fe96ef1596e6b216147e9ebf297644186844d6bf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7cb7ed9b5e13c1e5d86e22652635f6f7b8f3bc94
Author: Peter Bennett <pbennett@mythtv.org> at Tue, 14 Nov 2017 15:43:40 -0500
Committer: Peter Bennett <pbennett@mythtv.org> at Tue, 14 Nov 2017 15:43:40 -0500
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=7cb7ed9b5e13c1e5d86e22652635f6f7b8f3bc94

Frontend Playback: Add a new setting to address audio stuttering
Replace the "Extra Audio Buffering" checkbox with a millisecond
value. The previous checkbox was a hardcoded 100ms value. If you
are using a negative audio sync adjustment on certain files
you can get audio cutting out unless you increase this value.

Also remove code associated with the "lowbuffers" value that was set
by that checkbox and always use the new setting value.

Fixes #13172



-----------------------------------------------------------------------

Summary of changes:
mythtv/libs/libmythtv/DVD/avformatdecoderdvd.cpp | 16 --------------
mythtv/libs/libmythtv/DVD/avformatdecoderdvd.h | 2 -
mythtv/libs/libmythtv/avformatdecoder.cpp | 15 ++++++-------
mythtv/libs/libmythtv/avformatdecoder.h | 2 +
mythtv/libs/libmythtv/decoderbase.cpp | 2 +-
mythtv/libs/libmythtv/decoderbase.h | 3 --
mythtv/libs/libmythtv/mythplayer.cpp | 22 -------------------
mythtv/libs/libmythtv/mythplayer.h | 1 -
mythtv/programs/mythfrontend/globalsettings.cpp | 25 +++++++++------------
9 files changed, 21 insertions(+), 67 deletions(-)

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose