[mythtv-firehose] mythtv/master commit: 45cfaa7a8 by Chris Pinkham (cpinkham)

MythTV noreply at mythtv.org
Tue Jun 21 01:31:25 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-06-20T18:28:06-07:00
   Push Date:  2011/06/20 18:31:18 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  45cfaa7a8cf7cdca2d7c7cd8d815c08d24a5cfa0
   Changeset:  https://github.com/MythTV/mythtv/commit/45cfaa7a8

Log:

Run the image last modified check in the background for non-local images.

When loading an image, we normally check the last modified date to
determine if we can use the cached image or if we need to load a new
copy.  For non-local images (myth://, http://, etc.), this check can
be expensive, so perform all non-local last modified checks in the
background in the image loading thread.  This should speed up the UI
drawing when there are non-local images on screen.

Modified:

   mythtv/libs/libmythui/mythuiimage.cpp



More information about the mythtv-firehose mailing list