1. 13 5月, 2020 1 次提交
    • J
      UI: Restore theme if settings window exit with [x] · 42bbca3d
      jp9000 提交于
      Fixes a bug where if the theme was changed, then wasn't saved, and the
      user exits the window with the [x] button, then chooses "No" when asked
      to save settings, it would not restore the original theme.
      42bbca3d
  2. 12 5月, 2020 1 次提交
  3. 11 5月, 2020 1 次提交
  4. 10 5月, 2020 6 次提交
  5. 07 5月, 2020 6 次提交
  6. 06 5月, 2020 1 次提交
    • M
      obs-ffmpeg: Fix AVFrame handling in FFmpeg output · 9ef263f8
      Marvin Scholz 提交于
      Fix an issue in the way AVFrames were handled in the FFmpeg
      encoder plugin, which could lead to tearing in the encoded
      video due to data races in the AVFrame and AVBuffer.
      
      This is fixed by calling av_frame_make_writable which ensures
      the frame and its associated buffer are writable. If its not,
      it will copy the AVFrame, create a new AVBuffer for it and
      decrease the refcount of the old AVFrame and AVBuffer.
      This way OBS always ends up with a usable buffer to write into
      which is not still used by the encoder while avoiding a copy
      when unnecessary.
      9ef263f8
  7. 05 5月, 2020 1 次提交
    • R
      UI/updater: Fix launching OBS as admin post-update · 078ea522
      Richard Stanway 提交于
      A long standing lack of synchronization on the elevated process handle
      made the non-elevated process always exit, so the updater would assume
      it was started elevated and launch OBS from the elevated context.
      
      Also applies the altered working directory to the non-elevated code
      path so it can find the OBS executable properly.
      078ea522
  8. 04 5月, 2020 5 次提交
  9. 03 5月, 2020 14 次提交
  10. 02 5月, 2020 1 次提交
    • K
      plugins: Add oss-audio plugin · a5a8cc26
      Ka Ho Ng 提交于
      This implements OSS audio input capturing support for OSS-capable OSes.
      FreeBSD and DragonFly (not yet tested on) supports are added as a
      starting point.
      a5a8cc26
  11. 30 4月, 2020 3 次提交