[FFmpeg-devel] [PATCH 2/2] dsputil: move VC1-specific stuff into VC1DSPContext.

Kostya kostya.shishkov
Thu Feb 17 22:03:04 CET 2011


On Thu, Feb 17, 2011 at 02:54:48PM -0500, Ronald S. Bultje wrote:
> ---
>  libavcodec/dsputil.c             |   53 ------------
>  libavcodec/dsputil.h             |   27 ------
>  libavcodec/ppc/dsputil_altivec.h |    1 -
>  libavcodec/ppc/dsputil_ppc.c     |    2 -
>  libavcodec/ppc/vc1dsp_altivec.c  |    6 +-
>  libavcodec/vc1.c                 |   16 ++--
>  libavcodec/vc1.h                 |    2 +
>  libavcodec/vc1dec.c              |  174 +++++++++++++++++++-------------------
>  libavcodec/vc1dsp.c              |   61 +++++++++++++-
>  libavcodec/vc1dsp.h              |   67 +++++++++++++++
>  libavcodec/x86/dsputil_mmx.c     |   20 -----
>  libavcodec/x86/dsputil_mmx.h     |    1 -
>  libavcodec/x86/vc1dsp_mmx.c      |   63 +++++++++-----
>  13 files changed, 272 insertions(+), 221 deletions(-)
>  create mode 100644 libavcodec/vc1dsp.h
[...]

LGTM



More information about the ffmpeg-devel mailing list