1. 16 Sep, 2009 1 commit
    • Pierre Ynard's avatar
      Fix parsing of float-typed variables · 989bb78e
      Pierre Ynard authored
      Apparently, since 'setlocale( LC_NUMERIC, "C" );' was removed from
      libvlc initialization 3 years ago, the syntax to set configuration
      variables of floating point types has changed and become dependent
      on the current locale ("0.5" vs. "0,5" etc). Some places have been
      converted to the use of us_atof() which is locale-independent; fix
      all the remaining ones too.
      989bb78e
  2. 15 Sep, 2009 12 commits
  3. 14 Sep, 2009 3 commits
  4. 12 Sep, 2009 6 commits
  5. 11 Sep, 2009 7 commits
  6. 10 Sep, 2009 4 commits
  7. 08 Sep, 2009 6 commits
  8. 07 Sep, 2009 1 commit