[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 fdct_mmx.c, 1.16, 1.17 idct_mmx.c, 1.12, 1.13
Alexander Strasser beastd
al
Mon Aug 1 22:07:06 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec motion_est.c,1.107,1.108
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile, 1.196, 1.197 avcodec.h, 1.411, 1.412 utils.c, 1.146, 1.147 bswap.h, 1.10, NONE common.h, 1.151, NONE integer.c, 1.2, NONE integer.h, 1.1, NONE rational.c, 1.4, NONE rational.h, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/i386
In directory mail:/var2/tmp/cvs-serv23492/libavcodec/i386
Modified Files:
fdct_mmx.c idct_mmx.c
Log Message:
libavutil: Utility code from libavcodec moved to a separate library.
Index: fdct_mmx.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/i386/fdct_mmx.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- fdct_mmx.c 11 Oct 2004 02:19:29 -0000 1.16
+++ fdct_mmx.c 1 Aug 2005 20:07:04 -0000 1.17
@@ -13,7 +13,7 @@
* a page about fdct at http://www.geocities.com/ssavekar/dct.htm
* Skal's fdct at http://skal.planet-d.net/coding/dct.html
*/
-#include "../common.h"
+#include "common.h"
#include "../dsputil.h"
#include "mmx.h"
Index: idct_mmx.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/i386/idct_mmx.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- idct_mmx.c 2 Jun 2005 20:45:35 -0000 1.12
+++ idct_mmx.c 1 Aug 2005 20:07:04 -0000 1.13
@@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../common.h"
+#include "common.h"
#include "../dsputil.h"
#include "mmx.h"
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec motion_est.c,1.107,1.108
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile, 1.196, 1.197 avcodec.h, 1.411, 1.412 utils.c, 1.146, 1.147 bswap.h, 1.10, NONE common.h, 1.151, NONE integer.c, 1.2, NONE integer.h, 1.1, NONE rational.c, 1.4, NONE rational.h, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list