1. 02 Jan, 2018 26 commits
  2. 01 Jan, 2018 7 commits
  3. 30 Dec, 2017 5 commits
  4. 29 Dec, 2017 2 commits
    • Max Kellermann's avatar
      player/Thread: make SEEK (partially) non-blocking · dee378b7
      Max Kellermann authored
      When the decoder is still starting up while we handle a SEEK, finish
      the "player SEEK" immediately and re-enter the player loop, being able
      to handle commands (and even cancel the pending seek).
      
      This is the first part in a series of patches to solve the "blocking
      input blocks decoder, blocks player, blocks the main thread" problem.
      There are many other blocking code locations left, and the main thread
      isn't non-blocking either because it waits for "seeking" to become
      false.
      dee378b7
    • Max Kellermann's avatar
      poison.h: remove obsolete header · f76262ef
      Max Kellermann authored
      f76262ef