1. 16 9月, 2014 3 次提交
  2. 13 9月, 2014 12 次提交
  3. 07 9月, 2014 4 次提交
  4. 05 9月, 2014 7 次提交
    • J
      Remove processEvents · efc58965
      jp9000 提交于
      This doesn't really have a purpose, and appears to cause issues for
      faruton's plugin, so removing it for the time being.
      efc58965
    • B
      Add api to get module data and binary paths · 895ad807
      BtbN 提交于
      895ad807
    • B
      Don't require an existing datadir for modules to load · de4e4f7b
      BtbN 提交于
      de4e4f7b
    • B
      Fix path to modules in AppData · 05af4612
      BtbN 提交于
      05af4612
    • J
      win-dshow: Swap UYVY and YVYU formats · 20e005e3
      jp9000 提交于
      These values were erroneously using their opposing types for the source
      frame format.
      20e005e3
    • J
      Remove audio/video sync reference counter · 5defc679
      jp9000 提交于
      This is actually unnecessary now that there's a hard limit on the
      maximum offset in which audio can be inserted.
      
      This also assumes too much about the audio; it assumes audio is always
      on, where as with some devices (such as the elgato) audio is not on
      until the stream starts, and when the video has already incremented the
      counter.
      5defc679
    • J
      Prevent audio too far from expected timing · dc434380
      jp9000 提交于
      Audio that goes below the minimum expecting timing (current time -
      buffering time) is automatically removed.  However, delayed audio is not
      removed regardless of its delay.  This puts a hard cap of 6 seconds from
      current time that the maximum delay audio can have.  This will also
      prevent the circular buffer from dynamically growing too large.
      dc434380
  5. 04 9月, 2014 2 次提交
  6. 03 9月, 2014 3 次提交
  7. 02 9月, 2014 2 次提交
  8. 31 8月, 2014 7 次提交