1. 13 3月, 2018 1 次提交
  2. 07 2月, 2018 1 次提交
  3. 06 2月, 2018 4 次提交
    • P
      libobs/media-io: Change speaker layout to match FFmpeg aac. · 645d6ae8
      pkviet 提交于
      (This commit also modifies the obs-ffmpeg module)
      
      The default channel layouts from aac spec are implemented in FFmpeg
      native aac encoder as follows:
      
          AV_CH_LAYOUT_MONO,
          AV_CH_LAYOUT_STEREO,
          AV_CH_LAYOUT_SURROUND,
          AV_CH_LAYOUT_4POINT0,
          AV_CH_LAYOUT_5POINT0_BACK,
          AV_CH_LAYOUT_5POINT1_BACK,
          AV_CH_LAYOUT_7POINT1,
      
      The correspondence of speaker layouts to AV_CH_LAYOUT from FFmpeg is
      changed to reflect the previous table.
      
      Although FFmpeg native aac encoder can now encode all the layouts listed
      in avutil channel_layout.h (on master), there might be issues with older
      FFmpeg binaries.
      
      Note that 2.1 speaker layout will be encoded as AV_CH_LAYOUT_SURROUND
      (FL FR FC) because it is not listed as the default layout for three
      channels.
      
      This just means some optimizations for LFE channel will not be used by
      the encoder which will treat it as an SCE (single channel element).
      
      Closes jp9000/obs-studio#1182
      645d6ae8
    • J
      Merge pull request #1179 from blueben/master · 94ee26af
      Jim 提交于
      cmake: Fix LuaJIT search
      94ee26af
    • J
      Merge pull request #1180 from OsirisNL/fix_sources_context_menu · b2d9c4f4
      Jim 提交于
      UI: Fix grayed out Copy option in sources context menu
      b2d9c4f4
    • C
      CI: Include style plugins when packaging on OSX · 9c7deb4d
      Colin Edwards 提交于
      9c7deb4d
  4. 02 2月, 2018 2 次提交
  5. 01 2月, 2018 2 次提交
    • J
      deps/obs-scripting: Allow NULL script with script_log · a2ae16e9
      jp9000 提交于
      (This commit also modifies the frontend-tools module)
      
      Prevents a potential crash when script_log is called by a thread spawned
      by a python library.
      a2ae16e9
    • M
      UI: Fix grayed out Copy option in sources context menu · 70fdd172
      Michel 提交于
      This fixes a problem introduced in #1050 where the Copy option would
      be grayed out when rightclicking a source above the currently selected
      source. This also retains the functionality of not having the Copy option
      enabled when no source is selected.
      70fdd172
  6. 31 1月, 2018 4 次提交
  7. 30 1月, 2018 3 次提交
  8. 29 1月, 2018 6 次提交
  9. 26 1月, 2018 2 次提交
  10. 25 1月, 2018 1 次提交
  11. 24 1月, 2018 1 次提交
    • J
      deps/obs-scripting: Make ENABLE_SCRIPTING a user variable · dce311cf
      jp9000 提交于
      Makes it so that the scripting cmake variable ENABLE_SCRIPTING is a user
      variable rather than a global internal cmake variable, and defers the
      internal global cmake variable to SCRIPTING_ENABLED instead.
      dce311cf
  12. 23 1月, 2018 7 次提交
  13. 22 1月, 2018 6 次提交