[mythtv-commits] mythtv commit: r9592 - in trunk by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Apr 1 17:02:55 UTC 2006


      Author: danielk
        Date: 2006-04-01 17:02:52 +0000 (Sat, 01 Apr 2006)
New Revision: 9592
   Changeset: http://cvs.mythtv.org/trac/changeset/9592

Modified:

   trunk/mythplugins/mythweb/includes/mythbackend.php
   trunk/mythtv/libs/libmyth/mythcontext.cpp
   trunk/mythtv/libs/libmyth/mythcontext.h
   trunk/mythtv/libs/libmyth/remotefile.cpp
   trunk/mythtv/libs/libmyth/remotefile.h
   trunk/mythtv/libs/libmythtv/previewgenerator.cpp
   trunk/mythtv/libs/libmythtv/previewgenerator.h
   trunk/mythtv/programs/mythbackend/filetransfer.cpp
   trunk/mythtv/programs/mythbackend/filetransfer.h
   trunk/mythtv/programs/mythbackend/mainserver.cpp
   trunk/mythtv/programs/mythfrontend/playbackbox.cpp
   trunk/mythtv/programs/mythfrontend/playbackbox.h

Log:

Fixes various preview generator problems.

 * Adds a couple params to remotefile and filetransfer to allow us to reduce the number of retries for preview pngs. This
allows us to stop trying to read pngs that don't exist, and begin making a preview much earlier.
 * Increments protocol to deal with new FileTransfer params. The command is backward compatible, but all the backends need to
be updated so...
 * Removes QSocket stuff from PreviewGenerator, fixing a possible segfault
 * Uses a better key for SetPreviewGenerator(), fixing a segfault w/streaming backends






More information about the mythtv-commits mailing list