1. 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
  2. 14 Oct, 2011 1 commit
  3. 11 Oct, 2011 1 commit
  4. 20 Jul, 2011 1 commit
  5. 18 Jul, 2011 2 commits
  6. 17 Jul, 2011 1 commit
  7. 19 Mar, 2011 1 commit
  8. 20 Apr, 2010 1 commit
  9. 26 Jul, 2009 1 commit
  10. 01 Feb, 2009 1 commit
  11. 13 Jan, 2009 1 commit
  12. 27 Dec, 2008 2 commits
  13. 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
  14. 09 Dec, 2007 1 commit
  15. 08 Dec, 2007 1 commit
  16. 03 Dec, 2007 1 commit
  17. 28 Feb, 2007 1 commit
  18. 12 Nov, 2006 1 commit
  19. 07 Oct, 2006 1 commit
  20. 12 Jan, 2006 1 commit
  21. 22 Dec, 2005 1 commit
  22. 17 Dec, 2005 1 commit
  23. 06 Mar, 2003 1 commit
  24. 11 Feb, 2003 1 commit
  25. 15 Jan, 2003 1 commit
  26. 27 Dec, 2002 1 commit
  27. 11 Oct, 2002 1 commit
  28. 03 Oct, 2002 2 commits
  29. 02 Sep, 2002 1 commit
  30. 01 Sep, 2002 1 commit
  31. 24 Jun, 2002 1 commit
  32. 05 Jun, 2002 2 commits
  33. 02 Jun, 2002 1 commit
  34. 27 May, 2002 1 commit
  35. 25 May, 2002 1 commit
  36. 18 May, 2002 1 commit