[mythtv-commits] mythtv commit: r10123 - in trunk/mythtv/libs/libmythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Jun 6 16:30:00 UTC 2006


      Author: danielk
        Date: 2006-06-06 16:29:58 +0000 (Tue, 06 Jun 2006)
New Revision: 10123
   Changeset: http://cvs.mythtv.org/trac/changeset/10123

Modified:

   trunk/mythtv/libs/libmythtv/hdhomerun/hdhomerun_video.c
   trunk/mythtv/libs/libmythtv/hdhomerun/hdhomerun_video.h
   trunk/mythtv/libs/libmythtv/hdhrchannel.cpp
   trunk/mythtv/libs/libmythtv/hdhrrecorder.cpp
   trunk/mythtv/libs/libmythtv/hdhrrecorder.h

Log:

Refs #1701. Fixes two problems with HDHomeRun recorder.

1/ We were only reading 7 TS Packets at a time on the video socket, now we read up to 700. This should reduce the multitasking requirements in dealing with packets.
2/ The HDHRRecorder handling of PMTs could cause a segfault on channel changes; this makes a copy of the table to avoid this.






More information about the mythtv-commits mailing list