[mythtv-commits] mythtv commits

mythtv at ijr.dnsalias.org mythtv at ijr.dnsalias.org
Fri May 23 15:00:02 EDT 2003


----------------------------------------------------------------------------
Changes committed by cpinkham on Fri May 23 13:55:15 2003

Modified Files:
   in mythtv/libs/libmythtv:
        NuppelVideoPlayer.cpp NuppelVideoRecorder.cpp 
        NuppelVideoRecorder.h avformatdecoder.cpp avformatdecoder.h 
        decoderbase.h mpegrecorder.cpp nuppeldecoder.cpp 
        nuppeldecoder.h programinfo.cpp programinfo.h recorderbase.cpp 
        tv_rec.cpp 
Log Message:

Modified recorder classes to save their seektable approximately
every 15 seconds to the database in addition to when the recording finishes.
Modified nuppeldecoder to get seektable from database if file does not
containe one.
Added code to correct bug where curRecording was not being set to NULL
if recorders transitioned to ring.
Modified NuppelVideoRecorder::GetKeyframePosition to use positionMap
rather than searching through seektable vector which should increase
performance.
Modified NuppelVideoPlayer::FlagCommercials to save the seektable to
the database when finished if no seektable was found.  This allows
mythcommflag to fix files with no seektable by creating a seektable for
them in the database.
Fixed "bug" in browse mode which would not allow browsing past shows with
no program data in database.


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


More information about the mythtv-commits mailing list