[mythtv-firehose] mythtv branch master updated by jyavenard. v0.28-pre-2174-gb4d6129

Git Repo Owner noreply at mythtv.org
Thu Sep 11 13:40:26 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  b4d6129553e559f88fc923eb4449a1c3d381d606 (commit)
       via  ea887882a5a4d4cdbe397c75a1baaba1ff937aa8 (commit)
       via  f6bddc1870a820745d7dc81a142bad9f368c9aa6 (commit)
       via  77fc3045d3f3b2c36d7259be13cfa37407d14e6b (commit)
      from  2580124135ba2fe2e883ac37858bc9315f0240ee (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 b4d6129553e559f88fc923eb4449a1c3d381d606
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 11 Sep 2014 23:32:34 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 11 Sep 2014 23:33:08 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b4d6129553e559f88fc923eb4449a1c3d381d606

Playback: digital passthrough changes.
We use to always decode stereo so enabling upmixing on the fly was possible.

Change in behaviors and capabilities
* Now will bitstream even stereo signal.
* allows to upmix digital stereo and revert back to bitstreaming once disabled once again



commit ea887882a5a4d4cdbe397c75a1baaba1ff937aa8
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 11 Sep 2014 23:18:48 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 11 Sep 2014 23:33:07 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ea887882a5a4d4cdbe397c75a1baaba1ff937aa8

AO: Do not reset audio card if we can continue to passthrough with current configuration.
A channel number change while doing passthrough doesn’t usually require a reset of the audio card. Avoid it if we can.
This could be further extended, so we only reset the card if absolutely necessary



commit f6bddc1870a820745d7dc81a142bad9f368c9aa6
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 10 Sep 2014 22:01:06 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 11 Sep 2014 23:33:06 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f6bddc1870a820745d7dc81a142bad9f368c9aa6

AVFD: Do not force the number of channels for AC3
Honestly, I can’t fully recall what it was ever there for. I remember something to do with properly detecting channel changes, but it doesn’t appear to make a difference anymore.



commit 77fc3045d3f3b2c36d7259be13cfa37407d14e6b
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 10 Sep 2014 21:42:33 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 11 Sep 2014 23:33:05 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=77fc3045d3f3b2c36d7259be13cfa37407d14e6b

AVFD: Rescan audio stream when detecting audio change even when passthrough. Also don’t drop the audio packet when a change occurs.



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

Summary of changes:
 mythtv/libs/libmyth/audio/audiooutputbase.cpp |   21 ++++++++----
 mythtv/libs/libmythtv/avformatdecoder.cpp     |   43 ++++++++++++-------------
 mythtv/libs/libmythtv/avformatdecoder.h       |    1 +
 mythtv/libs/libmythtv/decoderbase.h           |    2 +
 mythtv/libs/libmythtv/mythplayer.cpp          |   27 +++++++++++++--
 mythtv/libs/libmythtv/mythplayer.h            |    3 ++
 mythtv/libs/libmythtv/tv_play.cpp             |    2 +
 7 files changed, 66 insertions(+), 33 deletions(-)

-- 



More information about the mythtv-firehose mailing list