On Wed, Jan 23, 2013 at 08:24:53PM -0800, Ronald S. Bultje wrote:
> From: Mans Rullgard <[email protected]>
> 
> The sh4 optimizations are removed, because the code is
> 100% identical to the C code, so it is unlikely to
> provide any real practical benefit.
> 
> Signed-off-by: Diego Biurrun <[email protected]>
> Signed-off-by: Ronald S. Bultje <[email protected]>
> ---
>  libavcodec/Makefile                    |   1 +
>  libavcodec/arm/Makefile                |   3 +
>  libavcodec/arm/dsputil_init_neon.c     | 136 -----
>  libavcodec/arm/h264dsp_neon.S          | 933 --------------------------------
>  libavcodec/arm/h264qpel_init_arm.c     | 170 ++++++
>  libavcodec/arm/h264qpel_neon.S         | 955 
> +++++++++++++++++++++++++++++++++
>  libavcodec/dsputil.c                   |  28 +-
>  libavcodec/dsputil.h                   |   3 -
>  libavcodec/dsputil_template.c          | 561 +------------------
>  libavcodec/h264.c                      |   6 +-
>  libavcodec/h264.h                      |   2 +
>  libavcodec/h264qpel.c                  |  86 +++
>  libavcodec/h264qpel.h                  |  38 ++
>  libavcodec/h264qpel_template.c         | 550 +++++++++++++++++++
>  libavcodec/hpel_template.c             | 100 ++++
>  libavcodec/ppc/Makefile                |   1 +
>  libavcodec/ppc/h264_altivec.c          | 282 ----------
>  libavcodec/ppc/h264_altivec_template.c | 775 --------------------------
>  libavcodec/ppc/h264_qpel.c             | 319 +++++++++++
>  libavcodec/ppc/h264_qpel_template.c    | 775 ++++++++++++++++++++++++++
>  libavcodec/ppc/vc1dsp_altivec.c        |   4 +-
>  libavcodec/rv30dsp.c                   |  11 +-
>  libavcodec/rv40dsp.c                   |  27 +-
>  libavcodec/sh4/dsputil_align.c         |   9 -
>  libavcodec/sh4/qpel.c                  | 401 --------------
>  libavcodec/x86/Makefile                |   1 +
>  libavcodec/x86/dsputil_mmx.c           |  93 +---
>  libavcodec/x86/h264_qpel.c             | 126 +++++
>  28 files changed, 3162 insertions(+), 3234 deletions(-)
>  create mode 100644 libavcodec/arm/h264qpel_init_arm.c
>  create mode 100644 libavcodec/arm/h264qpel_neon.S
>  create mode 100644 libavcodec/h264qpel.c
>  create mode 100644 libavcodec/h264qpel.h
>  create mode 100644 libavcodec/h264qpel_template.c
>  create mode 100644 libavcodec/hpel_template.c
>  delete mode 100644 libavcodec/ppc/h264_altivec_template.c
>  create mode 100644 libavcodec/ppc/h264_qpel.c
>  create mode 100644 libavcodec/ppc/h264_qpel_template.c

Please add "-M -C" to your git-send-email command line to turn on rename
detection, that will reduce the size of this patch considerably and make
it easier to review.  Better yet, add the the appropriate settings to
your personal git configuration and never worry about it again:

http://www.libav.org/git-howto.html#Personal-Git-installation

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to