1. 03 12月, 2017 2 次提交
    • P
      deps/media-playback: Fix compilation with older FFmpeg versions · 89bc6bdc
      pkviet 提交于
      Fixes an issue where media-playback would not compile with older FFmpeg
      versions due to the fact that the AV_PIX_FMT_VIDEOTOOLBOX was
      unavailable until version 54.31.100 of libavutil (FFmpeg 2.8).
      
      Fixes mantis issue 1045.
      
      Closes jp9000/obs-studio#1089
      89bc6bdc
    • M
      obs-ffmpeg: Improve NVENC detection · 94b59822
      Michel 提交于
      Certain NVIDIA GPUs don't support NVENC, but ship with the NVENC
      library, causing OBS to mistakenly think that NVENC is available when it
      actually isn't.
      
      Closes jp9000/obs-studio#1087
      94b59822
  2. 02 12月, 2017 7 次提交
  3. 01 12月, 2017 5 次提交
  4. 30 11月, 2017 4 次提交
    • J
      UI: Fix preview/program projectors being swapped · 6461b636
      jp9000 提交于
      If a preview projector was created in normal mode, it would become a
      studio projector in studio mode.  The window title of the window
      projector would reflect that it was in fact a preview projector and not
      a program projector.
      6461b636
    • C
      UI: Implement per-scene transition overriding · 60e1d7e9
      cg2121 提交于
      Allows the ability to override what specific transition a scene may use
      when transitioning to it.
      
      (Original proposal by cg2121, reworked by Jim)
      
      Closes jp9000/obs-studio#1052
      60e1d7e9
    • J
      libobs: Duplicate private scene/source settings · e70b226e
      jp9000 提交于
      Ensures that private settings data is also duplicated when a scene or a
      source is duplicated.
      e70b226e
    • J
      UI: Fix studio program projectors · b5c03697
      jp9000 提交于
      The studio mode program view projectors used the wrong saving mechanism.
      The save data was copied from the source projectors, which were
      dependent on string values, where as it should have been using a boolean
      true/false value for specific monitors.
      b5c03697
  5. 29 11月, 2017 2 次提交
    • T
      win-dshow: Improve automatic Elgato audio device selection · 09e79aba
      Thomas Schnitzler 提交于
      Implement automatic audio device selection for devices that use two
      separate DirectShow filters for audio and video instead of having a
      single filter with audio and video output pins.
      
      Please note that this fix is currently only active for Elgato USB and
      PCIe devices (e.g. Cam Link, HD60 S, HD60 Pro, 4K60 Pro) to avoid
      unintentionally changing the behavior for any other devices (e.g.
      webcams).
      
      (Jim edit: This fixes an issue with newer Elgato devices where the
      devices would not automatically have their audio coupled with the video;
      users would have to manually select the audio device in order to get
      audio functioning.)
      
      Closes jp9000/obs-studio#1081
      09e79aba
    • R
      UI: Add Studio Mode layout option for portrait mode displays · f140104d
      Ryan Foster 提交于
      This commit adds a checkbox to general setting to allow users to enable
      a vertically oriented layout for studio mode.
      
      This commit addresses mantis issue 827:
      https://obsproject.com/mantis/view.php?id=827
      
      Closes jp9000/obs-studio#1072
      f140104d
  6. 28 11月, 2017 1 次提交
  7. 27 11月, 2017 11 次提交
  8. 26 11月, 2017 8 次提交