1. 04 5月, 2018 1 次提交
  2. 02 5月, 2018 6 次提交
  3. 30 4月, 2018 2 次提交
    • J
      libobs: Add "static" to inline func · 238df3da
      jp9000 提交于
      Fixes linux-specific compiler error:
      libobs/libobs.so.0: undefined reference to `hmax_ps'
      238df3da
    • T
      libobs, UI: Add true peak measurements · b0f94afa
      Tjienta Vara 提交于
      Add a new algorithm to calculate the true-peak. It implements the
      Whittaker- Shannon interpolation from four samples to create 4
      intermediate samples (5 x oversampling) inbetween the middle two
      samples.
      
      With 4 samples and 4 intermediate samples the algorithm can be
      implemented as a 4x4 vector-matrix cross product, which is ideal for
      SSE.
      
      I've also replaced the sample-peak algorithm using SSE as well to
      improve performance.
      
      Closes obsproject/obs-studio#1189
      b0f94afa
  4. 27 4月, 2018 4 次提交
  5. 26 4月, 2018 4 次提交
  6. 25 4月, 2018 4 次提交
  7. 24 4月, 2018 1 次提交
    • J
      libobs: Add functions to get raw video output · c4b482ef
      jp9000 提交于
      Adds obs_add_raw_video_callback() and obs_remove_raw_video_callback()
      functions which allow the ability to get raw video frames without
      necessarily needing to create an output.
      c4b482ef
  8. 23 4月, 2018 5 次提交
  9. 22 4月, 2018 4 次提交
  10. 21 4月, 2018 3 次提交
    • S
      libobs-d3d11: Do not allow Alt+Enter interception · dbfcbac3
      SuslikV 提交于
      Prevents Alt-Enter from attempting to automatically fullscreen an OBS
      graphics display.
      
      Closes obsproject/obs-studio#1248
      dbfcbac3
    • J
      Merge pull request #1246 from pkviet/onMeta · 2ebcd49b
      Jim 提交于
      obs-outputs/flv: Fix ECMA array size
      2ebcd49b
    • I
      UI: Sort audio controls by source name · 61839d8c
      Igor Bochkariov 提交于
      Audio controls in OBS Mixer and Advanced Audio Properties window are not
      sorted at all.  Every time OBS is restarted they get shuffled (Jim note:
      This is due to json object hashing).  The order of these controls is
      additionally not consistent between the mixer and the advanced audio
      properties window.
      
      Closes obsproject/obs-studio#1242
      61839d8c
  11. 20 4月, 2018 6 次提交