[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-pre2-940-g476b2a8

Git Repo Owner noreply at mythtv.org
Sun Apr 14 11:53:08 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  476b2a826d43fca5e658ebe787c3cb1ec2334f98 (commit)
      from  1252fe51af087927b0d6e5c1551dadbbd8f7dd6b (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 476b2a826d43fca5e658ebe787c3cb1ec2334f98
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 14 Apr 2013 21:50:58 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 14 Apr 2013 21:50:58 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=476b2a826d43fca5e658ebe787c3cb1ec2334f98

Fix AC3 encoder following FFmpeg resync
AC3 encoder now expects planar audio data. This commit adds an utility method to de-interleave and convert interleaved data into planar data.

Fixes #11483



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

Summary of changes:
 .../libmyth/audio/audiooutputdigitalencoder.cpp    |   36 +++++++++++++----
 .../libs/libmyth/audio/audiooutputdigitalencoder.h |    2 +-
 mythtv/libs/libmyth/audio/audiooutpututil.cpp      |   42 ++++++++++++++++++++
 mythtv/libs/libmyth/audio/audiooutpututil.h        |    3 +
 4 files changed, 74 insertions(+), 9 deletions(-)

-- 



More information about the mythtv-commits mailing list