1. 02 Nov, 2008 1 commit
  2. 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
  3. 09 May, 2008 1 commit
  4. 22 Mar, 2008 4 commits
  5. 17 Mar, 2008 2 commits
  6. 15 Mar, 2008 1 commit
  7. 02 Feb, 2008 1 commit
  8. 05 Jul, 2007 1 commit
  9. 12 Jun, 2007 2 commits
  10. 17 May, 2007 1 commit
  11. 07 Apr, 2007 1 commit
  12. 21 Feb, 2007 1 commit
  13. 08 Dec, 2006 1 commit
  14. 11 Oct, 2006 3 commits
  15. 10 Oct, 2006 1 commit
  16. 07 Oct, 2006 1 commit
  17. 01 Jun, 2006 1 commit
  18. 12 Jan, 2006 1 commit
  19. 22 Dec, 2005 1 commit
  20. 21 Dec, 2005 1 commit
  21. 17 Dec, 2005 1 commit
  22. 23 Jun, 2005 1 commit
  23. 13 May, 2005 1 commit
  24. 05 May, 2005 1 commit
  25. 27 Feb, 2005 1 commit
  26. 12 Oct, 2004 1 commit
    • D Richard Felker III's avatar
      1000l · 4471e59b
      D Richard Felker III authored
      btw what is the sense in all these nonsense REAL_* macros?
      the extra level of indirection seems to help nothing...
      can we reverse that and commit a sane replacement?
      
      Originally committed as revision 3587 to svn://svn.ffmpeg.org/ffmpeg/trunk
      4471e59b
  27. 11 Oct, 2004 1 commit
  28. 28 Sep, 2004 1 commit
  29. 30 May, 2004 1 commit
    • Romain Dolbeau's avatar
      Another (final?) patch for libpostproc. · 20646267
      Romain Dolbeau authored
      This one replace horizClassify by a
      transpose/(use Vert)/transpose sequence.
      This add LowPass and DefFilter for "free".
      I also fixed the header in postprocess.c
      and special-cased some of the well-aligned
      cases (all horiz stuff is well-aligned).
      
      patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
      
      Originally committed as revision 3175 to svn://svn.ffmpeg.org/ffmpeg/trunk
      20646267
  30. 28 May, 2004 2 commits
  31. 27 May, 2004 2 commits