1. 01 Mar, 2016 1 commit
  2. 15 Feb, 2016 1 commit
  3. 31 May, 2015 1 commit
  4. 02 Aug, 2014 1 commit
  5. 18 Jun, 2014 1 commit
  6. 10 Jun, 2014 1 commit
  7. 20 Mar, 2014 1 commit
  8. 28 Aug, 2013 1 commit
  9. 30 Apr, 2013 2 commits
  10. 08 Jun, 2012 1 commit
  11. 05 Jul, 2011 1 commit
  12. 12 Apr, 2011 1 commit
    • Alex Converse's avatar
      Convert some undefined 1<<31 shifts into 1U<<31. · 187a5379
      Alex Converse authored
      According to ISO 9899:1999 S 6.5.7/4:
      
      The result of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits
      are filled with zeros. If E1 has an unsigned type, the value of the
      result is E1× 2^E2, reduced modulo one more than the maximum value
      representable in the result type. If E1 has a signed type and
      nonnegative value, and E1× 2^E2 is representable in the result type, then
      that is the resulting value; otherwise, the behavior is undefined.
      187a5379
  13. 19 Mar, 2011 1 commit
  14. 04 Jul, 2010 1 commit
    • Måns Rullgård's avatar
      PPC: convert Altivec FFT to pure assembler · a46b84d1
      Måns Rullgård authored
      On PPC a leaf function has a 288-byte red zone below the stack pointer,
      sparing these functions the chore of setting up a full stack frame.
      
      When a function call is disguised within an inline asm block, the
      compiler might not adjust the stack pointer as required before a
      function call, resulting in the red zone being clobbered.
      
      Moving the entire function to pure asm avoids this problem and also
      results in somewhat better code.
      
      Originally committed as revision 24044 to svn://svn.ffmpeg.org/ffmpeg/trunk
      a46b84d1
  15. 03 Jul, 2010 1 commit
  16. 02 Jul, 2010 1 commit
  17. 01 Jul, 2010 3 commits
  18. 26 Jun, 2010 1 commit
  19. 06 Mar, 2010 2 commits
  20. 15 Sep, 2009 1 commit
  21. 09 Apr, 2009 1 commit
  22. 19 Jan, 2009 1 commit
  23. 27 Dec, 2008 1 commit
  24. 20 Jul, 2008 1 commit
  25. 09 May, 2008 1 commit
  26. 02 Oct, 2007 1 commit
  27. 16 May, 2007 1 commit
  28. 07 Nov, 2006 1 commit
  29. 09 Oct, 2006 1 commit
  30. 07 Oct, 2006 1 commit
  31. 12 Jan, 2006 1 commit
  32. 22 Dec, 2005 1 commit
  33. 17 Dec, 2005 1 commit
  34. 13 Mar, 2004 1 commit
  35. 09 Jul, 2003 1 commit
  36. 21 May, 2003 1 commit