[mythtv-commits] mythtv branch master updated by pbennett. v30-Pre-319-g7cb7ed9

Git Repo Owner noreply at mythtv.org
Tue Nov 14 20:50:18 UTC 2017


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 at mythtv.org> at Tue, 14 Nov 2017 15:43:40 -0500
Committer: Peter Bennett <pbennett at 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(-)

-- 



More information about the mythtv-commits mailing list