An error occurred fetching the project authors.
  1. 11 Jan, 2010 1 commit
  2. 06 Dec, 2009 1 commit
  3. 05 Dec, 2009 1 commit
  4. 23 Nov, 2009 1 commit
    • Rémi Denis-Courmont's avatar
      Convert "rate" variable to float everywhere · e87dd9f0
      Rémi Denis-Courmont authored
      This follows the historical LibVLC semantic (and new --rate one), so
      bigger is faster. In the process, simplify a few code paths, especially
      those in LibVLC, but make many other code paths more complicated due to
      integer<->float conversion. Most of those paths could probably be
      simplified.
      
       * Fix RC "fastforward" command behaviour (it was slowing down instead)
       * Fix str_format_mera 'R' format string with negative rates and
         rates such that (rate % 1000 < 100).
      e87dd9f0
  5. 20 Oct, 2009 1 commit
  6. 25 May, 2009 1 commit
    • Rémi Denis-Courmont's avatar
      Revert "correct realloc() usage, on failure realloc will return NULL" · 30ceb37f
      Rémi Denis-Courmont authored
      Brought to you by M2X. Needless to mention that this is complete 100%
      crap. Depending cases, it's not either ignoring errors (and e.g. leaking
      memory which is very stupid in OOM situations), or worse, introducing
      bugs in places where realloc() was used correctly.
      
      And exactly one day after I WARNED EXPLICITLY AGAINST DOING THIS.
      
      This reverts commit ec5d8611.
      30ceb37f
  7. 24 May, 2009 1 commit
  8. 10 Apr, 2009 1 commit
  9. 06 Apr, 2009 1 commit
  10. 20 Feb, 2009 1 commit
  11. 14 Dec, 2008 1 commit
  12. 23 Nov, 2008 1 commit
  13. 28 Aug, 2008 1 commit
  14. 30 Jul, 2008 1 commit
  15. 31 May, 2008 2 commits
  16. 21 May, 2008 1 commit
  17. 12 May, 2008 1 commit
  18. 10 May, 2008 1 commit
  19. 08 May, 2008 2 commits
  20. 07 May, 2008 2 commits
  21. 04 May, 2008 1 commit
  22. 01 May, 2008 1 commit
  23. 29 Apr, 2008 1 commit
    • Adrien Grand's avatar
      Fix the interpretation of command "help" by VLM. · b942bf2b
      Adrien Grand authored
      In the function ExecuteCommand, p_message is given in argument to ExecuteHelp
      and is then modified locally in ExecuteHelp:
        p_message = vlm_MessageNew( "help", vlm_NULL );
      whereas it is used further in function ExecuteCommand.
      This patch fixes this problem by passing the pointer address in argument to
      ExecuteHelp instead of the pointer itself.
      Signed-off-by: default avatarPierre d'Herbemont <pdherbemont@videolan.org>
      b942bf2b
  24. 14 Apr, 2008 1 commit
  25. 08 Apr, 2008 1 commit
  26. 30 Mar, 2008 1 commit
  27. 29 Mar, 2008 4 commits
  28. 26 Mar, 2008 1 commit
  29. 23 Mar, 2008 1 commit
  30. 19 Mar, 2008 3 commits
  31. 18 Mar, 2008 1 commit
  32. 17 Mar, 2008 1 commit