1. 18 7月, 2016 2 次提交
    • S
      obs-x264: Don't show buffer size if buffer size off · 2d2ca06f
      SuslikV 提交于
      Whether buffer size is visible is determined by the value of the "Use
      buffer size" property (the "use_bufsize" setting).
      
      (Commit edited and formatted by Jim: separated this code from the
      previous commit, and gave it a proper commit message)
      
      Closes jp9000/obs-studio#567
      2d2ca06f
    • S
      obs-x264: Fix settings string typo · 2fb1d180
      SuslikV 提交于
      This is why macros should be used for settings strings.
      
      (Commit edited and formatted by Jim: separated this code from the
      following commit, and gave it a proper commit message)
      
      Closes jp9000/obs-studio#567
      2fb1d180
  2. 16 7月, 2016 2 次提交
  3. 13 7月, 2016 1 次提交
  4. 10 7月, 2016 3 次提交
  5. 09 7月, 2016 3 次提交
  6. 08 7月, 2016 2 次提交
    • J
      obs-filters: Fix scroll filter sampler state · 6ac832fb
      jp9000 提交于
      When the crop filter was changed to a crop/pad filter, the sampler state
      was changed to use a transparent border for the U/V addressing mode.
      However, what was not realized at the time was that the scroll filter
      also shared the crop effect file, and the scroll filter depended on the
      old sampler state (wrap u/v).
      
      This fixes the issue by simply setting a u/v wrap sampler state in the
      scroll filter.
      6ac832fb
    • J
      Merge pull request #561 from dodgepong/latest-crowdin-translations · 2cad0f34
      Jim 提交于
      Add new Ukranian translations
      2cad0f34
  7. 07 7月, 2016 3 次提交
  8. 06 7月, 2016 5 次提交
  9. 05 7月, 2016 2 次提交
    • J
      UI: Allow directories in file formatting settings · d7cf581b
      jp9000 提交于
      When configuring file formatting settings in advanced, allow the ability
      to specify formatted directories.
      
      For example, "%CCYY-%MM/%DD %hh-%mm-%ss"
      
      would make the year and month a subdirectory, then the
      day/hour/minute/seconds as the file name.  January 21st 2121 at 4pm
      would end up being:
      
      "21 04-00-00.mp4" in the subdirectory "2121-01".
      d7cf581b
    • J
      UI: Fix window start pos when not inside a monitor · e9087cfd
      jp9000 提交于
      Commit 8932bd39 attempted to fix the starting position when the program
      started up inside of a monitor that no longer exists, but it was
      incorrectly assumed that it would cause the program to automatically
      center its position.  Instead it set its position to {0,0}, which is a
      really awkward position.
      
      This fixes that commit and ensures the window starts up centered to the
      primary display when its saved starting position is invalid.
      e9087cfd
  10. 04 7月, 2016 2 次提交
  11. 03 7月, 2016 5 次提交
  12. 02 7月, 2016 5 次提交
  13. 01 7月, 2016 3 次提交
  14. 29 6月, 2016 2 次提交