[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-2309-g37f67e4

Git Repo Owner noreply at mythtv.org
Thu Oct 16 12:43:17 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  37f67e4e51e7a5d3382e0353fd91243c8cfb7c31 (commit)
      from  5de8b9aae3a014e6c4562aa842950ce558352fb2 (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 37f67e4e51e7a5d3382e0353fd91243c8cfb7c31
Author:    Paul Harrison <pharrison at mythtv.org> at Thu, 16 Oct 2014 13:43:01 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Thu, 16 Oct 2014 13:43:01 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=37f67e4e51e7a5d3382e0353fd91243c8cfb7c31

MythMusic: use the avfdecoder for everything except for playing CD tracks
Now that FFMPEG can decode ice/shoutcast streams properly remove our own
decoder and use there's.

Simplify playing tracks from storage groups.

This also adds support for additional protocols supported by FFMPEG like
MMS/MMSH streams such as those from the BBC.

Fixes #11995, Fixes #12242.



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/avfdecoder.cpp     |  330 ++++---
 mythplugins/mythmusic/mythmusic/avfdecoder.h       |   21 +-
 mythplugins/mythmusic/mythmusic/cddecoder.cpp      |   12 +-
 mythplugins/mythmusic/mythmusic/decoder.cpp        |   14 +-
 mythplugins/mythmusic/mythmusic/decoder.h          |   30 +-
 mythplugins/mythmusic/mythmusic/decoderhandler.cpp |  450 +---------
 mythplugins/mythmusic/mythmusic/decoderhandler.h   |  195 +----
 mythplugins/mythmusic/mythmusic/musicplayer.cpp    |    4 +-
 mythplugins/mythmusic/mythmusic/mythmusic.pro      |    5 +-
 .../mythmusic}/remoteavformatcontext.h             |   13 +-
 mythplugins/mythmusic/mythmusic/shoutcast.cpp      |  968 --------------------
 mythplugins/mythmusic/mythmusic/shoutcast.h        |  144 ---
 12 files changed, 267 insertions(+), 1919 deletions(-)
 copy mythplugins/{mytharchive/mytharchive => mythmusic/mythmusic}/remoteavformatcontext.h (89%)
 delete mode 100644 mythplugins/mythmusic/mythmusic/shoutcast.cpp
 delete mode 100644 mythplugins/mythmusic/mythmusic/shoutcast.h

-- 



More information about the mythtv-commits mailing list