[mythtv-commits] mythtv branch master updated by danielk. v0.26-pre-451-g6e490cd

Git Repo Owner noreply at mythtv.org
Sat Jun 2 14:33:00 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  6e490cd7351bdabe204bd455c233f6759b7f7c05 (commit)
       via  cd996fdc97bcf8bea05096ba6b99ff5355c4349e (commit)
       via  ad6d965b0f66e5cc96d4f1665d7d1edfe7449ebb (commit)
       via  62d42998fb878d31262ac19a78b003bbf7a0e9b3 (commit)
      from  d6a4d9ee53d439ec4f23bad8f3e8f5600840fe7d (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 6e490cd7351bdabe204bd455c233f6759b7f7c05
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 1 Jun 2012 13:51:43 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Sat, 2 Jun 2012 10:32:43 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6e490cd7351bdabe204bd455c233f6759b7f7c05

Refs #10311. Convert PlaybackSock reference counting to ReferenceCounter.



commit cd996fdc97bcf8bea05096ba6b99ff5355c4349e
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 1 Jun 2012 13:41:51 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Sat, 2 Jun 2012 10:32:43 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cd996fdc97bcf8bea05096ba6b99ff5355c4349e

Refs #10311. Convert FileTransfer reference counting to ReferenceCounter.



commit ad6d965b0f66e5cc96d4f1665d7d1edfe7449ebb
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 1 Jun 2012 13:31:19 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Sat, 2 Jun 2012 10:32:28 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ad6d965b0f66e5cc96d4f1665d7d1edfe7449ebb

Refs #10311. Convert MythRender reference counting to ReferenceCounter.



commit 62d42998fb878d31262ac19a78b003bbf7a0e9b3
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 1 Jun 2012 11:37:14 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Sat, 2 Jun 2012 10:26:26 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=62d42998fb878d31262ac19a78b003bbf7a0e9b3

Refs #10311. Make reference counter more extensible.



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

Summary of changes:
 mythtv/libs/libmythbase/referencecounter.cpp |   10 +++--
 mythtv/libs/libmythbase/referencecounter.h   |    9 ++--
 mythtv/libs/libmythtv/videoout_opengl.cpp    |    6 +-
 mythtv/libs/libmythui/mythrender_base.h      |   42 +++++-------------
 mythtv/programs/mythbackend/encoderlink.cpp  |    6 +-
 mythtv/programs/mythbackend/filetransfer.cpp |   26 ++---------
 mythtv/programs/mythbackend/filetransfer.h   |    8 ++--
 mythtv/programs/mythbackend/mainserver.cpp   |   61 +++++++++++++------------
 mythtv/programs/mythbackend/playbacksock.cpp |   27 ++----------
 mythtv/programs/mythbackend/playbacksock.h   |    9 +---
 10 files changed, 74 insertions(+), 130 deletions(-)

-- 



More information about the mythtv-commits mailing list