[mythtv-commits] mythtv branch master updated by danielk. v0.26-pre-1463-gf7b6f9b

Git Repo Owner noreply at mythtv.org
Mon Nov 26 22:29:37 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  f7b6f9bb727e7339a74aaca720a85f6f8508b203 (commit)
       via  368239abc176456e6558275f8718cacbc1e38dde (commit)
       via  79a9ceb085c9cfbf629ef2c7bc88d7d908244a2e (commit)
       via  9b7aec030ba09320c5c8b9e296962b1503851c76 (commit)
       via  331005006052ef4e66256e2b6b25f69e8c91d9bc (commit)
      from  d5e6bc423a696a66d8f257c0af0b98fbb17dd87e (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 f7b6f9bb727e7339a74aaca720a85f6f8508b203
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 26 Nov 2012 17:20:14 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 26 Nov 2012 17:25:05 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f7b6f9bb727e7339a74aaca720a85f6f8508b203

Speed up RemoteFile::Read() EOF handling.
Stuart Morgan discovered the regression. This code got slower in the
MythSocket conversion. But with some small changes playback startup
and seeks with RemoteFile are now faster than they have ever been.



commit 368239abc176456e6558275f8718cacbc1e38dde
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 26 Nov 2012 17:18:00 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 26 Nov 2012 17:25:05 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=368239abc176456e6558275f8718cacbc1e38dde

Quiet some MythSocket::ReadReal() debugging code.



commit 79a9ceb085c9cfbf629ef2c7bc88d7d908244a2e
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 26 Nov 2012 17:17:09 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 26 Nov 2012 17:25:05 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=79a9ceb085c9cfbf629ef2c7bc88d7d908244a2e

Make implicit type conversion in DVB CA code explicit for C++11 compliance.



commit 9b7aec030ba09320c5c8b9e296962b1503851c76
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 26 Nov 2012 17:14:25 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 26 Nov 2012 17:25:05 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9b7aec030ba09320c5c8b9e296962b1503851c76

Fix 32-bit int assumption and implicit narrowing cast in DVB CA.
This was caught by C++ as invalid C++11 code, and compiles
to the wrong code in C++03 on ABI's with a 64 bit int.



commit 331005006052ef4e66256e2b6b25f69e8c91d9bc
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 26 Nov 2012 10:19:45 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 26 Nov 2012 17:25:05 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=331005006052ef4e66256e2b6b25f69e8c91d9bc

Refs #11256. Register QHostAddress for use as a Qt metatype.



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

Summary of changes:
 mythtv/libs/libmythbase/mythsocket.cpp           |    4 ++-
 mythtv/libs/libmythbase/remotefile.cpp           |   25 +++++++---------------
 mythtv/libs/libmythtv/recorders/dvbdev/dvbci.cpp |   22 +++++++++++++------
 3 files changed, 26 insertions(+), 25 deletions(-)

-- 



More information about the mythtv-commits mailing list