1. 05 1月, 2019 1 次提交
  2. 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
  3. 07 12月, 2018 3 次提交
  4. 06 12月, 2018 6 次提交
  5. 05 12月, 2018 1 次提交
  6. 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
  7. 03 12月, 2018 12 次提交
  8. 01 12月, 2018 4 次提交
  9. 30 11月, 2018 1 次提交
    • P
      obs-libfdk: Compatibility fix for new API · 5cf2b5fb
      pkviet 提交于
      fdk-aac v2.0.0 (aacenc 4.0.0) changes the AACENC_InfoStruct:
      the encoderDelay parameter is replaced by two, nDelay and
      nDelayCore. This patch checks the lib version and adjust the parameter
      accordingly.
      5cf2b5fb
  10. 26 11月, 2018 2 次提交
  11. 23 11月, 2018 1 次提交
  12. 21 11月, 2018 1 次提交
  13. 16 11月, 2018 1 次提交
  14. 13 11月, 2018 1 次提交
    • G
      CI: Update Qt path on Windows · e6ac8302
      Gol-D-Ace 提交于
      AppVeyor recently updated their Qt version to 5.11.2 which breaks
      builds, because of the outdated path. Using this path should always
      ensure that the newest subversion of Qt 5.11 gets used.
      e6ac8302
  15. 06 11月, 2018 1 次提交