1. 02 7月, 2017 4 次提交
  2. 01 7月, 2017 1 次提交
    • J
      UI: Allow zoom with the scroll wheel · 8942c186
      Joseph El-Khouri 提交于
      Adds the ability to zoom into the preview when fixed scaling mode is
      enabled.
      
      (Edit by Jim: Also now saves zoom and scroll position)
      
      Closes jp9000/obs-studio#917
      8942c186
  3. 30 6月, 2017 2 次提交
  4. 29 6月, 2017 4 次提交
  5. 28 6月, 2017 10 次提交
  6. 27 6月, 2017 5 次提交
    • S
      baebfd0c
    • S
      obs-text: Fix file reader occasionally not updating · 2b085da6
      Skid-Inc 提交于
      Delayed reading the text file till the update after the timestamp
      changes, this should fix a minor issue where if the file updates twice
      in one second, only the first change it displayed.
      2b085da6
    • C
      UI: Add "Defaults" button to filters/properties windows · 2d84da2f
      cg2121 提交于
      This adds a "Defaults" button in the source and filter properties, which
      will clear and reset all settings.
      
      Closes jp9000/obs-studio#875
      2d84da2f
    • J
      libobs: Fix bug where obs_data default might not be set · 9ab0f262
      jp9000 提交于
      If a source is created with settings, default values would not be set on
      data items that already had values set.  The check here was supposed to
      be a not equal rather than an equal because you're not supposed to be
      able to set a default value of one type on an item that already exists
      but is of a different type.
      
      This bug would make it so that if a particular setting was removed,
      there would be no default value to fall back on, and it would always be
      0 or NULL for all values.
      
      It's likely this bug wasn't encountered until now because before now
      there had been no reason to clear or remove settings on most things.
      9ab0f262
    • C
      UI: Add fullscreen UI option to view menu · b8d907f3
      cg2121 提交于
      (Edit by Jim: Removed "Fullscreen Preview" because that's already sort
      of served by the normal fullscreen projector option via the preview
      context menu)
      
      Closes jp9000/obs-studio#846
      b8d907f3
  7. 26 6月, 2017 6 次提交
  8. 25 6月, 2017 2 次提交
    • J
      vlc-video: Add network caching property · 31c67d83
      John Cheng 提交于
      Allows having a bit more buffering for network-based video to prevent
      things such as artifacting.
      
      Closes jp9000/obs-studio#786
      31c67d83
    • J
      UI: Fix potential crash with unsupported video cards · 36394ab0
      jp9000 提交于
      If a video card is unsupported, it will attempt to initialize the stats
      window, querying values from a video subsystem that doesn't exist, and
      crash instead of alerting the user that their hardware is unsupported.
      36394ab0
  9. 24 6月, 2017 1 次提交
    • J
      libobs-d3d11: Fix potential issue rebuilding shared texture · aafe08db
      jp9000 提交于
      Sometimes when rebuilding a texture, it often has to fall back and
      create a temporary texture, but it'll fail when trying to create a
      shader resource for it.  The suspicion is because it's due to not having
      the proper shader binding flag when creating that temporary texture, so
      this fixes that possible loophole.
      aafe08db
  10. 23 6月, 2017 1 次提交
  11. 22 6月, 2017 3 次提交
    • J
      obs-ffmpeg: Remove "Buffering (MS)" property · d295ad3e
      jp9000 提交于
      There's no need to display this property at the moment, the default
      amount is more than sufficient for most cases.  That and most people
      wouldn't know what to do with it anyway.
      d295ad3e
    • J
      Merge pull request #928 from Xaymar/feature-enc-amf · 71e3cce3
      Jim 提交于
      enc-amf: Version 2.1.6
      71e3cce3
    • M
      enc-amf: Version 2.1.6 · e4e11451
      Michael Fabian Dirks 提交于
      This version fixes the code applying the streaming services settings, which would incorrectly always be applied due to left over obs_data_set_* lines. It also adds a safety check into SetIDRPeriod for H264 that fixes being able to set an IDR Period of 0 which is simply not supported (we would never be able to stop streaming or recording).
      e4e11451
  12. 21 6月, 2017 1 次提交