1. 17 10月, 2014 1 次提交
    • J
      win-capture: Separate window finding source code · 98980602
      jp9000 提交于
      Because other capture methods may end up needing to share this code,
      separate the window finding source code to window-helpers.c and
      window-helpers.h.
      
      This include a function to fill out a property list with windows, a
      function to find a window based upon priority/title/class/exe, and a
      function to decode the window title/class/exe strings from a window
      setting string.
      98980602
  2. 15 10月, 2014 12 次提交
  3. 14 10月, 2014 12 次提交
  4. 13 10月, 2014 2 次提交
  5. 12 10月, 2014 7 次提交
  6. 11 10月, 2014 2 次提交
  7. 10 10月, 2014 2 次提交
    • J
      Merge pull request #277 from fryshorts/fixes · 9183c827
      Jim 提交于
      Fix small bug in timestamp smoothing for audio sources
      9183c827
    • F
      Fix small bug in timestamp smoothing for audio sources · 58940545
      fryshorts 提交于
      Due to a small error in the timestamp smoothing code the timestamp of
      audio packages that were too early was always set to the next expected
      timestamp, even if the difference was bigger than the smoothing threshold.
      
      This would cause obs to simply append all audio data to the buffer even if
      the real timestamp was way smaller than the next that was expected.
      
      This should reduce corruption problems with for example the pulseaudio
      plugin, which resends data under certain conditions.
      58940545
  8. 08 10月, 2014 2 次提交