OSDN Git Service

fixed mpeg4 time stuff on encoding
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 17 Apr 2002 04:32:12 +0000 (04:32 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 17 Apr 2002 04:32:12 +0000 (04:32 +0000)
commit9dbcbd92e84b2cd033fa6688935ffaad4b67e64e
tree4996c809abbc01abc148d63074e321dc3437e5a9
parenta7c02e2589ee901e0640c8e19b898ad0213fb071
fixed mpeg4 time stuff on encoding
mpeg4 b-frame enoding support
removed old, out-commented ratecontrol
reuse motion compensation code between encoding & decoding
prefix newly added global functions with ff_ to reduce namespace polution
b-frame ME (unfinished, but working)
added some comments to mpegvideo.h
do MC on encoding only once if possible
bugs? ;)

Originally committed as revision 403 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
libavcodec/common.c
libavcodec/common.h
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/h263.c
libavcodec/i386/dsputil_mmx.c
libavcodec/motion_est.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h