[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h263dec.c,1.171,1.172
    Michael Niedermayer CVS 
    michael
       
    Sun Dec 18 03:23:22 CET 2005
    
        - Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 cputest.c, 1.14,	1.15 dsputil_mmx.c, 1.106, 1.107 dsputil_mmx_avg.h, 1.26,	1.27 dsputil_mmx_rnd.h, 1.19, 1.20 fdct_mmx.c, 1.17,	1.18 fft_sse.c, 1.3, 1.4 h264dsp_mmx.c, 1.4,	1.5 idct_mmx_xvid.c, 1.2, 1.3 motion_est_mmx.c, 1.16,	1.17 mpegvideo_mmx.c, 1.34, 1.35 mpegvideo_mmx_template.c,	1.26, 1.27 simple_idct_mmx.c, 1.13, 1.14 vp3dsp_mmx.c, 1.5,	1.6 vp3dsp_sse2.c, 1.7, 1.8
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec utils.c,1.163,1.164
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv16665
Modified Files:
	h263dec.c 
Log Message:
fix custom matrix permutation if xvid idct is autoselected and you have bad luck
Index: h263dec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h263dec.c,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -d -r1.171 -r1.172
--- h263dec.c	17 Dec 2005 18:14:27 -0000	1.171
+++ h263dec.c	18 Dec 2005 02:23:19 -0000	1.172
@@ -640,6 +640,8 @@
     if(s->codec_id == CODEC_ID_MPEG4 && s->xvid_build && avctx->idct_algo == FF_IDCT_AUTO && (mm_flags & MM_MMX) && !(s->flags&CODEC_FLAG_BITEXACT)){
         avctx->idct_algo= FF_IDCT_XVIDMMX;
         avctx->coded_width= 0; // force reinit
+//        dsputil_init(&s->dsp, avctx);
+        s->picture_number=0;
     }
 #endif
 
    
    
        
	- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 cputest.c, 1.14,	1.15 dsputil_mmx.c, 1.106, 1.107 dsputil_mmx_avg.h, 1.26,	1.27 dsputil_mmx_rnd.h, 1.19, 1.20 fdct_mmx.c, 1.17,	1.18 fft_sse.c, 1.3, 1.4 h264dsp_mmx.c, 1.4,	1.5 idct_mmx_xvid.c, 1.2, 1.3 motion_est_mmx.c, 1.16,	1.17 mpegvideo_mmx.c, 1.34, 1.35 mpegvideo_mmx_template.c,	1.26, 1.27 simple_idct_mmx.c, 1.13, 1.14 vp3dsp_mmx.c, 1.5,	1.6 vp3dsp_sse2.c, 1.7, 1.8
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec utils.c,1.163,1.164
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the ffmpeg-cvslog
mailing list