1. 04 2月, 2020 2 次提交
  2. 03 2月, 2020 1 次提交
    • V
      libobs/util: Fix incorrect assertion in darray_insert_array · d1b6a04a
      VodBox 提交于
      Previously the assertion required the idx to be smaller than the number
      of elements in the darray. This would mean you could not insert anything
      at the end of a darray, and would make it impossible to insert an array
      into an empty darray.
      d1b6a04a
  3. 02 2月, 2020 3 次提交
  4. 01 2月, 2020 2 次提交
  5. 31 1月, 2020 6 次提交
  6. 30 1月, 2020 1 次提交
  7. 29 1月, 2020 1 次提交
  8. 28 1月, 2020 2 次提交
  9. 27 1月, 2020 6 次提交
  10. 26 1月, 2020 6 次提交
  11. 25 1月, 2020 2 次提交
  12. 23 1月, 2020 3 次提交
    • J
      enc-amf: Update to 2.7.0 · 8cd22d4f
      jpark37 提交于
      8cd22d4f
    • 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
    • C
      46db0c08
  13. 22 1月, 2020 5 次提交