1. 02 12月, 2017 7 次提交
  2. 01 12月, 2017 5 次提交
  3. 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
  4. 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
  5. 28 11月, 2017 1 次提交
  6. 27 11月, 2017 11 次提交
  7. 26 11月, 2017 10 次提交
    • P
      libobs: Add surround sound audio support · bbac3280
      pkviet 提交于
      (This commit also modifies the following modules: UI,
      deps/media-playback, coreaudio-encoder, decklink, linux-alsa,
      linux-pulseaudio, mac-capture, obs-ffmpeg, obs-filters, obs-libfdk,
      obs-outputs, win-dshow, and win-wasapi)
      
      Adds surround sound audio support to the core, core plugins, and user
      interface.
      
      Compatible streaming services: Twitch, FB 360 live
      Compatible protocols: rtmp / mpeg-ts tcp udp
      Compatible file formats: mkv mp4 ts  (others untested)
      Compatible codecs: ffmpeg aac, fdk_aac, CoreAudio aac,
      		   opus, vorbis, pcm (others untested).
      Tested streaming servers: wowza, nginx
      	 HLS, mpeg-dash : surround passthrough
      Html5 players tested with live surround:
      	 videojs, mediaelement, viblast (hls+dash), hls.js
      Decklink: on win32, swap channels order for 5.1 7.1
               (due to different channel mapping on wav, mpeg, ffmpeg)
      Audio filters: surround working.
      Monitoring: surround working (win macOs linux (pulse-audio)).
      VST:	 stereo plugins keep in general only the first two channels.
      	 surround plugins should work (e.g. mcfx does).
      OS: win, macOs, linux (alsa, pulse-audio).
      Misc: larger audio bitrates unlocked to accommodate more channels
      NB: mf-aac only supports mono and stereo + 5.1 on win 10
               (not implemented due to lack of usefulness)
      
      Closes jp9000/obs-studio#968
      bbac3280
    • R
      cmake: Add CMake option to disable building plugins · 54ecfc8f
      Ryan Foster 提交于
      Closes jp9000/obs-studio#1070
      54ecfc8f
    • J
      UI: Fix a memory leak when renaming mixer sources · 573fbbfe
      jp9000 提交于
      573fbbfe
    • J
      Merge pull request #1075 from reboot/fix_disabled_filters_applied_in_live_scene · d432cc85
      Jim 提交于
      libobs: Copy enabled state when duplicating filters
      d432cc85
    • A
      rtmp-services: Add MyLive streaming platform · d33b36e4
      Alcaros 提交于
      [MyLive](https://mylive.in.th) is a streaming platform in Thailand.
      Website founded in 2013 and company established in 2017.
      
      Closes jp9000/obs-studio#1073
      d33b36e4
    • A
      CI: Update curl version used by appveyor · cab53559
      Alexandre Paré 提交于
      Closes jp9000/obs-studio#1079
      cab53559
    • F
      rtmp-services: Add Lahzenegar.com streaming platform · f1dd0487
      Fazrad Karkhani 提交于
      Closes jp9000/obs-studio#1063
      f1dd0487
    • J
      Merge pull request #1074 from admshao/fix-x11-fullscreen-keypress · 1866778f
      Jim 提交于
      UI: Allow keyboard events on X11 fullscreen projector
      1866778f
    • M
      libobs-d3d11: Fix gs_enable_color · b55bb448
      Micah Elizabeth Scott 提交于
      It looks like the link between the gs layer rgba enable flags and the
      underlying D3D states never got fully implemented.
      
      This change adds the missing piece, fixing an issue I had in a plugin
      wherein I couldn't write a blended value to a RGBA render target without
      also changing the alpha of the dest pixel.  Debugging that led to the
      missing gs_enable_color functionality.
      
      Closes jp9000/obs-studio#1064
      b55bb448
    • J
      Merge pull request #1065 from damongant/master · 9546a9b7
      Jim 提交于
      rtmp-services: Add us-west1 Picarto ingress
      9546a9b7