[mythtv-firehose] mythtv branch master updated by jyavenard. v0.26-pre-302-g5d6b2c4

Git Repo Owner noreply at mythtv.org
Fri May 18 04:16:17 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  5d6b2c4b37668432e014cf432ba3cba0f3001c50 (commit)
      from  ac6d8e19b71f782619f8e7ed251d2ff4cb642bd7 (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 5d6b2c4b37668432e014cf432ba3cba0f3001c50
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 May 2012 14:15:34 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 May 2012 14:15:34 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5d6b2c4b37668432e014cf432ba3cba0f3001c50

Reorganise libmythtv, creating a DVD, Bluray and HLS sub-folder and moving their respective related code into them.
Way too many files in libmythtv, getting lost...
Long way to go...



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

Summary of changes:
 .../libmythtv/{ => AirPlay}/mythairplayserver.cpp  |    0
 .../libmythtv/{ => AirPlay}/mythairplayserver.h    |    0
 .../libmythtv/{ => AirPlay}/mythraopconnection.cpp |    0
 .../libmythtv/{ => AirPlay}/mythraopconnection.h   |    0
 .../libmythtv/{ => AirPlay}/mythraopdevice.cpp     |    0
 .../libs/libmythtv/{ => AirPlay}/mythraopdevice.h  |    0
 .../libmythtv/{ => Bluray}/avformatdecoderbd.cpp   |    0
 .../libmythtv/{ => Bluray}/avformatdecoderbd.h     |    0
 .../libmythtv/{ => Bluray}/bdoverlayscreen.cpp     |    0
 .../libs/libmythtv/{ => Bluray}/bdoverlayscreen.h  |    0
 .../libs/libmythtv/{ => Bluray}/bdringbuffer.cpp   |    0
 mythtv/libs/libmythtv/{ => Bluray}/bdringbuffer.h  |    0
 .../libs/libmythtv/{ => Bluray}/mythbdplayer.cpp   |    0
 mythtv/libs/libmythtv/{ => Bluray}/mythbdplayer.h  |    0
 .../libmythtv/{ => DVD}/avformatdecoderdvd.cpp     |    0
 .../libs/libmythtv/{ => DVD}/avformatdecoderdvd.h  |    0
 mythtv/libs/libmythtv/{ => DVD}/dvdringbuffer.cpp  |    0
 mythtv/libs/libmythtv/{ => DVD}/dvdringbuffer.h    |    0
 mythtv/libs/libmythtv/{ => DVD}/mythdvdplayer.cpp  |    0
 mythtv/libs/libmythtv/{ => DVD}/mythdvdplayer.h    |    0
 mythtv/libs/libmythtv/{ => HLS}/httplivestream.cpp |    0
 mythtv/libs/libmythtv/{ => HLS}/httplivestream.h   |    0
 .../libmythtv/{ => HLS}/httplivestreambuffer.cpp   |    0
 .../libmythtv/{ => HLS}/httplivestreambuffer.h     |    0
 mythtv/libs/libmythtv/avformatdecoder.cpp          |    4 +-
 mythtv/libs/libmythtv/decoderbase.cpp              |    4 +-
 mythtv/libs/libmythtv/libmythtv.pro                |   82 ++++++++++++--------
 mythtv/libs/libmythtv/osd.cpp                      |    4 +-
 mythtv/libs/libmythtv/playercontext.cpp            |    4 +-
 mythtv/libs/libmythtv/ringbuffer.cpp               |    6 +-
 mythtv/libs/libmythtv/subtitlescreen.cpp           |    1 -
 mythtv/libs/libmythtv/tv_play.cpp                  |    4 +-
 mythtv/programs/mythbackend/services/content.cpp   |    2 +-
 mythtv/programs/mythfrontend/main.cpp              |    9 ++-
 mythtv/programs/mythtranscode/transcode.cpp        |    2 +-
 35 files changed, 70 insertions(+), 52 deletions(-)
 rename mythtv/libs/libmythtv/{ => AirPlay}/mythairplayserver.cpp (100%)
 rename mythtv/libs/libmythtv/{ => AirPlay}/mythairplayserver.h (100%)
 rename mythtv/libs/libmythtv/{ => AirPlay}/mythraopconnection.cpp (100%)
 rename mythtv/libs/libmythtv/{ => AirPlay}/mythraopconnection.h (100%)
 rename mythtv/libs/libmythtv/{ => AirPlay}/mythraopdevice.cpp (100%)
 rename mythtv/libs/libmythtv/{ => AirPlay}/mythraopdevice.h (100%)
 rename mythtv/libs/libmythtv/{ => Bluray}/avformatdecoderbd.cpp (100%)
 rename mythtv/libs/libmythtv/{ => Bluray}/avformatdecoderbd.h (100%)
 rename mythtv/libs/libmythtv/{ => Bluray}/bdoverlayscreen.cpp (100%)
 rename mythtv/libs/libmythtv/{ => Bluray}/bdoverlayscreen.h (100%)
 rename mythtv/libs/libmythtv/{ => Bluray}/bdringbuffer.cpp (100%)
 rename mythtv/libs/libmythtv/{ => Bluray}/bdringbuffer.h (100%)
 rename mythtv/libs/libmythtv/{ => Bluray}/mythbdplayer.cpp (100%)
 rename mythtv/libs/libmythtv/{ => Bluray}/mythbdplayer.h (100%)
 rename mythtv/libs/libmythtv/{ => DVD}/avformatdecoderdvd.cpp (100%)
 rename mythtv/libs/libmythtv/{ => DVD}/avformatdecoderdvd.h (100%)
 rename mythtv/libs/libmythtv/{ => DVD}/dvdringbuffer.cpp (100%)
 rename mythtv/libs/libmythtv/{ => DVD}/dvdringbuffer.h (100%)
 rename mythtv/libs/libmythtv/{ => DVD}/mythdvdplayer.cpp (100%)
 rename mythtv/libs/libmythtv/{ => DVD}/mythdvdplayer.h (100%)
 rename mythtv/libs/libmythtv/{ => HLS}/httplivestream.cpp (100%)
 rename mythtv/libs/libmythtv/{ => HLS}/httplivestream.h (100%)
 rename mythtv/libs/libmythtv/{ => HLS}/httplivestreambuffer.cpp (100%)
 rename mythtv/libs/libmythtv/{ => HLS}/httplivestreambuffer.h (100%)

-- 



More information about the mythtv-firehose mailing list