1. 09 Sep, 2018 2 commits
  2. 02 Sep, 2018 1 commit
  3. 25 Oct, 2017 1 commit
  4. 10 Oct, 2017 1 commit
  5. 27 Sep, 2017 1 commit
  6. 24 Sep, 2017 1 commit
  7. 15 Sep, 2017 1 commit
  8. 08 Sep, 2017 1 commit
  9. 25 Jul, 2017 1 commit
  10. 21 Jul, 2017 1 commit
  11. 23 Oct, 2016 1 commit
  12. 05 Oct, 2016 1 commit
  13. 14 May, 2016 1 commit
  14. 09 Mar, 2016 1 commit
  15. 31 Jan, 2016 1 commit
  16. 29 Sep, 2015 1 commit
  17. 23 Jul, 2015 1 commit
  18. 07 Jul, 2015 1 commit
  19. 06 Jul, 2015 2 commits
  20. 01 Jul, 2015 1 commit
  21. 29 Jun, 2015 1 commit
  22. 19 Jun, 2015 1 commit
  23. 18 Jun, 2015 1 commit
  24. 13 Jun, 2015 1 commit
  25. 11 Jun, 2015 3 commits
  26. 10 Jun, 2015 2 commits
  27. 04 Jun, 2015 1 commit
  28. 03 Jun, 2015 2 commits
  29. 01 Jun, 2015 1 commit
  30. 28 May, 2015 2 commits
    • Shivraj Patil's avatar
      avcodec/mips: Split uni mc optimizations to new file · 10b77fbf
      Shivraj Patil authored
      This patch moves HEVC code of uni mc cases to new file hevc_mc_uni_msa.c.
      (There are total 5 sub-modules of HEVC mc functions, if we add all these modules in one single file, its size would be huge (~750k) & difficult to maintain, so splitting it in multiple files)
      This patch also adds new HEVC header file libavcodec/mips/hevc_macros_msa.h
      Signed-off-by: 's avatarShivraj Patil <shivraj.patil@imgtec.com>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      10b77fbf
    • Shivraj Patil's avatar
      avutil/mips: Restructure of generic macros · 02a49912
      Shivraj Patil authored
      This patch includes restructuring of existing macros and addition of more generic macros.
      
      This change was necessary to avoid repeated review comments in remaining patches which we were about to submit.
      Also this patch reduces number of code lines due to maximum use of generic macros, allows better code alignment & readability etc.
      
      These modifications in commonly used .libavutil/mips/generic_macros_msa.h. impacts the already accepted code, hence re-submitting it in 2/4,3/4 & 4/4.
      Overall, this patch set is just upgrading the code with styling changes and will bring it in sync with MIPS-SIMD optimized latest codebase at our end.
      Signed-off-by: 's avatarShivraj Patil <shivraj.patil@imgtec.com>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      02a49912
  31. 07 May, 2015 1 commit
  32. 01 May, 2015 1 commit
  33. 24 Apr, 2015 1 commit