[mythtv-commits] mythtv commits

mythtv@ijr.dnsalias.org mythtv@ijr.dnsalias.org
Wed, 04 Sep 2002 02:55:02 -0400


----------------------------------------------------------------------------
Changes committed by ijr on Wed Sep  4 02:53:54 2002

Modified Files:
   in MC/filters/invert:
        invert.pro 
   in MC/filters/linearblend:
        linearblend.pro 
   in MC/libNuppelVideo:
        NuppelVideoPlayer.cpp NuppelVideoRecorder.cpp yuv2rgb.cpp 
   in MC/libavcodec:
        rv10.c 
   in MC/libmythtv:
        channel.cpp programinfo.cpp programinfo.h tv.cpp tv.h 
   in MC/mythepg:
        guidegrid.cpp guidegrid.h infostructs.h main.cpp 
   in MC/mythfrontend:
        deletebox.cpp deletebox.h main.cpp playbackbox.cpp 
        playbackbox.h scheduler.cpp viewscheduled.cpp 
   in MC/mythtv:
        main.cpp 
Log Message:
Link the filter plugins against libqt-mt, not libqt, fixing the segfault in Qt
after a plugin was unloaded.
Convert most of the internal sprintfs to use the QString arg stuff.
All internal ideas of a 'channel' (except the DB tables) are now strings, not 
ints.

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