1. 18 2月, 2016 2 次提交
  2. 15 2月, 2016 5 次提交
  3. 28 1月, 2016 1 次提交
  4. 26 1月, 2016 2 次提交
  5. 24 1月, 2016 9 次提交
  6. 12 1月, 2016 1 次提交
  7. 09 1月, 2016 1 次提交
  8. 14 12月, 2015 3 次提交
    • J
      arm: add a cpu flag for the VFPv2 vector mode · e2710e79
      Janne Grunau 提交于
      The vector mode was deprecated in ARMv7-A/VFPv3 and various cpu
      implementations do not support it in hardware. Vector mode code will
      depending the OS either be emulated in software or result in an illegal
      instruction on cpus which does not support it. This was not really
      problem in practice since NEON implementations of the same functions are
      preferred. It will however become a problem for checkasm which tests
      every cpu flag separately.
      
      Since this is a cpu feature newer cpu do not support anymore the
      behaviour of this flag differs from the other flags. It can be only
      activated by runtime cpu feature selection.
      e2710e79
    • J
      arm64: add cycle counter support · 64034849
      Janne Grunau 提交于
      The ISB (instruction synchronization barrier) might be too heavy for
      START/STOPTIMER use but should be more accurate in checkasm where the
      timing overhead is subtracted.
      64034849
    • J
      libavutil: move FFALIGN macro from common.h to macros.h · 50078c1c
      Janne Grunau 提交于
      Include macros.h explicitly in common.h so that external code using
      FFALIGN does not break. It was already implicitly included through
      version.h. Include macros.h in lls.h and internal.h for FFALIGN.
      lls.h was including common.h only for FFALIGN and internal.h was
      missing the include for FFALIGN. `make checkheaders` did not catch it
      because it's an internal header.
      50078c1c
  9. 14 11月, 2015 2 次提交
  10. 14 10月, 2015 1 次提交
  11. 12 10月, 2015 1 次提交
  12. 03 10月, 2015 1 次提交
  13. 30 9月, 2015 1 次提交
  14. 29 9月, 2015 1 次提交
  15. 17 9月, 2015 1 次提交
  16. 10 9月, 2015 3 次提交
  17. 07 9月, 2015 3 次提交
  18. 31 8月, 2015 1 次提交
  19. 28 8月, 2015 1 次提交