1. 30 Jun, 2006 1 commit
  2. 16 Feb, 2006 1 commit
  3. 11 Feb, 2006 1 commit
  4. 09 Feb, 2006 1 commit
    • Stefan Huehner's avatar
      Patch by Stefan Huehner / stefan % huehner ! org \ · 9b2283cc
      Stefan Huehner authored
      patch replaces '()' for the correct '(void)' in function
      declarations/prototypes which have no parameters. The '()' syntax tell
      thats there is a variable list of arguments, so that the compiler cannot
      check this. The extra CFLAG '-Wstrict-declarations' shows those cases.
      
      Comments about a similar patch applied to ffmpeg:
      
      That in C++ these mean the same, but in ANSI C the semantics are
      different; function() is an (obsolete) K&R C style forward declaration,
      it basically means that the function can have any number and any types
      of parameters, effectively completely preventing the compiler from doing
      any sort of type checking. -- Erik Slagter
      
      Defining functions with unspecified arguments is allowed but bad.
      With arguments unspecified the compiler can't report an error/warning
      if the function is called with incorrect arguments. -- Måns Rullgård
      
      Originally committed as revision 17567 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
      9b2283cc
  5. 08 Feb, 2006 1 commit
  6. 04 Feb, 2006 1 commit
  7. 13 Jan, 2006 1 commit
  8. 14 Nov, 2005 1 commit
  9. 17 Oct, 2005 1 commit
  10. 06 Sep, 2005 1 commit
  11. 20 May, 2005 1 commit
  12. 24 Apr, 2005 2 commits
  13. 23 Feb, 2005 1 commit
  14. 22 Feb, 2005 1 commit
  15. 16 Feb, 2005 1 commit
  16. 14 Feb, 2005 1 commit
  17. 01 Feb, 2005 1 commit
  18. 31 Jan, 2005 1 commit
  19. 21 Jan, 2005 1 commit
  20. 21 Oct, 2004 1 commit
  21. 05 Oct, 2004 1 commit
  22. 18 Sep, 2004 1 commit
  23. 17 Jul, 2004 1 commit
  24. 06 Jul, 2004 1 commit
  25. 27 Jun, 2004 1 commit
    • Michael Niedermayer's avatar
      altivec yuv->rgb converter · a31de956
      Michael Niedermayer authored
      orginal patch  by (Marc Hoffman <mmh at pleasantst dot com>)
      critical fixes by (Reza Jelveh <reza.jelveh at tu-harburg dot de>)
      
      known bugs/issues, which should be fixed ASAP by someone who has a ppc:
      0..255 vs. 16..235
      unneeded recalculation of tables
      general cleaup, like removing double initalizing of variables
      
      Originally committed as revision 12699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
      a31de956
  26. 01 May, 2004 1 commit
  27. 26 Apr, 2004 1 commit
  28. 06 Apr, 2004 1 commit
  29. 14 Mar, 2004 1 commit
  30. 11 Mar, 2004 1 commit
  31. 06 Nov, 2003 1 commit
  32. 04 Nov, 2003 1 commit
  33. 22 Oct, 2003 1 commit
  34. 15 Oct, 2003 2 commits
  35. 09 Oct, 2003 1 commit
  36. 04 Oct, 2003 1 commit
  37. 26 Sep, 2003 1 commit
  38. 19 Jun, 2003 1 commit