1. 03 12月, 2017 4 次提交
  2. 02 12月, 2017 8 次提交
  3. 01 12月, 2017 5 次提交
  4. 30 11月, 2017 5 次提交
  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 4 次提交
    • 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