1. 18 7月, 2017 1 次提交
  2. 15 7月, 2017 8 次提交
    • J
      rmtp-services: Don't display warning for invalid file ver. · 6b666301
      jp9000 提交于
      The invalid format version warning for service files is an unnecessary
      warning which isn't necessary to display because it'll automatically
      fall back to the distributed version over the cached remote version.
      6b666301
    • J
      obs-outputs: Fix a few issues with CMakeLists.txt · 1cff1e40
      jp9000 提交于
      It's erroneously including an entire directory, including a file that no
      longer exists, and the obs-outputs_HEADERS variable had a typo when used
      in the add_library call.
      1cff1e40
    • J
      UI: Allow outputs to use different audio codecs · 753bf20e
      jp9000 提交于
      Allows an output to automatically specify which audio codec it requires
      and use it instead of AAC.  This change is intended to be
      behind-the-scenes and seamless to the user.
      753bf20e
    • J
      UI: Allow services to use different outputs · 3491487c
      jp9000 提交于
      Allows a service to specify the output it needs in order to function as
      configured.
      
      NOTE: This functionality should be considered temporary as a seamless
      means of implementing support for different output types within the same
      service.  Ideally, different services should be used for this
      functionality.
      3491487c
    • J
      rtmp-services: Allow services to override bframe count · 4d167271
      jp9000 提交于
      4d167271
    • J
      rtmp-services: Add ability to specify different outputs · 339a0686
      jp9000 提交于
      Allows the ability for services to specify a different output if needed.
      
      NOTE: This should probably be considered temporary, and services within
      this file that use this functionality should probably be moved out of
      the file and in to a separate service.
      339a0686
    • J
      obs-qsv11, obs-x264: Allow bframe count overriding · e230f773
      jp9000 提交于
      Allows the ability to override bframes (useful for specific protocols)
      e230f773
    • J
      libobs: Add ability for service to specify its output type · 24571599
      jp9000 提交于
      Allows the ability to change the output type in case one service
      requires a different output type.
      
      NOTE: This should be considered a temporarily yet simple solution to a
      specific problem: support for RTMP-like outputs.  This will allows
      seamless integration of supporting different RTMP-like output types
      within the same service.  This should probably be replaced with a more
      ideal solution later, such as implementing a completely different
      service type instead, when time permits.
      24571599
  3. 14 7月, 2017 1 次提交
  4. 13 7月, 2017 1 次提交
  5. 08 7月, 2017 1 次提交
  6. 05 7月, 2017 1 次提交
  7. 03 7月, 2017 4 次提交
  8. 02 7月, 2017 9 次提交
  9. 01 7月, 2017 1 次提交
    • J
      UI: Allow zoom with the scroll wheel · 8942c186
      Joseph El-Khouri 提交于
      Adds the ability to zoom into the preview when fixed scaling mode is
      enabled.
      
      (Edit by Jim: Also now saves zoom and scroll position)
      
      Closes jp9000/obs-studio#917
      8942c186
  10. 30 6月, 2017 2 次提交
  11. 29 6月, 2017 4 次提交
  12. 28 6月, 2017 7 次提交