1. 08 7月, 2018 4 次提交
  2. 04 7月, 2018 1 次提交
  3. 03 7月, 2018 1 次提交
    • L
      vlc-video: Load libvlccore.dylib on macOS · ec366cfa
      Luke Yelavich 提交于
      As of version 3, libvlc on macOS is linked against libvlccore
      differently. Previously libvlccore was referred to via the @loader_path
      macro, now @rpath is used. As such, dlopen is no longer able to find
      libvlccore. Explicitly load libvlccore so that the symbols that
      libvlc needs can be found.
      
      Tested against VLC versions 2.2.8 and 3.0.3.
      ec366cfa
  4. 02 7月, 2018 6 次提交
  5. 01 7月, 2018 1 次提交
  6. 27 6月, 2018 2 次提交
  7. 25 6月, 2018 1 次提交
  8. 21 6月, 2018 3 次提交
    • J
      UI: Fix cramped source tree sub-widgets on macOS · b760b24f
      jp9000 提交于
      b760b24f
    • J
      UI: Fix bug where color property shows transparency · 78d56691
      jp9000 提交于
      Technically, setting the transparency value via a color property isn't
      currently supported.  However, some sources/filters will set their alpha
      portion of their color value to 0, which would cause the color property
      to have a transparent background.  Set the alpha value to 255 for now,
      at least until we properly implement support for setting transparency
      via the color property (if we ever do).
      78d56691
    • J
      UI: Fix display bug with color property · 085af8bb
      jp9000 提交于
      With the recent change to fix showing color in the color property widget
      when using different themes (b8f03791), a bug was introduced:  when
      opening filters with a filter that has a color property, it would sort
      of "bug out" and recreate over and over.  This is likely due to
      something internally with Qt and the stacked layout.  The stacked layout
      really is not necessary, so remove the stacked layout and just use the
      color label directly.
      085af8bb
  9. 20 6月, 2018 2 次提交
  10. 19 6月, 2018 2 次提交
  11. 18 6月, 2018 3 次提交
  12. 17 6月, 2018 1 次提交
  13. 15 6月, 2018 1 次提交
    • S
      UI: If group's name exist, start it from 2 · 488c087d
      SuslikV 提交于
      Currently if you making a new group it named "Group 1" by default
      instead of just "Group". This fixes it. The second group will be
      named "Group 2".
      488c087d
  14. 13 6月, 2018 2 次提交
  15. 12 6月, 2018 1 次提交
    • J
      obs-transitions: Fix potential stinger divide by 0 · 0bd2e23d
      jp9000 提交于
      If the transition point was above or equal to 1.0, it would cause a
      divide by 0 error a few lines down.  This could cause audio data to
      become corrupted with NAN audio data when mixing, which can cause
      certain audio encoders (namely the FFmpeg AAC encoder) to fail.
      
      It was possible for the transition point to be above or equal to 1.0 if
      the stinger media file was no longer loadable for whatever reason.
      0bd2e23d
  16. 11 6月, 2018 1 次提交
  17. 09 6月, 2018 4 次提交
  18. 08 6月, 2018 1 次提交
    • B
      obs-x264: Specify x264 color space for BT.601 · 958167c4
      Bjorn 提交于
      Back in an older commit, the default YUV colorspace was changed to 601
      in order to ensure correct playback in video players that ignore the
      contents of the H264 header.
      x264's "undef" is unfortunately not what players that don't ignore the
      header expect for BT.601, resulting in incorrect colors when played
      back. Setting it to "bt470bg", similar to what is specified in ffmpeg
      outputs, remedies this issue.
      958167c4
  19. 07 6月, 2018 3 次提交