[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-440-g52fa7ec

Git Repo Owner noreply at mythtv.org
Thu Oct 31 20:39:34 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  52fa7ecceba3cb05669c89757769c7c0be5b74c2 (commit)
       via  829e52fc4a39aa84ce225a7a062383773d11fae4 (commit)
      from  fabca8bee90ed0765b9f0f902e92bdbed88f5123 (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 52fa7ecceba3cb05669c89757769c7c0be5b74c2
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Oct 2013 19:49:25 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Oct 2013 20:33:24 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=52fa7ecceba3cb05669c89757769c7c0be5b74c2

In MythImage::Load() don't treat a failed image load as successful which might mean caching a NULL image



commit 829e52fc4a39aa84ce225a7a062383773d11fae4
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 30 Oct 2013 18:08:31 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Oct 2013 19:10:15 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=829e52fc4a39aa84ce225a7a062383773d11fae4

Move image thumbnail generation to the backend
This is an imperfect implementation and doesn't fix the other issues
around thumbnail generation. It is however a step in the right direction.



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

Summary of changes:
 mythtv/libs/libmythmetadata/imagescanthread.cpp    |    1 -
 mythtv/libs/libmythmetadata/imagescanthread.h      |    2 -
 .../libs/libmythmetadata/imagethumbgenthread.cpp   |  157 ++++++++++++++++----
 mythtv/libs/libmythmetadata/imagethumbgenthread.h  |   37 ++++-
 mythtv/libs/libmythmetadata/imageutils.cpp         |   73 +++++++++
 mythtv/libs/libmythmetadata/imageutils.h           |    3 +
 .../services/imageServices.h                       |    7 +
 .../libs/libmythsoundtouch/cpu_detect_x86_win.cpp  |    2 +-
 mythtv/libs/libmythui/mythimage.cpp                |   37 ++++-
 mythtv/libs/libmythui/mythuihelper.cpp             |    5 +
 mythtv/programs/mythbackend/mainserver.cpp         |    2 +-
 mythtv/programs/mythbackend/services/image.cpp     |  101 +++++++++++--
 mythtv/programs/mythbackend/services/image.h       |    7 +
 .../mythfrontend/gallerydatabasehelper.cpp         |   26 ++--
 .../programs/mythfrontend/gallerydatabasehelper.h  |    2 +-
 mythtv/programs/mythfrontend/galleryfilehelper.cpp |   86 +++++++++--
 mythtv/programs/mythfrontend/galleryfilehelper.h   |    5 +
 mythtv/programs/mythfrontend/galleryview.cpp       |   87 ++++++-----
 mythtv/programs/mythfrontend/galleryview.h         |    2 +-
 mythtv/programs/mythfrontend/galleryviewhelper.cpp |   36 ++----
 20 files changed, 526 insertions(+), 152 deletions(-)

-- 



More information about the mythtv-commits mailing list