1. 19 8月, 2017 1 次提交
  2. 11 8月, 2017 5 次提交
  3. 10 8月, 2017 5 次提交
  4. 09 8月, 2017 6 次提交
  5. 08 8月, 2017 5 次提交
  6. 07 8月, 2017 5 次提交
  7. 06 8月, 2017 7 次提交
  8. 05 8月, 2017 5 次提交
    • C
      image-source: Add "manual (hotkey)" mode to image slideshow · 7549b3a0
      cg2121 提交于
      Allows traversing/stopping the slideshow via hotkeys.
      
      Split from jp9000/obs-studio#976
      7549b3a0
    • C
      image-source: Add activate/deactivate behavior to slideshow · 1666abe8
      cg2121 提交于
      When the slideshow is deactivated (not shown to the stream), makes it so
      that it can either continue playing regardless, pause, or restart the
      slideshow when the source is activated (shown to the stream) again.
      
      Split from jp9000/obs-studio#976
      1666abe8
    • C
      image-source: Add 'loop' and 'hide on stop' to slideshow · 7b8a56b9
      cg2121 提交于
      Allows the ability to make it so that a slideshow can stop when all
      items have been shown.
      
      Split from jp9000/obs-studio#976
      7b8a56b9
    • J
      libobs: Add ability to transition to NULL source · a9e9246b
      jp9000 提交于
      a9e9246b
    • M
      enc-amf: Update to 2.2.1 · eecf366f
      Michael Fabian Dirks 提交于
      With the newly released Driver 17.7.2, AMD fixed many reported issues and added some much wanted features:
      
      - Pre-Pass and VBAQ are finally working,
      - H265/HEVC content can distinguish between IDR- and I- Frames
      - and also supports Color Range and Color Space now,
      - and the 32-bit only text log crash was fixed.
      
      And now it's time for the plugin to also be updated! This release primarily aims at adding support for AMF 1.4.4 and improving support for older drivers, with some of the recently discovered bugs and crashes fixed.
      
      Hotfix 1: Fixed VBAQ and Pre-Pass being used with Constant QP, causing significant corruption issues and changed some default values for H265.
      
      ## Changelog
      ### 2.2.1
      * Fixed a frame corruption bug with Constant QP caused by toggling VBAQ and Pre-Pass after it had already been applied.
      * Changed the default value of 'Enforce HRD' to 'Enabled' for H265/HEVC encoding.
      * Changed the default value of 'Deblocking Filter' to 'Disabled' for H265/HEVC encoding to fix corruption in strict decoders. (Premiere Pro, After Effects, Vegas, VLC (Software))
      
      ### 2.2.0
      * Added support for AMF 1.4.4 and improved support for older drivers like 16.11.5 and 16.12.1.
      * Fixed a memory corruption crash due to misuse of managed DirectX 11 objects.
      * Fixed a frame corruption bug caused by applying 'VBAQ' and 'Pre-Pass' when using 'Constant QP' Rate Control Method.
      * Fixed a string comparison bug causing Simple Output Mode to always use the Profile 'Constrained Baseline'
      * Fixed a crash when enabling 'Debug' on 32-bit OBS caused by different type sizes.
      * Fixed a crash with H265/HEVC caused by use of the undocumented Intra-Refresh properties.
      * Changed the default value for 'Profile' to 'High'.
      * Changed the default value for 'VBAQ' to 'Disabled' for improved performance.
      * Changed the default value for 'Queue Size' to 8 for improved stability in spontaneous load situations.
      * Changed the log crash work around to only apply to older AMF versions than 1.4.4.
      * Removed unnecessary configuration changes.
      * Removed unsupported Pre-Pass options 'Half Size' and 'Quarter Size'.
      eecf366f
  9. 03 8月, 2017 1 次提交