1. 03 Oct, 2013 1 commit
  2. 13 Mar, 2013 3 commits
  3. 08 Mar, 2013 1 commit
  4. 12 Feb, 2013 1 commit
  5. 22 Jan, 2013 1 commit
  6. 04 Dec, 2012 1 commit
  7. 11 Nov, 2012 1 commit
  8. 02 Nov, 2012 1 commit
  9. 01 Nov, 2012 1 commit
  10. 27 Oct, 2012 1 commit
    • Mans Rullgard's avatar
      amrwbdec: fix invalid pointer arithmetic · 50be2077
      Mans Rullgard authored
      Subtracting a (positive) value from the address of an array violates
      C99 section 6.5.6:
      
        If both the pointer operand and the result point to elements of the
        same array object, or one past the last element of the array object,
        the evaluation shall not produce an overflow; otherwise, the
        behavior is undefined.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      50be2077
  11. 12 Oct, 2012 1 commit
  12. 27 Aug, 2012 1 commit
  13. 17 Aug, 2012 1 commit
  14. 15 Aug, 2012 1 commit
  15. 07 Aug, 2012 1 commit
  16. 30 Jul, 2012 1 commit
  17. 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
  18. 06 Apr, 2012 1 commit
  19. 05 Mar, 2012 1 commit
  20. 02 Mar, 2012 2 commits
  21. 12 Dec, 2011 1 commit
  22. 02 Dec, 2011 1 commit
    • Justin Ruggles's avatar
      Add avcodec_decode_audio4(). · 0eea2129
      Justin Ruggles authored
      Deprecate avcodec_decode_audio3().
      Implement audio support in avcodec_default_get_buffer().
      Implement the new audio decoder API in all audio decoders.
      0eea2129
  23. 12 Apr, 2011 2 commits
  24. 19 Mar, 2011 1 commit
  25. 04 Feb, 2011 2 commits
  26. 03 Feb, 2011 2 commits
  27. 28 Jan, 2011 1 commit
  28. 26 Jan, 2011 1 commit
  29. 01 Jan, 2011 1 commit
  30. 18 Dec, 2010 1 commit