]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead...
authormichaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 10 Apr 2003 13:18:38 +0000 (13:18 +0000)
committermichaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 10 Apr 2003 13:18:38 +0000 (13:18 +0000)
commit847e62671242f8fb4cead9e2efa0c827e35dc946
tree4e36278e12bd4196164067f14b99562b3594fa65
parent90d1c8f417aaa8b98a128d5cef6c3a08baec958b
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture
more direct use of the new mb_type stuff instead of codec specific stuff
runtime mb_type debug output h264/h263 variants/mpeg1/2/4
error concealment /resilience for mpeg1/2
various minor optimizations

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1746 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
15 files changed:
libavcodec/common.h
libavcodec/error_resilience.c
libavcodec/h263.c
libavcodec/h263dec.c
libavcodec/h264.c
libavcodec/h264data.h
libavcodec/motion_est.c
libavcodec/motion_est_template.c
libavcodec/mpeg12.c
libavcodec/mpeg12data.h
libavcodec/mpeg4data.h
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h
libavcodec/msmpeg4.c
libavcodec/wmv2.c