OSDN Git Service

libavutil: Utility code from libavcodec moved to a separate library.
authorAlexander Strasser <eclipse7@gmx.net>
Mon, 1 Aug 2005 20:07:05 +0000 (20:07 +0000)
committerAlexander Strasser <eclipse7@gmx.net>
Mon, 1 Aug 2005 20:07:05 +0000 (20:07 +0000)
commitc11c2bc20b0d2ca85ac4aed937daf5d65316cf7b
tree7a668be611b0443382d380a55f4404d12ff44b9c
parent0cc64d3d1c9d95e0549b2c1baac59ab576837abb
libavutil: Utility code from libavcodec moved to a separate library.

Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 files changed:
Makefile
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/i386/fdct_mmx.c
libavcodec/i386/idct_mmx.c
libavcodec/utils.c
libavformat/Makefile
libavutil/Makefile [new file with mode: 0644]
libavutil/avutil.h [new file with mode: 0644]
libavutil/bswap.h [moved from libavcodec/bswap.h with 100% similarity]
libavutil/common.h [moved from libavcodec/common.h with 100% similarity]
libavutil/integer.c [moved from libavcodec/integer.c with 100% similarity]
libavutil/integer.h [moved from libavcodec/integer.h with 100% similarity]
libavutil/intfloat_readwrite.c [new file with mode: 0644]
libavutil/intfloat_readwrite.h [new file with mode: 0644]
libavutil/mathematics.c [new file with mode: 0644]
libavutil/mathematics.h [new file with mode: 0644]
libavutil/rational.c [moved from libavcodec/rational.c with 72% similarity]
libavutil/rational.h [moved from libavcodec/rational.h with 87% similarity]
vhook/Makefile