1. 26 1月, 2020 2 次提交
  2. 25 1月, 2020 1 次提交
  3. 23 1月, 2020 1 次提交
    • R
      obs-outputs: Fix librtmp mbedtls thread safety · 2b131d21
      Richard Stanway 提交于
      Per mbedtls documentation, "If you share a context between threads, you
      need to call these functions only from the main thread, at the beginning
      and end of the context's lifetime.". OBS violated this since librtmp
      uses a global context and it was allocated and freed in different
      threads such as the auto config test.
      
      This commit attaches the mbedtls context to an RTMP structure so there
      is no more global state. It also fixes a rare double-free crash that
      could occur if RTMP_TLS_Free was called twice (this happened in rare
      situations such as the auto config running followed by a mode change
      from Advanced to Simple).
      2b131d21
  4. 22 1月, 2020 6 次提交
  5. 21 1月, 2020 7 次提交
  6. 20 1月, 2020 2 次提交
  7. 19 1月, 2020 4 次提交
  8. 17 1月, 2020 3 次提交
  9. 16 1月, 2020 2 次提交
  10. 15 1月, 2020 7 次提交
  11. 14 1月, 2020 5 次提交
    • C
      UI: Fix studio mode transition bugs · f7d39c12
      Clayton Groeneveld 提交于
      -If the user were in the middle of a transition and clicked
      the cut transition, the transitions would become borked.
      
      -This actually disables the transition widgets, so the
      user doesn't click them. Before, the disabling of the
      widgets didn't work as expected. The code for enabling/disabling
      them was also simplified.
      
      -This loading of studio mode was moved in OBSInit because
      the loading of transitions needs to happen first. This fixes
      a bug when enabling/disabling the t-bar when the program
      is first loaded. The t-bar would be disabled even if a
      cut or stinger transition was not used.
      
      -When the user would click the quick transitions, the
      t-bar would be enabled even when it was not supposed
      to.
      f7d39c12
    • J
      Merge pull request #2319 from jpark37/rgb-dib · 37a7805a
      Jim 提交于
      win-dshow: Fix upside-down RGB DIBs
      37a7805a
    • J
      win-dshow: Fix upside-down RGB DIBs · 9eeef48b
      jpark37 提交于
      Fix regression to RGB DIB orientation according to MSDN.
      9eeef48b
    • K
      UI: Support DnD overlay in linuxbrowser · aeed4a3a
      Kurt Kartaltepe 提交于
      Add support for checking multiple source types in Drag n Drop callback
      to support overlays for linuxbrowser users. Once the "browsersource" is
      available on the platform it will have priority.
      aeed4a3a
    • J
      Merge pull request #2291 from jpark37/cube-lut · 1b3525e6
      Jim 提交于
      Cube LUT file support
      1b3525e6