1. 19 Oct, 2013 2 commits
    • Ilkka Ollakka's avatar
      avcodec: missed AV_NOPTS_VALUE check · 6ea63753
      Ilkka Ollakka authored
      6ea63753
    • Rafaël Carré's avatar
      Win32 threads: remove functions forbidden on Windows Store · a1500776
      Rafaël Carré authored
      Do not create a suspended thread so ResumeThread becomes unnecessary.
      Busy loop over thread handle if by misfortune the thread ends before
      _beginthreadex has returned.
      
      Do not use SetThreadPriority on Windows Store.
      
      Set the cancelled thread bit outside of the APC procedure.
      APC is still used to wake up the cancelled thread when it is in an alertable state
      (SleepEx or WaitForMultipleObjectsEx).
      Since QueueUserAPC is forbidden on Windows Store we check the cancelled state every
      50 ms.
      a1500776
  2. 18 Oct, 2013 5 commits
  3. 17 Oct, 2013 1 commit
    • Erwan Tulou's avatar
      skins2: add support for subtitle drag'n'drop · c45edd56
      Erwan Tulou authored
      This patch copies the Qt interface implementation wrt file dropping, namely:
      - first try it as a subtitle file if it is relevant
      - second, try it as an item to be added to the playlist if not a subtitle
      c45edd56
  4. 16 Oct, 2013 3 commits
  5. 15 Oct, 2013 3 commits
  6. 14 Oct, 2013 7 commits
  7. 13 Oct, 2013 6 commits
  8. 12 Oct, 2013 8 commits
  9. 11 Oct, 2013 1 commit
  10. 10 Oct, 2013 4 commits