1. 14 1月, 2020 2 次提交
  2. 13 1月, 2020 12 次提交
  3. 12 1月, 2020 1 次提交
  4. 10 1月, 2020 2 次提交
  5. 09 1月, 2020 1 次提交
  6. 08 1月, 2020 3 次提交
    • F
      obs-outputs: Fix mbedtls use of deprecated functions · 2699bbbd
      Florian Zwoch 提交于
      mbedtls_md5_starts(), mbedtls_md5_update() and mbedtls_md5_finish()
      have been marked deprecated since mbedtls version 2.7 and may go
      away in the future.
      
      These function have been superseded by versions with a return
      value. They are suffixed with "_ret". We do not actually check
      return values.
      
      Also the header "mbedtls/net.h" has been superseded by
      "mbedtls/net_sockets.h".
      2699bbbd
    • J
      Merge pull request #2303 from derrod/purge-services · 16d37508
      Jim 提交于
      rtmp-services: Update/remove services
      16d37508
    • D
      rtmp-services: Update/remove services · 3d091d5e
      derrod 提交于
      - Mixer OSL removed (NXDOMAIN)
      - Restream.io Prague added (FTL & RTMP)
      - GameTips.tv removed (NXDOMAIN on all servers)
      3d091d5e
  7. 05 1月, 2020 5 次提交
    • J
      libobs: Log windows release version · eadb96fb
      jp9000 提交于
      This logs the Windows release version (e.g. 1809, 1903, etc)
      eadb96fb
    • J
      libobs: Find windows version · de3de2a2
      jp9000 提交于
      This uses three methods of obtaining the actual windows version,
      RtlGetVersion which is the ntdll version of GetVersionEx that bypasses
      the manifest check garbage, looking up the file version of a file that
      is most likely to be updated per windows version (ntoskrnl), and the
      registry.  Of the three values, it chooses the highest windows version
      obtained by the three.
      
      Closes obsproject/obs-studio#2294
      de3de2a2
    • J
      Merge pull request #2297 from jpark37/leak-fixes · 39d53e04
      Jim 提交于
      Leak fixes
      39d53e04
    • J
      UI: Fix QResizeEvent leaks · 29139364
      jpark37 提交于
      Not sure if this is a valid pattern in the Qt world though.
      29139364
    • J
      mac-vth264: Fix encoder list leak · 2c10f237
      jpark37 提交于
      Instruments claims there are still more around here, but they look
      internal with my limited Mac knowledge.
      2c10f237
  8. 04 1月, 2020 7 次提交
  9. 03 1月, 2020 2 次提交
  10. 02 1月, 2020 3 次提交
  11. 01 1月, 2020 1 次提交
  12. 31 12月, 2019 1 次提交