1. 02 5月, 2017 1 次提交
  2. 01 5月, 2017 1 次提交
    • M
      enc-amf: Update to v2.1.0(.0) · 2172c474
      Michael Fabian Dirks 提交于
      * Supports both H264/AVC and H265/HEVC encoding.
      * Fixed several crashes and bugs that plagued users.
      * Massively reduced CPU usage caused by the plugin.
      * Added settings for custom I/P/B Interval.
      * Added settings for custom Frame Skipping.
      2172c474
  3. 30 4月, 2017 2 次提交
    • 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
    • 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
  4. 27 4月, 2017 3 次提交
  5. 26 4月, 2017 1 次提交
  6. 09 4月, 2017 1 次提交
  7. 08 4月, 2017 2 次提交
  8. 06 4月, 2017 1 次提交
    • S
      audio-monitoring: Add ability to monitor Outputs · e006d961
      Shaolin 提交于
      (Note: This commits also modifies the linux-pulseaudio, mac-capture, and
      win-wasapi plugins)
      
      Do not prevent the targeted output device from being monitored if the
      selected monitor output device is a different one.
      
      Closes jp9000/obs-studio#872
      e006d961
  9. 05 4月, 2017 1 次提交
  10. 01 4月, 2017 4 次提交
  11. 27 3月, 2017 1 次提交
  12. 26 3月, 2017 2 次提交
  13. 25 3月, 2017 1 次提交
    • B
      obs-ffmpeg/nvenc: Remove "default" preset · d1343dc0
      BtbN 提交于
      The "default" preset is not an actual default, but something Nvidia
      decided to just call that way.  It yields the worst quality per bitrate
      out of all the presets, for no actual benefits.  The actual FFmpeg
      default is the hq one, which yields the best quality, especially when
      twopass mode is enabled.
      
      I can't think of a way to keep the "default" preset in a non-confusing
      way, and as it gives no known benefits, might as well just remove it
      entirely.
      
      (Jim edit: Also made it so that if the settings have it set to
      "default", it automatically treats it as "hq")
      
      Closes jp9000/obs-studio#865
      d1343dc0
  14. 19 3月, 2017 1 次提交
  15. 17 3月, 2017 1 次提交
  16. 13 3月, 2017 1 次提交
    • C
      image-source: Move file modification check before animation processing · 35d6787f
      Christoph Hohmann 提交于
      The code to process GIF animations contains a return statement that
      skiped the file modification check, if the source is not in an active
      scene. Like that images in the preview scene of studio mode would never
      update, when they get modified on disk.
      
      Also reloading the image, if an animation file has been modified before
      processing the old animation that will be replaced later anyway, seems
      like a better way to do it.
      35d6787f
  17. 07 3月, 2017 1 次提交
  18. 06 3月, 2017 1 次提交
  19. 04 3月, 2017 4 次提交
    • G
      Update translations from Crowdin · de1bbf43
      Gol-D-Ace 提交于
      de1bbf43
    • R
      obs-outputs: Various fixes to new network code · 7c7307df
      Richard Stanway 提交于
      Fixes another 100% CPU spin bug, improves low latency mode, fixes some
      crashes on stopping stream due to race conditions.
      7c7307df
    • J
      win-dshow: Actually fix LGP issue · a8d74197
      jp9000 提交于
      The LGP issue is caused by the device drivers returning two or more
      packets in a single segment of audio data.  This fixes it by detecting
      that and decoding subsequent packets.
      
      When the FFmpeg audio decoder returns, it returns how many bytes of data
      was decoded.  To have it decode multiple packets in a single segment,
      just subtract the return value from the expected size, and if that size
      is still larger than zero, then there are more packets in the segment to
      decode.  Otherwise, stop.
      a8d74197
    • J
      Revert "win-dshow: Add LGP timestamp fix" · 084e9daf
      jp9000 提交于
      This reverts commit 32f60d07.
      084e9daf
  20. 03 3月, 2017 2 次提交
  21. 02 3月, 2017 1 次提交
  22. 01 3月, 2017 2 次提交
  23. 28 2月, 2017 4 次提交
  24. 26 2月, 2017 1 次提交
    • M
      enc-amf: Update to version 1.4.3.9 · 2a718248
      Michael Fabian Dirks 提交于
      1.4.3.9 is not an official version, it just patches a bug introduced by overusing a macro. I'm not sure if it fixes the crash in blog, but it should fix the crash in AMF initialization.
      2a718248