1. 15 Apr, 2006 1 commit
  2. 06 Apr, 2006 1 commit
  3. 13 Mar, 2006 1 commit
  4. 24 Feb, 2006 1 commit
  5. 18 Feb, 2006 2 commits
  6. 17 Feb, 2006 1 commit
  7. 16 Feb, 2006 2 commits
  8. 13 Feb, 2006 1 commit
  9. 11 Feb, 2006 3 commits
  10. 09 Feb, 2006 2 commits
    • rathann's avatar
      Patch by Stefan Huehner / stefan % huehner ! org \ · 629e8c38
      rathann 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
      
      
      git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
      629e8c38
    • diego's avatar
      Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each · bd258d8a
      diego authored
      do the opposite of what they say.
      The vec_mstrgb24 and vec_mstbgr24 macros should be opposites and not perform
      the same things.
      patch by Alan Curry, pacman_at_world_dot_std_dot_com
      
      
      git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17564 b3059339-0415-0410-9bf9-f77b7e298cf2
      bd258d8a
  11. 08 Feb, 2006 3 commits
  12. 04 Feb, 2006 1 commit
  13. 27 Jan, 2006 1 commit
  14. 13 Jan, 2006 1 commit
  15. 14 Nov, 2005 1 commit
  16. 17 Oct, 2005 1 commit
  17. 12 Oct, 2005 1 commit
  18. 06 Sep, 2005 1 commit
  19. 12 Jul, 2005 1 commit
  20. 30 Jun, 2005 1 commit
  21. 28 Jun, 2005 1 commit
  22. 27 Jun, 2005 1 commit
  23. 24 Jun, 2005 1 commit
  24. 19 Jun, 2005 1 commit
  25. 18 Jun, 2005 1 commit
  26. 02 Jun, 2005 1 commit
  27. 20 May, 2005 1 commit
  28. 29 Apr, 2005 1 commit
  29. 27 Apr, 2005 1 commit
  30. 24 Apr, 2005 2 commits
  31. 22 Mar, 2005 1 commit
  32. 23 Feb, 2005 1 commit