1. 23 Feb, 2013 1 commit
  2. 10 Dec, 2012 1 commit
    • Mans Rullgard's avatar
      build: fix 'clean' target · 395c3feb
      Mans Rullgard authored
      This fixes removal of TOOLS as well as HOSTPROGS declared in the
      top-level Makefile.  The clean target in common.mak needs to be
      eval'd since the variables used within are reset for each library.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      395c3feb
  3. 07 Dec, 2012 1 commit
  4. 23 Nov, 2012 1 commit
  5. 30 Oct, 2012 1 commit
  6. 25 Oct, 2012 1 commit
  7. 23 Oct, 2012 1 commit
  8. 16 Oct, 2012 1 commit
  9. 15 Oct, 2012 1 commit
  10. 12 Oct, 2012 1 commit
  11. 07 Sep, 2012 1 commit
  12. 29 Aug, 2012 1 commit
  13. 28 Aug, 2012 2 commits
  14. 27 Aug, 2012 1 commit
  15. 26 Aug, 2012 1 commit
  16. 09 Aug, 2012 1 commit
  17. 08 Aug, 2012 3 commits
  18. 07 Aug, 2012 2 commits
  19. 06 Aug, 2012 1 commit
  20. 28 Jul, 2012 3 commits
  21. 26 Jul, 2012 2 commits
  22. 22 Jul, 2012 1 commit
  23. 28 Jun, 2012 1 commit
  24. 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
  25. 19 May, 2012 2 commits
  26. 15 May, 2012 1 commit
  27. 25 Apr, 2012 1 commit
    • Justin Ruggles's avatar
      Add libavresample · c8af852b
      Justin Ruggles authored
      This is a new library for audio sample format, channel layout, and sample rate
      conversion.
      c8af852b
  28. 12 Apr, 2012 1 commit
  29. 26 Mar, 2012 2 commits
  30. 20 Mar, 2012 1 commit
  31. 23 Feb, 2012 1 commit