1. 21 5月, 2019 1 次提交
  2. 20 5月, 2019 1 次提交
    • J
      libobs: Remove unreachable YUV decode paths · ab8e895b
      James Park 提交于
      A previous refactoring to make DrawMatrix unnecessary has left behind
      unreachable YUV conversions. Even if this code was somehow reachable,
      DrawMatrix for YUV -> RGB doesn't exist anymore, so they would render
      incorrectly anyway.
      ab8e895b
  3. 19 5月, 2019 5 次提交
  4. 18 5月, 2019 2 次提交
  5. 17 5月, 2019 3 次提交
    • M
      UI: Remove 5 file limit for drag & drop · c280e620
      Michael Fabian Dirks 提交于
      c280e620
    • J
      libobs: Fix lockup when an encode call fails · 973d31b8
      jp9000 提交于
      (This commit also modifies the UI, obs-ffmpeg, and obs-output modules)
      
      Fixes a long-time regression where the program would lock up if an
      encode call fails.  Shuts down all outputs associated with the failing
      encoder and displays an error message to the user.
      
      Ideally, it would be best if a more detailed error could be displayed to
      the user about the nature of the error, though the primary problem is
      the encoder errors are typically not something the user would be able to
      understand.  The current message is a bit of a generic error message;
      improvement is welcome.
      
      Another suggestion is to try to have the encoder restart seamlessly,
      though it would take a significant amount of work to be able to make it
      do something like that properly, and it sort of assumes that encoder
      failures are sporadic, which may not necessarily be the case with some
      hardware encoders on some systems.  It may be better just to use another
      encoder in that case.  For now, seamless restart is ruled out.
      973d31b8
    • J
      Merge pull request #1883 from WizardCM/dark-fixes · 19aca120
      Jim 提交于
      UI: Dark theme consistency for Scenes vs Sources
      19aca120
  6. 16 5月, 2019 1 次提交
  7. 14 5月, 2019 5 次提交
  8. 13 5月, 2019 4 次提交
  9. 12 5月, 2019 2 次提交
  10. 10 5月, 2019 15 次提交
  11. 09 5月, 2019 1 次提交