[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Nov 30 02:35:02 UTC 2004


----------------------------------------------------------------------------
Changes committed by gigem on Tue Nov 30 02:32:22 2004

Modified Files:
   in mythtv/libs/libmythtv:
        NuppelVideoPlayer.cpp avformatdecoder.cpp decoderbase.cpp 
        decoderbase.h ivtvdecoder.cpp nuppeldecoder.cpp 
        videoout_directfb.cpp videoout_dx.cpp videoout_null.cpp 
        videoout_quartz.cpp videoout_xv.cpp videoout_xvmc.cpp 
        videooutbase.cpp videooutbase.h 
Log Message:
Changed NVP to get framesPlayed from the videoOuput object when
streaming frames instead of using the framesPlayed from the decoder
which is really framesDecoded which may or may not have been displayed
yet.  framesPlayed from the decoder is still used when paused because
other code currently depends on the value being updated before the
videoOuput can would do it.

Repleaced a hack in the decoder seeking with another hack that is
hopefully a little clearer and more correct.

These changes should fix bugs 150, 151 and 154.

----------------------------------------------------------------------------
Changes committed by ijr on Tue Nov 30 02:34:40 2004

Added Files:
   in mythtv/libs/libavformat:
        nsvdec.c 
Log Message:
Missed an add.

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


More information about the mythtv-commits mailing list