1. 15 6月, 2012 1 次提交
  2. 14 6月, 2012 2 次提交
  3. 13 6月, 2012 3 次提交
  4. 12 6月, 2012 1 次提交
    • N
      Optimization of AMR NB and WB decoders for MIPS · 3827a86e
      Nedeljko Babic 提交于
      AMR NB and WB decoders are optimized for MIPS architecture.
      Appropriate Makefiles are changed accordingly.
      
      Cnfigure script is changed in order to support optimizations.
       Optimizations are enabled by default when compiling is done for
        mips architecture.
       Appropriate cflags are automatically set.
       Support for several mips CPUs is added in configure script.
      
      New ffmpeg options are added for disabling optimizations.
      
      The FFMPEG option --disable-mipsfpu disables MIPS floating point
       optimizations.
      The FFMPEG option --disable-mips32r2 disables MIPS32R2
       optimizations.
      The FFMPEG option --disable-mipsdspr1 disables MIPS DSP ASE R1
       optimizations.
      The FFMPEG option --disable-mipsdspr2 disables MIPS DSP ASE R2
       optimizations.
      Signed-off-by: NNedeljko Babic <nbabic@mips.com>
      Reviewed-by: NVitor Sessak <vitor1001@gmail.com>
      Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
      3827a86e
  5. 10 6月, 2012 2 次提交
  6. 08 6月, 2012 3 次提交
  7. 05 6月, 2012 1 次提交
  8. 03 6月, 2012 3 次提交
  9. 02 6月, 2012 1 次提交
  10. 01 6月, 2012 1 次提交
  11. 30 5月, 2012 1 次提交
  12. 29 5月, 2012 3 次提交
  13. 28 5月, 2012 2 次提交
  14. 27 5月, 2012 1 次提交
  15. 24 5月, 2012 2 次提交
  16. 21 5月, 2012 2 次提交
  17. 15 5月, 2012 1 次提交
  18. 13 5月, 2012 1 次提交
  19. 11 5月, 2012 1 次提交
  20. 10 5月, 2012 1 次提交
  21. 09 5月, 2012 2 次提交
  22. 06 5月, 2012 1 次提交
  23. 04 5月, 2012 1 次提交
  24. 03 5月, 2012 1 次提交
    • R
      configure: remove malloc_aligned. · 77cfb256
      Ronald S. Bultje 提交于
      It was to signal that allocations are 16-byte aligned, but AVX requires
      32-byte alignment, thus the check is no longer useful (and causes
      crashes).
      77cfb256
  25. 26 4月, 2012 2 次提交