1. 17 5月, 2016 1 次提交
  2. 16 5月, 2016 1 次提交
  3. 14 5月, 2016 1 次提交
  4. 12 5月, 2016 1 次提交
  5. 02 5月, 2016 2 次提交
  6. 23 4月, 2016 1 次提交
  7. 10 4月, 2016 2 次提交
    • J
      rtmp-services: Use "scenecut=0" x264 option for Twitch · a589ea8c
      jp9000 提交于
      This option is an x264-specific feature that may generate additional
      keyframes when a major visual change in the output is detected.  This
      functionality is undesirable for streaming because it can cause
      keyframes to become inconsistent and unpredictable, which can negatively
      affect viewer buffering.
      a589ea8c
    • J
      rtmp-services: Add the ability to specify custom x264 opts · 87810bcf
      jp9000 提交于
      Certain services may request certain x264-specific options (such as
      scenecut=0 to prevent additional keyframes from being generated)
      87810bcf
  8. 09 4月, 2016 1 次提交
  9. 04 4月, 2016 1 次提交
  10. 24 3月, 2016 1 次提交
  11. 21 3月, 2016 1 次提交
  12. 20 3月, 2016 1 次提交
  13. 03 3月, 2016 1 次提交
  14. 27 2月, 2016 1 次提交
  15. 23 2月, 2016 1 次提交
  16. 20 2月, 2016 1 次提交
  17. 15 2月, 2016 2 次提交
  18. 14 2月, 2016 1 次提交
  19. 01 2月, 2016 1 次提交
  20. 15 1月, 2016 1 次提交
  21. 27 12月, 2015 1 次提交
  22. 17 11月, 2015 1 次提交
  23. 28 10月, 2015 1 次提交
  24. 17 10月, 2015 1 次提交
  25. 14 10月, 2015 1 次提交
  26. 13 10月, 2015 1 次提交
  27. 29 9月, 2015 1 次提交
  28. 23 9月, 2015 1 次提交
  29. 17 9月, 2015 1 次提交
    • J
      (API Change) libobs: Pass type data to get_name callbacks · 6285a477
      jp9000 提交于
      API changed from:
      obs_source_info::get_name(void)
      obs_output_info::get_name(void)
      obs_encoder_info::get_name(void)
      obs_service_info::get_name(void)
      
      API changed to:
      obs_source_info::get_name(void *type_data)
      obs_output_info::get_name(void *type_data)
      obs_encoder_info::get_name(void *type_data)
      obs_service_info::get_name(void *type_data)
      
      This allows the type data to be used when getting the name of the
      object (useful for plugin wrappers primarily).
      
      NOTE: Though a parameter was added, this is backward-compatible with
      older plugins due to calling convention.  The new parameter will simply
      be ignored by older plugins, and the stack (if used) will be cleaned up
      by the caller.
      6285a477
  30. 06 9月, 2015 1 次提交
  31. 27 8月, 2015 1 次提交
    • G
      rtmp-services: Add YouTube Gaming reference · 3cc98e73
      Gol-D-Ace 提交于
      YouTube Gaming is live since today (26 August 2015) and people will ask
      for it.
      This makes it a bit clearer that YouTube and YouTube Gaming
      (which share the same ingestion system) work with OBS MP.
      3cc98e73
  32. 20 8月, 2015 5 次提交
  33. 17 8月, 2015 1 次提交