OSDN Git Service

lowres2 support.
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 22 Apr 2012 19:37:54 +0000 (21:37 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 22 Apr 2012 20:26:55 +0000 (22:26 +0200)
commit70d54392f5015b9c6594fcae558f59f952501e3b
treebf8188c68474cebf9982c80cfe6244b3d4347f23
parent92ef4be4ab9fbb7d901b22e0036a4ca90b00a476
lowres2 support.

The new lowres support is limited to decoders where lowres decoding
is possible in high quality.
I was not able to measure any speed difference, but if one is found
the 2-3 lines that might affect speed can be made compile time conditional

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
23 files changed:
ffplay.c
libavcodec/alpha/dsputil_alpha.c
libavcodec/arm/dsputil_init_arm.c
libavcodec/arm/dsputil_init_armv5te.c
libavcodec/arm/dsputil_init_armv6.c
libavcodec/arm/dsputil_init_neon.c
libavcodec/avcodec.h
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/dv.c
libavcodec/dvdec.c
libavcodec/error_resilience.c
libavcodec/jrevdct.c
libavcodec/libopenjpegdec.c
libavcodec/mjpegbdec.c
libavcodec/mjpegdec.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h
libavcodec/options_table.h
libavcodec/ppc/dsputil_ppc.c
libavcodec/sp5xdec.c
libavcodec/utils.c
libavcodec/x86/dsputil_mmx.c