1. 16 3月, 2018 14 次提交
  2. 15 3月, 2018 7 次提交
  3. 13 3月, 2018 6 次提交
  4. 12 3月, 2018 1 次提交
  5. 02 3月, 2018 1 次提交
  6. 28 2月, 2018 1 次提交
  7. 27 2月, 2018 7 次提交
  8. 26 2月, 2018 3 次提交
    • J
      obs-ffmpeg: Use FFmpeg's "fast" AAC encoder by default · aa58b9cf
      jp9000 提交于
      FFmpeg has recently made their "fast" AAC encoder the default, which
      uses less CPU and sounds better at common bitrates.
      aa58b9cf
    • J
      obs-ffmpeg: Remove cutoff hack for AAC encoder · a89470d2
      jp9000 提交于
      The cutoff hack was added many, many years ago as recommended by
      Konverter.  Since then, there has been much work on the AAC encoder, so
      this hack should no longer be necessary.
      a89470d2
    • J
      win-mf: Deprecate plugin · 26595b58
      jp9000 提交于
      The windows media foundation H264 encoders have been deprecated for over
      a year, and microsoft's media foundation AAC encoder has had a continued
      issue with occasional random audio glitches.  The FFmpeg AAC encoder has
      had recent development, and is more than sufficient to be able to handle
      the task of encoding in terms of both quality and performance, so it's
      better just to use the FFmpeg encoder from here on out.
      
      As this plugin is no longer needed, for the next year or two it'll still
      be compiled and included, but as a blank plugin that does nothing.  The
      reason why it's still being included as a blank no-operation plugin is
      to overwrite older versions of the plugin.  That way if a user installs
      a newer OBS version over an older one, it won't load up the older win-mf
      plugin where the encoders still were enabled.
      
      This also fixes some rarely reported media foundation crashes that can
      happen on startup.
      26595b58