1. 08 Feb, 2013 1 commit
  2. 23 Jan, 2013 1 commit
  3. 06 Mar, 2012 1 commit
    • Ronald S. Bultje's avatar
      Don't use ff_cropTbl[] for IDCT. · c23acbae
      Ronald S. Bultje authored
      Results of IDCT can by far outreach the range of ff_cropTbl[], leading
      to overreads and potentially crashes.
      
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      c23acbae
  4. 14 Oct, 2011 1 commit
  5. 11 Oct, 2011 1 commit
  6. 20 Jul, 2011 1 commit
  7. 18 Jul, 2011 2 commits
  8. 17 Jul, 2011 1 commit
  9. 19 Mar, 2011 1 commit
  10. 20 Apr, 2010 1 commit
  11. 26 Jul, 2009 1 commit
  12. 01 Feb, 2009 1 commit
  13. 13 Jan, 2009 1 commit
  14. 27 Dec, 2008 2 commits
  15. 16 Oct, 2008 1 commit
    • Diego Pettenò's avatar
      Convert asm keyword into __asm__. · be449fca
      Diego Pettenò authored
      Neither the asm() nor the __asm__() keyword is part of the C99
      standard, but while GCC accepts the former in C89 syntax, it is not
      accepted in C99 unless GNU extensions are turned on (with -fasm). The
      latter form is accepted in any syntax as an extension (without
      requiring further command-line options).
      
      Sun Studio C99 compiler also does not accept asm() while accepting
      __asm__(), albeit reporting warnings that it's not valid C99 syntax.
      
      Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
      be449fca
  16. 09 Dec, 2007 1 commit
  17. 08 Dec, 2007 1 commit
  18. 03 Dec, 2007 1 commit
  19. 28 Feb, 2007 1 commit
  20. 12 Nov, 2006 1 commit
  21. 07 Oct, 2006 1 commit
  22. 12 Jan, 2006 1 commit
  23. 22 Dec, 2005 1 commit
  24. 17 Dec, 2005 1 commit
  25. 06 Mar, 2003 1 commit
  26. 11 Feb, 2003 1 commit
  27. 15 Jan, 2003 1 commit
  28. 27 Dec, 2002 1 commit
  29. 11 Oct, 2002 1 commit
  30. 03 Oct, 2002 2 commits
  31. 02 Sep, 2002 1 commit
  32. 01 Sep, 2002 1 commit
  33. 24 Jun, 2002 1 commit
  34. 05 Jun, 2002 2 commits
  35. 02 Jun, 2002 1 commit
  36. 27 May, 2002 1 commit