Skip to content
Snippets Groups Projects
  1. Sep 17, 2014
  2. Sep 16, 2014
  3. Sep 15, 2014
  4. Sep 14, 2014
  5. Sep 12, 2014
  6. Sep 06, 2014
  7. Sep 04, 2014
    • Jim's avatar
      Remove processEvents · efc58965
      Jim authored
      This doesn't really have a purpose, and appears to cause issues for
      faruton's plugin, so removing it for the time being.
      efc58965
    • BtbN's avatar
      Add api to get module data and binary paths · 895ad807
      BtbN authored
      895ad807
    • BtbN's avatar
      de4e4f7b
    • BtbN's avatar
      Fix path to modules in AppData · 05af4612
      BtbN authored
      05af4612
    • Jim's avatar
      win-dshow: Swap UYVY and YVYU formats · 20e005e3
      Jim authored
      These values were erroneously using their opposing types for the source
      frame format.
      20e005e3
    • Jim's avatar
      Remove audio/video sync reference counter · 5defc679
      Jim authored
      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
    • Jim's avatar
      Prevent audio too far from expected timing · dc434380
      Jim authored
      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
Loading