[mythtv-commits] mythtv commits

mythtv@ijr.dnsalias.org mythtv@ijr.dnsalias.org
Wed, 20 Nov 2002 18:40:05 -0500


----------------------------------------------------------------------------
Changes committed by ijr on Wed Nov 20 18:37:33 2002

Added Files:
   in MC/libs/libavcodec:
        mythav.c mythav.h 
Modified Files:
   in MC:
        keys.txt 
   in MC/libs/libNuppelVideo:
        NuppelVideoPlayer.cpp NuppelVideoPlayer.h 
        NuppelVideoRecorder.cpp RingBuffer.cpp RingBuffer.h XJ.cpp 
        XJ.h 
   in MC/libs/libavcodec:
        huffyuv.c libavcodec.pro 
Log Message:
Direct rendering, mostly by Matt Zimmerman.  Drops CPU required to playback 
mpeg4 and huffyuv quite a bit (removes 3 full-frame memcpys from the decode
path), and removes a single full-frame memcpy from rtjpeg and non-direct 
rendering libavcodec codecs.  Very nice.
Patch from Jim Radford to join the ringbuffer write thread.

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