1. 18 7月, 2019 1 次提交
  2. 24 6月, 2019 1 次提交
    • J
      clang-format: Apply formatting · f53df7da
      jp9000 提交于
      Code submissions have continually suffered from formatting
      inconsistencies that constantly have to be addressed.  Using
      clang-format simplifies this by making code formatting more consistent,
      and allows automation of the code formatting so that maintainers can
      focus more on the code itself instead of code formatting.
      f53df7da
  3. 03 8月, 2018 1 次提交
    • S
      obs-filters: Fix segfault in Compressor Filter · d5fb5edd
      Shaolin 提交于
      obs_audio_data* sent to compressor_filter_audio had audio->frames == 0.
      The analyze_envelope was trying to access an array at index -1 in result
      of that. Just return if no samples are provided.
      
      This fixes Mantis issue: 1261
      d5fb5edd
  4. 31 5月, 2018 1 次提交
    • Z
      obs-filters: Use double-precision where viable · 698e6418
      Zachary Lund 提交于
      We're expecting a variable with double precision. Since we don't read
      the value of these doubles with a particular precision, it can often
      lead to unpredictable results where the value set isn't the one
      intended due to the loss of precision from float->double conversion.
      698e6418
  5. 20 2月, 2018 1 次提交
  6. 23 1月, 2018 1 次提交
  7. 07 12月, 2017 1 次提交
  8. 03 12月, 2017 1 次提交
  9. 01 6月, 2017 1 次提交
  10. 28 2月, 2017 2 次提交
  11. 25 2月, 2017 1 次提交