OSDN Git Service

4:4:4 H.264 decoding support
authorJason Garrett-Glaser <jason@x264.com>
Fri, 3 Jun 2011 08:12:28 +0000 (01:12 -0700)
committerJason Garrett-Glaser <jason@x264.com>
Mon, 13 Jun 2011 19:21:39 +0000 (12:21 -0700)
commitc9c493872c385cff304438ee404e38e55f04af28
tree4c0ee47f9c0c4a00d63423a84a5f30bf2e3b0a92
parent25f05ddb1af4bd398fa92cd135e48fafe23bd92a
4:4:4 H.264 decoding support

Note: this is 4:4:4 from the 2007 spec revision, not the previous (now deprecated) 4:4:4 mode in H.264.
16 files changed:
libavcodec/dsputil.h
libavcodec/dsputil_template.c
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_cabac.c
libavcodec/h264_cavlc.c
libavcodec/h264_loopfilter.c
libavcodec/h264_ps.c
libavcodec/h264dsp.h
libavcodec/h264idct_template.c
libavcodec/mpegvideo.c
libavcodec/snow.c
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/h264_i386.h
libavcodec/x86/h264_idct.asm
libavcodec/x86/h264_idct_10bit.asm