1. 21 Jul, 2018 3 commits
    • Danil Iashchenko's avatar
      9d6efefa
    • Carl Eugen Hoyos's avatar
      lavc/fft_template: Do not define unneded functions with --enable-small. · 96171788
      Carl Eugen Hoyos authored
      Fixes the following warnings:
      In file included from libavcodec/fft_fixed.c:21:0:
      libavcodec/fft_template.c:528:6: warning: ‘pass_big’ defined but not used [-Wunused-function]
       PASS(pass_big)
            ^
      libavcodec/fft_template.c:505:13: note: in definition of macro ‘PASS’
       static void name(FFTComplex *z, const FFTSample *wre, unsigned int n)\
                   ^~~~
      CC      libavcodec/ffv1.o
      In file included from libavcodec/fft_float.c:21:0:
      libavcodec/fft_template.c:528:6: warning: ‘pass_big’ defined but not used [-Wunused-function]
       PASS(pass_big)
            ^
      libavcodec/fft_template.c:505:13: note: in definition of macro ‘PASS’
       static void name(FFTComplex *z, const FFTSample *wre, unsigned int n)\
                   ^~~~
      96171788
    • A. Wilcox's avatar
      libavcodec/ppc: Fix HEVC AltiVec routines with --enable-small · 153fcd6d
      A. Wilcox authored
      GCC requires the argument to vec_splat_u32 to be a literal.  The easiest
      way to accomplish this is to change 'shift' to be const in scale (as it
      is in the transform routine above), and convert both routines to be
      inline.  This way, GCC can coerce the values to literals.
      
      Tested on a 970 (Apple G5) and POWER9 (Talos II); passed fate and played
      a clip of Big Buck Bunny correctly.
      
      Fixes ticket #7048
      Signed-off-by: 's avatarA. Wilcox <AWilcox@Wilcox-Tech.com>
      153fcd6d
  2. 20 Jul, 2018 8 commits
  3. 19 Jul, 2018 5 commits
  4. 18 Jul, 2018 5 commits
  5. 16 Jul, 2018 2 commits
  6. 15 Jul, 2018 7 commits
  7. 14 Jul, 2018 4 commits
  8. 13 Jul, 2018 6 commits