1. 04 Dec, 2015 1 commit
  2. 07 Jul, 2015 1 commit
  3. 31 May, 2015 1 commit
  4. 27 Apr, 2015 1 commit
  5. 17 Apr, 2015 1 commit
  6. 06 Mar, 2015 1 commit
    • James Cowgill's avatar
      configure, mips: remove MIPS32R2, merging it with MIPSFPU · eae13eae
      James Cowgill authored
      There are no independant uses of mips32r2 instructions except for the
      FPU parts. Due to the heavy use of mips32r2 specifc fpu extensions, I
      am guessing the original author intended MIPSFPU to imply MIPS32R2 anyway.
      
      Since these fpu instructions are available on mips64 (non-r2), enable them
      there as well.
      
      Also remove the last occurence of HAVE_MIPS32R2 (which is coupled to
      HAVE_MIPSFPU anyway).
      
      mips32r2 is left in the list of options form compatability so that using
      --disable-mips32r2 doesn't break anything.
      Signed-off-by: 's avatarJames Cowgill <james410@cowgill.org.uk>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      eae13eae
  7. 06 Apr, 2014 1 commit
  8. 13 Mar, 2014 1 commit
  9. 07 Dec, 2012 1 commit
  10. 12 Oct, 2012 1 commit
  11. 11 Jun, 2012 1 commit
    • Nedeljko Babic's avatar
      Optimization of AMR NB and WB decoders for MIPS · 3827a86e
      Nedeljko Babic authored
      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: 's avatarNedeljko Babic <nbabic@mips.com>
      Reviewed-by: 's avatarVitor Sessak <vitor1001@gmail.com>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      3827a86e
  12. 12 Apr, 2012 1 commit