[mythtv-commits] mythtv commits

mythtv@ijr.dnsalias.org mythtv@ijr.dnsalias.org
Thu, 15 Aug 2002 20:40:02 -0400


----------------------------------------------------------------------------
Changes committed by ijr on Thu Aug 15 20:39:41 2002

Added Files:
   in MC:
        configure 
   in MC/libavcodec:
        .cvsignore a52dec.c ac3dec.c ac3enc.c ac3enc.h ac3tab.h 
        adpcm.c allcodecs.c apiexample.c avcodec.c avcodec.h bswap.h 
        common.c common.h dct-test.c dsputil.c dsputil.h fastmemcpy.h 
        fdctref.c h263.c h263data.h h263dec.c imgconvert.c 
        imgresample.c jfdctfst.c jrevdct.c libavcodec.pro mem.c 
        mjpeg.c motion_est.c motion_test.c mp3lameaudio.c mpeg12.c 
        mpeg12data.h mpeg4data.h mpegaudio.c mpegaudio.h 
        mpegaudiodec.c mpegaudiodectab.h mpegaudiotab.h mpegvideo.c 
        mpegvideo.h msmpeg4.c msmpeg4data.h pcm.c ratecontrol.c 
        resample.c rv10.c simple_idct.c simple_idct.h svq1.c svq1_cb.h 
        utils.c 
   in MC/libavcodec/alpha:
        asm.h dsputil_alpha.c dsputil_alpha_asm.S motion_est_alpha.c 
        mpegvideo_alpha.c regdef.h 
   in MC/libavcodec/armv4l:
        dsputil_arm.c jrevdct_arm.S 
   in MC/libavcodec/i386:
        cputest.c dsputil_mmx.c dsputil_mmx_avg.h dsputil_mmx_rnd.h 
        fdct_mmx.c idct_mmx.c mmx.h motion_est_mmx.c mpegvideo_mmx.c 
        mpegvideo_mmx_template.c simple_idct_mmx.c 
   in MC/libavcodec/liba52:
        a52.h a52_internal.h audio_out.h bit_allocate.c bitstream.c 
        bitstream.h downmix.c imdct.c mm_accel.h parse.c tables.h 
   in MC/libavcodec/mlib:
        dsputil_mlib.c 
Modified Files:
   in MC:
        .cvsignore Makefile mythtv.pro 
   in MC/libNuppelVideo:
        .cvsignore NuppelVideoPlayer.cpp NuppelVideoPlayer.h 
        NuppelVideoRecorder.cpp NuppelVideoRecorder.h osd.cpp osd.h 
        yuv2rgb.cpp yuv2rgb.h 
   in MC/libmythtv:
        .cvsignore programinfo.cpp programinfo.h settings.txt tv.cpp 
        tv.h 
   in MC/menutest:
        .cvsignore 
   in MC/menutest/blue:
        global.menu 
   in MC/menutest/liquid:
        menu-light-alpha.png menu-nolight-alpha.png mythtv-logo2.png 
   in MC/mythdialog:
        .cvsignore 
   in MC/mythepg:
        .cvsignore 
   in MC/mythfrontend:
        .cvsignore mythfrontend.pro themedmenu.cpp themedmenu.h 
   in MC/mythtv:
        .cvsignore mythtv.pro 
Log Message:
Add libavcodec, and the ability to compress/decompress the video with it.
Update the liquidtv theme, with the buttons that don't have the stipple on them.
Modify the themedmenu to support drawing outlines around the text.
Mostly working single frame advance in the player.

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