1. 04 1月, 2019 1 次提交
  2. 28 12月, 2018 2 次提交
  3. 27 12月, 2018 2 次提交
  4. 20 12月, 2018 2 次提交
  5. 13 12月, 2018 1 次提交
  6. 08 12月, 2018 2 次提交
    • P
      UI: Show "OBS Studio" in linux desktop link · f1b9f6b3
      probonopd 提交于
      Closes obsproject/obs-studio#1563
      f1b9f6b3
    • P
      UI: Fix display of mono source with surround output · 736b7f0d
      pkviet 提交于
      A mono input with surround output is upmixed by swresampler by routing
      it to FC (front center) by default which corresponds to third channel
      for 3.0, 4.0, 4.1, 5.0, 5.1, 7.1. (The other channels are muted.)
      But the volume meters are set to show the first channel for mono sources.
      Therefore although audio is processed, it would not show on the meter.
      This fixes this display issue.
      
      Closes obsproject/obs-studio#1540
      736b7f0d
  7. 07 12月, 2018 3 次提交
  8. 06 12月, 2018 7 次提交
  9. 05 12月, 2018 1 次提交
  10. 04 12月, 2018 3 次提交
    • J
      Merge pull request #1538 from cg2121/fix-batch-remux-warning · 884e61f0
      Jim 提交于
      UI: Fix batch remux compiler warning
      884e61f0
    • P
      libobs: Log audio source when buffering is added · 1002f9b6
      pkviet 提交于
      Closes obsproject/obs-studio#1521
      1002f9b6
    • J
      libobs: Fix starting timestamp for preloaded frames · 4fa30c61
      jp9000 提交于
      If audio monitoring is enabled and set to output only, the
      obs_source_show_preloaded_video function would still incorrectly set the
      current source audio output timestamp to the current system time, which
      would cause audio to use an incorrect starting point from long ago for
      the first starting audio segment if audio monitoring is then turned off
      some time after having started the source.
      
      Instead, the starting timestamp should be set to 0 if audio monitoring
      is enabled with no output to stream, so that if/when audio monitoring is
      disabled, it recalculates the starting timestamp of the first audio
      packet on the spot again.
      
      Closes obsproject/obs-studio#1522
      4fa30c61
  11. 03 12月, 2018 12 次提交
  12. 01 12月, 2018 4 次提交