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
Showing
- libavcodec/avcodec.h 7 additions, 2 deletionslibavcodec/avcodec.h
- libavcodec/common.c 4 additions, 0 deletionslibavcodec/common.c
- libavcodec/common.h 3 additions, 0 deletionslibavcodec/common.h
- libavcodec/dsputil.c 24 additions, 0 deletionslibavcodec/dsputil.c
- libavcodec/dsputil.h 2 additions, 0 deletionslibavcodec/dsputil.h
- libavcodec/h263.c 230 additions, 111 deletionslibavcodec/h263.c
- libavcodec/i386/dsputil_mmx.c 29 additions, 1 deletionlibavcodec/i386/dsputil_mmx.c
- libavcodec/motion_est.c 300 additions, 94 deletionslibavcodec/motion_est.c
- libavcodec/mpegvideo.c 410 additions, 383 deletionslibavcodec/mpegvideo.c
- libavcodec/mpegvideo.h 72 additions, 39 deletionslibavcodec/mpegvideo.h
Loading
Please register or sign in to comment