1. 05 5月, 2017 1 次提交
  2. 04 5月, 2017 8 次提交
    • E
      UI: Fix warning in VisualStudio 2017 · 26c28b45
      e00E 提交于
      When building with VS2017 the compiler shows some warnings which is
      undesirable.
      
      The compiler rightly complains about declarations which hide older ones
      which are trivially fixed.
      
      Finally only POD types should be passed to variadic functions which is
      why the String should be converted to c_str().
      Relying on the current undefined behavior is a bad idea as it can change
      with compilers and compiler versions.
      
      Closes jp9000/obs-studio#902
      26c28b45
    • E
      UI, obs-qsv11: Fix build in VisualStudio 2017 · 4361c5bd
      e00E 提交于
      OBS did not build out of the box in VS2017 but it does with these
      changes.
      
      Closes jp9000/obs-studio#902
      4361c5bd
    • J
      libobs/util: Add Get function to BPtr<> · 82d72803
      jp9000 提交于
      82d72803
    • J
      Merge pull request #900 from cg2121/linux-scene-switcher · 965e2eea
      Jim 提交于
      frontend-tools: Add automatic scene switcher for Linux
      965e2eea
    • J
      Merge pull request #889 from cg2121/drag-drop-bug · da0f3c27
      Jim 提交于
      UI: Fix drag & drop bug
      da0f3c27
    • J
      Merge pull request #901 from derrod/purge-services · 7ee643e2
      Jim 提交于
      rtmp-services: Update ingests
      7ee643e2
    • D
      rtmp-services: Update ingests · 31121a8f
      derrod 提交于
      - Remove livecoding.tv (now using per-user ingest assignment)
      - Remove Connectcast.tv (Shutting down)
      - Remove Cashplay.tv (Shut down)
      - Remove Restream.io LA ingest (removed)
      - Rename Stre.am to Stream.live and update URL
      31121a8f
    • M
      UI: Add option to disable audio ducking on windows · 9efd2b87
      mntone 提交于
      The audio subsystem of windows is by default configured to lower the
      volume of other things while a communications device (mic) is currently
      active.  This patch prevents that from being enabled with OBS.  If the
      user needs audio ducking enabled again for whatever reason, there is now
      an option to re-enable it in advanced settings.
      
      Closes jp9000/obs-studio#884
      9efd2b87
  3. 03 5月, 2017 1 次提交
  4. 02 5月, 2017 4 次提交
  5. 01 5月, 2017 2 次提交
  6. 30 4月, 2017 10 次提交
    • J
      frontend-plugins: Abstract captions · aa707047
      jp9000 提交于
      Currently the captioning code is a bit intertwined with the UI, and the
      captioning is hard-coded towards microsoft speech API.
      
      This patch abstracts captions to allow other APIs to be implemented
      later.
      aa707047
    • J
      frontend-tools: Rename some files · 1e37017d
      jp9000 提交于
      Changing the name of certain captions source files so it specifies which
      caption API the files are for.  "mssapi" for Microsoft's speech API.
      1e37017d
    • S
      UI: Add command line option for starting up always on top · 0206227b
      Shamun 提交于
      Closes jp9000/obs-studio#853
      0206227b
    • C
      UI: Make sure all dialogs have close buttons · e26f07a1
      cg2121 提交于
      This adds close buttons to remux dialog, output timer dialog, and
      advanced audio properties dialog.  I also did a small refactor of the
      remux dialog so the buttons were consistent with other dialogs.
      
      Closes jp9000/obs-studio#876
      e26f07a1
    • S
      obs-outputs: Always call RTMP_Init before connecting · 0ea0b99a
      SoraYuki 提交于
      Clears/reinitializes RTMP structure to defaults, preventing data from
      potentially persisting between different connections.
      
      Closes jp9000/obs-studio#878
      0ea0b99a
    • C
      UI: Display filename when dragging & dropping · 012b5ef6
      cg2121 提交于
      After dragging and dropping a file, the source name will be the
      filename.
      
      (Jim: When dragging and dropping raw text, the raw text would then be
      used as the source's name, which is bad if there's a lot of text.  It's
      now been changed so that it uses the source type's display name, i.e.
      "Text (GDI+)" as the source name in that case)
      
      Closes jp9000/obs-studio#888
      012b5ef6
    • J
      Merge pull request #893 from RytoEX/update-contrib · f3a9d25b
      Jim 提交于
      Update Linux kernel coding style URL in CONTRIBUTING
      f3a9d25b
    • J
      Merge pull request #894 from trwnh/patch-1 · 1e831ea9
      Jim 提交于
      UI: Ctrl+E to Edit Transform
      1e831ea9
    • P
      UI: Add front-end API functions to get/modify service · 9f3bb4a1
      Palakis 提交于
      This commit adds functions to get, set and save the service and its
      settings, and is plugged straight into the existing internal functions
      serving this purpose
      
      (Jim: Fixed commit message and missing newline at end of file)
      
      Closes jp9000/obs-studio#895
      9f3bb4a1
    • J
      win-capture: Fix and clarify window capture prioritization · 2e0d2373
      jp9000 提交于
      Changes "class" prioritization to attempt to find the window either with
      the same title, or the next window of the same window class (window
      type), changes "title" prioritization to only find the window based
      upon its title, and changes "executable" prioritization to attempt to
      find the window with the same title, or the next window of the same
      executable.
      
      Additionally changes the text associated with these selections to
      clarify that functionality to users.
      2e0d2373
  7. 27 4月, 2017 5 次提交
  8. 26 4月, 2017 5 次提交
  9. 24 4月, 2017 2 次提交
  10. 23 4月, 2017 2 次提交