1. 18 Oct, 2016 1 commit
  2. 02 Aug, 2016 1 commit
  3. 07 Apr, 2016 1 commit
    • Diego Biurrun's avatar
      build: miscellaneous cosmetics · 01621202
      Diego Biurrun authored
      Restore alphabetical order in lists, break overly long lines, do some
      prettyprinting, add some explanatory section comments, group parts
      together that belong together logically.
      01621202
  4. 01 Mar, 2016 1 commit
  5. 29 Feb, 2016 1 commit
  6. 19 Feb, 2016 1 commit
  7. 06 Feb, 2016 3 commits
  8. 31 Jan, 2016 2 commits
  9. 25 Jan, 2016 1 commit
  10. 18 Jan, 2016 1 commit
  11. 05 Dec, 2015 1 commit
  12. 22 Oct, 2015 1 commit
  13. 21 Oct, 2015 1 commit
  14. 13 Oct, 2015 2 commits
  15. 09 Oct, 2015 1 commit
  16. 06 Oct, 2015 1 commit
  17. 03 Oct, 2015 2 commits
  18. 30 Sep, 2015 1 commit
  19. 17 Sep, 2015 2 commits
  20. 28 Aug, 2015 1 commit
  21. 30 Jul, 2015 1 commit
  22. 17 Jul, 2015 2 commits
  23. 13 Jun, 2015 1 commit
  24. 14 Mar, 2015 1 commit
  25. 13 Mar, 2015 1 commit
  26. 28 Feb, 2015 1 commit
  27. 16 Feb, 2015 1 commit
  28. 01 Feb, 2015 1 commit
    • James Almer's avatar
      x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2} · fa3eccb4
      James Almer authored
      Original x86 intrinsics code and initial 8bit yasm port by Pierre-Edouard Lepere.
      10/12bit yasm ports, refactoring and optimizations by James Almer
      
      Benchmarks of BQTerrace_1920x1080_60_qp22.bin with an Intel Core i5-4200U
      
      width 32
      40338 decicycles in sao_band_filter_0_8, 2048 runs, 0 skips
      8056 decicycles in ff_hevc_sao_band_filter_8_32_sse2, 2048 runs, 0 skips
      7458 decicycles in ff_hevc_sao_band_filter_8_32_avx, 2048 runs, 0 skips
      4504 decicycles in ff_hevc_sao_band_filter_8_32_avx2, 2048 runs, 0 skips
      
      width 64
      136046 decicycles in sao_band_filter_0_8, 16384 runs, 0 skips
      28576 decicycles in ff_hevc_sao_band_filter_8_32_sse2, 16384 runs, 0 skips
      26707 decicycles in ff_hevc_sao_band_filter_8_32_avx, 16384 runs, 0 skips
      14387 decicycles in ff_hevc_sao_band_filter_8_32_avx2, 16384 runs, 0 skips
      Reviewed-by: 's avatarChristophe Gisquet <christophe.gisquet@gmail.com>
      Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
      fa3eccb4
  29. 05 Dec, 2014 1 commit
  30. 26 Nov, 2014 1 commit
  31. 23 Nov, 2014 2 commits
  32. 03 Oct, 2014 1 commit