1. 23 Feb, 2017 2 commits
    • Martin Storsjö's avatar
      arm/aarch64: vp9lpf: Keep the comparison to E within 8 bit · c582cb85
      Martin Storsjö authored
      The theoretical maximum value of E is 193, so we can just
      saturate the addition to 255.
      
      Before:                     Cortex A7      A8      A9     A53  A53/AArch64
      vp9_loop_filter_v_4_8_neon:     143.0   127.7   114.8    88.0         87.7
      vp9_loop_filter_v_8_8_neon:     241.0   197.2   173.7   140.0        136.7
      vp9_loop_filter_v_16_8_neon:    497.0   419.5   379.7   293.0        275.7
      vp9_loop_filter_v_16_16_neon:   965.2   818.7   731.4   579.0        452.0
      After:
      vp9_loop_filter_v_4_8_neon:     136.0   125.7   112.6    84.0         83.0
      vp9_loop_filter_v_8_8_neon:     234.0   195.5   171.5   136.0        133.7
      vp9_loop_filter_v_16_8_neon:    490.0   417.5   377.7   289.0        271.0
      vp9_loop_filter_v_16_16_neon:   951.2   814.7   732.3   571.0        446.7
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      c582cb85
    • Diego Biurrun's avatar
      Place attribute_deprecated in the right position for struct declarations · ed6a891c
      Diego Biurrun authored
      libavcodec/vaapi.h:58:1: warning: attribute 'deprecated' is ignored, place it after "struct" to apply attribute to type declaration [-Wignored-attributes]
      ed6a891c
  2. 22 Feb, 2017 2 commits
  3. 21 Feb, 2017 7 commits
  4. 20 Feb, 2017 4 commits
  5. 18 Feb, 2017 1 commit
    • Mark Thompson's avatar
      webp: Fix alpha decoding · 7cb9296d
      Mark Thompson authored
      This was broken by 4e528206 - the webp
      decoder was assuming that it could set the output pixfmt of the vp8
      decoder directly, but after that change it no longer could because
      ff_get_format() was used instead.  This adds an internal get_format()
      callback to webp use of the vp8 decoder to override the pixfmt
      appropriately.
      7cb9296d
  6. 17 Feb, 2017 1 commit
  7. 16 Feb, 2017 4 commits
  8. 15 Feb, 2017 4 commits
  9. 14 Feb, 2017 1 commit
  10. 13 Feb, 2017 3 commits
  11. 12 Feb, 2017 1 commit
  12. 11 Feb, 2017 10 commits