1. 30 May, 2014 2 commits
    • Michael Niedermayer's avatar
      qpel_template: Restore author attribution · b15a3cc5
      Michael Niedermayer authored
      See: 368f5035
      See: 59fe111e
      See:
      similarity index 98%
      rename from libavcodec/dsputil_template.c
      rename to libavcodec/qpel_template.c
      index 95d966e..500c75b 100644
      --- a/libavcodec/dsputil_template.c
      +++ b/libavcodec/qpel_template.c
      @@ -1,9 +1,5 @@
       /*
      - * DSP utils
      - * Copyright (c) 2000, 2001 Fabrice Bellard
      - * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
      - *
      - * gmc & q-pel & 32/64 bit based MC by Michael Niedermayer <michaelni@gmx.at>
      + * quarterpel DSP function templates
        *
        * This file is part of FFmpeg.
        *
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      b15a3cc5
    • Michael Niedermayer's avatar
      Merge commit '368f5035' · 98a6806f
      Michael Niedermayer authored
      * commit '368f5035':
        dsputil: Split off quarterpel bits into their own context
      
      Conflicts:
      	configure
      	libavcodec/dsputil.c
      	libavcodec/h263dec.c
      	libavcodec/mpegvideo.c
      	libavcodec/mpegvideo_enc.c
      	libavcodec/vc1dec.c
      	libavcodec/vc1dsp.c
      	libavcodec/x86/dsputil_init.c
      	libavcodec/x86/qpeldsp.asm
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      98a6806f
  2. 29 May, 2014 38 commits