1. 24 Mar, 2008 2 commits
  2. 23 Mar, 2008 26 commits
  3. 22 Mar, 2008 10 commits
  4. 21 Mar, 2008 2 commits
    • Sam Hocevar's avatar
      Fix a potential corruption in release_input_thread(). · 37558f4a
      Sam Hocevar authored
      If the media instance owns the input and libvlc_media_instance_release()
      is called immediately after libvlc_media_instance_stop(), there is a
      chance that we try to free the input resources before the thread is
      effectively terminated. To avoid this, we call input_DestroyThread()
      instead of vlc_object_release() at the end of release_input_thread() when
      the media instance owns the input thread.
      37558f4a
    • Sam Hocevar's avatar
      Various spelling fixes. · 5122c9d9
      Sam Hocevar authored
      5122c9d9