1. 16 10月, 2019 12 次提交
  2. 15 10月, 2019 3 次提交
  3. 14 10月, 2019 1 次提交
    • J
      enc-amf: Upgrade to v2.6 · e35c15d4
      jpark37 提交于
      Deprecated support for drivers that ship an AMF Runtime older than
      version 1.4.14, and older than 19.9.2. This also means Windows 8 is no
      longer supported since AMD has stopped providing driver updates.
      
      Added the new "High Motion Quality Boost" option that is exclusive to
      the new 5700 cards and seems to do nothing on older cards.
      
      Fixed the calculation of the automatic VBV buffer above 50%.
      
      The Video API option will now only list one API, Direct3D 11 on Windows
      10, and Direct3D 9 on Windows 7.
      e35c15d4
  4. 13 10月, 2019 7 次提交
  5. 12 10月, 2019 10 次提交
    • J
      Merge pull request #2045 from wolf247/master · 0a2fa768
      Jim 提交于
       rtmp-services: Add ChathostessModels
      0a2fa768
    • J
      obs-browser: Remove "monitor by default" flag · d88a5a5a
      jp9000 提交于
      The reasoning behind removing this flag is because the whole point of
      having it in was so we could replace chromium's audio output.  But there
      are too many obstacles in our path from doing that for now, so it's
      better to not have this flag because it just causes a lot of browser
      sources to initialize audio monitoring unnecessarily.  We can change
      this in the future, but for now, it's best to let the user choose to
      turn on audio monitoring for the source if they choose to turn on audio
      rerouting to OBS.
      
      Note that this only changes default behavior for newly created sources;
      it will not change settings of existing sources the user had before this
      change.
      d88a5a5a
    • J
      Revert "libobs/audio-monitoring: Don't init until used" · d6f9ff04
      jp9000 提交于
      This reverts commit 22aa66a6.
      
      Apparently, starting audio on the fly like this can introduce latency in
      to the audio playback, so for now revert it.  It was a bit of a
      precautionary thing rather than an actual fix anyway, so it probably
      wasn't all that necessary to begin with.
      d6f9ff04
    • J
      libobs: Strict objc_msgSend support · 3130d38c
      jpark37 提交于
      Something changed that makes strict the default. Fixed up the code.
      3130d38c
    • J
      libobs-d3d11: Fix code styling · dd48a99f
      jp9000 提交于
      dd48a99f
    • J
      libobs: Update version to 24.0.3 · 236ac661
      jp9000 提交于
      236ac661
    • J
      libobs-d3d11: Fix calling convention of loaded func · 0f75f963
      jp9000 提交于
      Because this did not have WINAPI (stdcall) specified as the calling
      convention on the gdi32 export, caused a crash due to stack corruption
      on the 32bit version of OBS.
      0f75f963
    • W
      rtmp-services: Add ChathostessModels · 7d6d3155
      wolf247 提交于
      7d6d3155
    • J
      Merge pull request #2037 from cg2121/compiler-warnings · 76fe7783
      Jim 提交于
      UI, libobs: Fix compiler warnings
      76fe7783
    • J
      obs-browser: Only disable NetworkService on macOS · 80a1fee7
      jp9000 提交于
      Apparently, using the old chromium network implementation changes the
      way cookies are handled, causing cookies to reset.  So instead of doing
      that, continue to use the new network implementation on Windows, and
      only use the old network implementation on macOS for the time being.
      80a1fee7
  6. 11 10月, 2019 6 次提交
  7. 10 10月, 2019 1 次提交