1. 05 Jun, 2015 27 commits
  2. 04 Jun, 2015 11 commits
  3. 03 Jun, 2015 2 commits
    • Rémi Denis-Courmont's avatar
      mms: remove redundant vlc_object_alive() calls · 032657a6
      Rémi Denis-Courmont authored
      If the input thread is killed, the net_* functions will return an
      error. It gets propagated all the way up to where vlc_object_alive()
      was checked.
      032657a6
    • Rémi Denis-Courmont's avatar
      mms: remove bogus sleeps · 7eb623f3
      Rémi Denis-Courmont authored
      The NetFillBuffer() functions already waits (somewhat more correctly)
      for events. If the error is due to parsing error, waiting longer will
      not fix it. If the error is due to network timeout, then
      NetFillBuffer() is already fine.
      7eb623f3