1. 21 Jul, 2018 1 commit
    • 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 8 commits