1. 07 Jul, 2015 1 commit
  2. 06 Jul, 2015 2 commits
  3. 01 Jul, 2015 1 commit
  4. 29 Jun, 2015 1 commit
  5. 19 Jun, 2015 1 commit
  6. 18 Jun, 2015 1 commit
  7. 13 Jun, 2015 1 commit
  8. 11 Jun, 2015 3 commits
  9. 10 Jun, 2015 2 commits
  10. 04 Jun, 2015 1 commit
  11. 03 Jun, 2015 2 commits
  12. 01 Jun, 2015 1 commit
  13. 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
  14. 07 May, 2015 1 commit
  15. 01 May, 2015 1 commit
  16. 24 Apr, 2015 1 commit
  17. 20 Apr, 2015 1 commit
  18. 17 Apr, 2015 1 commit