1. 13 Aug, 2015 2 commits
  2. 12 Aug, 2015 13 commits
  3. 11 Aug, 2015 16 commits
  4. 10 Aug, 2015 2 commits
  5. 09 Aug, 2015 5 commits
  6. 08 Aug, 2015 2 commits
    • Rémi Denis-Courmont's avatar
      win32: tolerate extra error flags on Vista · ddbe9dc3
      Rémi Denis-Courmont authored
      This should not adversely affect LibVLC: more errors cases will lead to
      error code returns instead of abnormal termination. It is not strictly
      semantically correct though (update to Win7 or above if you care).
      ddbe9dc3
    • Rémi Denis-Courmont's avatar
      mmdevice: require Vista, simplify · 81f37503
      Rémi Denis-Courmont authored
      MMDevice is not available on older Windows versions anyway. Failing to
      load the plugin there is fine. It is even arguably better: it prevents
      impossible choices showing in the preferences.
      81f37503