1. 25 4月, 2016 3 次提交
  2. 24 4月, 2016 8 次提交
    • J
      libobs: Fix field order of retro/linear 2x shaders · 84ce1076
      jp9000 提交于
      The field orders of retro 2x and linear 2x deinterlace shaders were
      inverted.  Note that yadif 2x does not act the same in this regard, its
      field ordering is correct due to how it operates.
      84ce1076
    • J
      image-source: Set starting browse path to last used file dir · 1bec7772
      jp9000 提交于
      Set the starting browse path to the directory of the current file used
      for the source.
      1bec7772
    • J
      UI: Don't display x264 warning if using hardware · 54298326
      jp9000 提交于
      Don't display the warning for using two software encoders at the same
      time if the stream encoder is not x264
      54298326
    • J
      UI: Show warning if using multiple separate QSV encoders · 350855a2
      jp9000 提交于
      Warns users that two separate QSV encoders can't be active at the same
      time.
      
      This should be considered a temporary solution to two issues:
      1.) Encoders need to be able to report these errors themselves
      2.) If the QSV encoder is ever changed to allow more than one encoder at
          the same time this should be removed
      350855a2
    • J
      obs-qsv11: Prevent more than one active QSV encoders · 448ae26e
      jp9000 提交于
      Currently, multiple QSV encoders cannot be active at the same time
      (otherwise it will crash).  This is a temporary solution to prevent
      crashes from occurring when more than one QSV encoder tries to start up
      at the same time.
      
      Additionally, in the future there should be a way for encoders to be
      able to communicate with the front-end when an error such as this
      occurs.
      448ae26e
    • J
      obs-qsv11: Remove unused global variable · 6f02d336
      jp9000 提交于
      6f02d336
    • J
      obs-filters: Skip scroll filter if parent has no cx/cy · 5349bbf6
      jp9000 提交于
      There's no point in the filter continuing its processing if there's
      nothing to draw.
      5349bbf6
    • J
      obs-filters: Fix scroll filter offsets becoming non-finite · a23d8e3f
      jp9000 提交于
      If the parent source of a scroll filter has a 0 width or 0 height, the
      scroll filter would do a division by zero on the size_i variable, which
      would then cause the offset variable to perpetually have a non-finite
      value, thus preventing the scroll filter from rendering properly after
      that due to the non-finite offset value being uploaded to the shader.
      a23d8e3f
  3. 23 4月, 2016 6 次提交
  4. 22 4月, 2016 1 次提交
  5. 21 4月, 2016 10 次提交
  6. 20 4月, 2016 12 次提交