On Mon, Jun 02, 2014 at 04:34:38AM -0700, Diego Biurrun wrote:
> ---
> libavcodec/Makefile | 3 +-
> libavcodec/dsputil.c | 91 ------------
> libavcodec/dsputil.h | 16 ---
> libavcodec/mpegvideo.c | 1 +
> libavcodec/mpegvideo.h | 2 +
> libavcodec/mpegvideo_motion.c | 17 ++-
> libavcodec/mpegvideodsp.c | 119 ++++++++++++++++
> libavcodec/mpegvideodsp.h | 47 +++++++
> libavcodec/ppc/Makefile | 4 +-
> libavcodec/ppc/dsputil_altivec.h | 3 +-
> libavcodec/ppc/dsputil_ppc.c | 2 -
> .../ppc/{gmc_altivec.c => mpegvideodsp_altivec.c} | 15 +-
> libavcodec/x86/Makefile | 3 +-
> libavcodec/x86/dsputil_init.c | 2 -
> libavcodec/x86/dsputil_mmx.c | 114 ---------------
> libavcodec/x86/dsputil_x86.h | 5 -
> libavcodec/x86/mpegvideodsp.c | 153
> +++++++++++++++++++++
> 17 files changed, 349 insertions(+), 248 deletions(-)
> create mode 100644 libavcodec/mpegvideodsp.c
> create mode 100644 libavcodec/mpegvideodsp.h
> rename libavcodec/ppc/{gmc_altivec.c => mpegvideodsp_altivec.c} (92%)
> create mode 100644 libavcodec/x86/mpegvideodsp.c
OKed by Kostya on IRC a.k.a. LGTK
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel