[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Apr 21 14:15:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Thu Apr 21 14:14:28 2005

Modified Files:
   in mythtv/programs/mythfrontend:
        playbackbox.cpp playbackbox.h 
   in mythtv/libs/libmythtv:
        yuv2rgb.cpp yuv2rgb.h 
Log Message:

Added some documentation to yuv2rgb and changed PlaybackBox::updateVideo()
so that it allocates the rgba conversion buffer once per resolution change
instead of on every frame. The real performance hog is that we do everything
at full resolution and scale down at the last step, but fixing that looks
more involved...

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


More information about the mythtv-commits mailing list