[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.418, 1.419 Makefile, 1.199, 1.200
Michael Niedermayer CVS
michael
Sat Sep 10 19:01:32 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv23555
Modified Files:
avcodec.h Makefile
Log Message:
xvids mmx&mmx2 idcts
needed to decode xvid without some minor artefacts
under #ifdef CONFIG_GPL of course
Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -d -r1.418 -r1.419
--- avcodec.h 6 Sep 2005 21:32:18 -0000 1.418
+++ avcodec.h 10 Sep 2005 17:01:29 -0000 1.419
@@ -1246,6 +1246,7 @@
#define FF_IDCT_H264 11
#define FF_IDCT_VP3 12
#define FF_IDCT_IPP 13
+#define FF_IDCT_XVIDMMX 14
/**
* slice count.
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- Makefile 6 Sep 2005 12:51:56 -0000 1.199
+++ Makefile 10 Sep 2005 17:01:29 -0000 1.200
@@ -311,6 +311,9 @@
i386/idct_mmx.o i386/motion_est_mmx.o \
i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \
i386/vp3dsp_sse2.o
+ifeq ($(CONFIG_GPL),yes)
+OBJS += i386/idct_mmx_xvid.o
+endif
ifdef TARGET_BUILTIN_VECTOR
i386/fft_sse.o: CFLAGS+= -msse
depend: CFLAGS+= -msse
More information about the ffmpeg-cvslog
mailing list