1. 20 4月, 2014 1 次提交
    • J
      obs-properties: Add a few features · 7a606941
      jp9000 提交于
      Just wanted the ability to be able to add private data to the properties
      data.  Makes it a little easier to manage data if you get updates from
      controls.
      7a606941
  2. 19 4月, 2014 5 次提交
  3. 17 4月, 2014 5 次提交
  4. 16 4月, 2014 8 次提交
  5. 15 4月, 2014 10 次提交
  6. 14 4月, 2014 6 次提交
  7. 13 4月, 2014 4 次提交
    • J
      Fix drawing bug with async video sources · 2451b80e
      jp9000 提交于
      Before, async video sources would flicker because they were only being
      drawn when they were updated.  So when updated, they'd draw that frame,
      then it would stop drawing it until it updated again.  This fixes that
      issue and they should now draw properly.
      
      Also, fix a few other minor bugs and issues relating to async video,
      and make it so that non-async video filters can be properly applied to
      them.
      
      For the purposes of testing, change the 'test-random' source to an async
      video source that updates every quarter of a second with a new random
      face.
      
      Also fix a bug where non-async video sources wouldn't have filter
      effects applied properly.
      2451b80e
    • J
      Revert OpenGL swizzle change · bc33b09b
      jp9000 提交于
      Was wrong to use the swizzle -- it was an incorrect assumption on my
      part that this could work in the first place (despite working on
      windows)
      bc33b09b
    • J
      Fix style errors (please don't make me do this) · 0e9b13fc
      jp9000 提交于
      0e9b13fc
    • J
      Merge pull request #59 from BtbN/linux_fixes · b53e2a88
      Jim 提交于
      Linux fixes and additions
      b53e2a88
  8. 12 4月, 2014 1 次提交