[mythtv-firehose] mythtv branch master updated by cpinkham. v0.27-pre-62-g807b46b

Git Repo Owner noreply at mythtv.org
Fri Oct 12 21:44:42 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user cpinkham.
       via  807b46b03a2ebfbcb7e66adda0b3a20f35ee14d1 (commit)
       via  58e1ad3a6d04aa05a785dd24cf75c4bac7bc36c0 (commit)
       via  607c2a03238ade7ea01c1e6c6477985854c89f74 (commit)
      from  dc0bf9b03248775bbd186f4029b217bba9d4b6a6 (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 807b46b03a2ebfbcb7e66adda0b3a20f35ee14d1
Author:    Chris Pinkham <cpinkham at mythtv.org> at Fri, 12 Oct 2012 14:36:51 -0700
Committer: Chris Pinkham <cpinkham at mythtv.org> at Fri, 12 Oct 2012 14:36:51 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=807b46b03a2ebfbcb7e66adda0b3a20f35ee14d1

mythtranscode code re-org
Move the following classes out of transcode.cpp to make things a little
cleaner and allow later reuse of the audio and video classes in a
HTTP Live Streaming encoder which will not be contained within transcode.cpp.

  AudioBuffer
  AudioReencodeBuffer
  Cutter
  TranscodeFrameQueue (renamed to VideoDecodeBuffer)

There is no new functionality in this patch, only a code re-org.



commit 58e1ad3a6d04aa05a785dd24cf75c4bac7bc36c0
Author:    Chris Pinkham <cpinkham at mythtv.org> at Fri, 12 Oct 2012 14:33:39 -0700
Committer: Chris Pinkham <cpinkham at mythtv.org> at Fri, 12 Oct 2012 14:33:39 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=58e1ad3a6d04aa05a785dd24cf75c4bac7bc36c0

Merge branch 'master' of code.mythtv.org:mythtv



commit 607c2a03238ade7ea01c1e6c6477985854c89f74
Author:    Chris Pinkham <cpinkham at mythtv.org> at Thu, 11 Oct 2012 13:33:34 -0700
Committer: Chris Pinkham <cpinkham at mythtv.org> at Thu, 11 Oct 2012 13:33:34 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=607c2a03238ade7ea01c1e6c6477985854c89f74

Fix bug selecting themes with periods in the name.
Convert ThemeInfo::GetDirectoryName() to use QFileInfo::fileName()
instead of QFileInfo::baseName() so that we get the full directory
name not just everything up to the first period.



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

Summary of changes:
 mythtv/libs/libmythui/themeinfo.h                  |    2 +-
 .../programs/mythtranscode/audioreencodebuffer.cpp |  228 +++++++
 .../programs/mythtranscode/audioreencodebuffer.h   |   89 +++
 mythtv/programs/mythtranscode/cutter.cpp           |  178 +++++
 mythtv/programs/mythtranscode/cutter.h             |   45 ++
 mythtv/programs/mythtranscode/mythtranscode.pro    |    2 +
 mythtv/programs/mythtranscode/transcode.cpp        |  704 +-------------------
 .../programs/mythtranscode/videodecodebuffer.cpp   |  102 +++
 mythtv/programs/mythtranscode/videodecodebuffer.h  |   47 ++
 9 files changed, 712 insertions(+), 685 deletions(-)
 create mode 100644 mythtv/programs/mythtranscode/audioreencodebuffer.cpp
 create mode 100644 mythtv/programs/mythtranscode/audioreencodebuffer.h
 create mode 100644 mythtv/programs/mythtranscode/cutter.cpp
 create mode 100644 mythtv/programs/mythtranscode/cutter.h
 create mode 100644 mythtv/programs/mythtranscode/videodecodebuffer.cpp
 create mode 100644 mythtv/programs/mythtranscode/videodecodebuffer.h

-- 



More information about the mythtv-firehose mailing list