1. 18 11月, 2014 1 次提交
  2. 17 11月, 2014 7 次提交
    • J
      text-freetype2: Remove null pointer dereference · ce99829d
      jp9000 提交于
      ce99829d
    • J
      text-freetype2: Do not call wcslen in loop expr. · f199e2c0
      jp9000 提交于
      Doing this in the expression will cause it to execute the function every
      time the expression is evaluated, which is needless cycles wasted.
      Instead, call wcslen before the loops begin.
      f199e2c0
    • J
      obs-ffmpeg: If ffaac is used, change cutoff freq · ae862c16
      jp9000 提交于
      If FFmpeg's experimental aac encoder is used, this changes the cutoff
      frequency to better values in order to try to help make up for the
      inherent lack of encoder quality a bit.  If FFmpeg is compiled to use
      another encoder by default, these settings will not be applied.
      ae862c16
    • J
      Allow hex numbers to be used in config data · 5888085a
      jp9000 提交于
      This allows the 0x* format of hexadecimal integers to be used as config
      integers.
      5888085a
    • J
      Add config_open_string function · 397dda78
      jp9000 提交于
      This allows opening ini config data from a string.  Before, it was only
      possible to load config from a file.
      397dda78
    • J
      Add obs_source_draw helper function · ab5a7690
      jp9000 提交于
      This function simplifies drawing textures for sources in order to help
      reduce boilerplate code.  If a source is a custom drawn source, it will
      automatically set up the effect to draw the sprite.  If it's not a
      custom drawn source, it will simply draw the sprite as per normal.  If
      the source uses a specific color matrix, it will also handle that as
      well.
      ab5a7690
    • F
      libobs: Replace fmaxf with inline comparison. · ab0c2cf4
      fryshorts 提交于
      This replaces the call to fmaxf with the equivalent inline comparison
      which is a bit faster (at least on linux).
      ab0c2cf4
  3. 16 11月, 2014 1 次提交
  4. 15 11月, 2014 1 次提交
  5. 14 11月, 2014 2 次提交
  6. 10 11月, 2014 1 次提交
    • Z
      linux-capture: Add X border option to xcomposite · ab7fa5bd
      Zachary Lund 提交于
      XComposite, which is currently our only capture method for windows,
      doesn't handle X border width. This works in a lot of cases but anytime
      there's a border, a bug occurs where the lower right is clipped.  This
      patch has two goals:
      
      1) To position and size the capture texture correctly in accordance to
      the border.
      
      2) Adds a configuration option to allow people to toggle it (which in
      most cases will simply do nothing) with a default of not including it.
      ab7fa5bd
  7. 04 11月, 2014 2 次提交
    • J
      Update to 0.6.4 · 391dc0f2
      jp9000 提交于
      391dc0f2
    • J
      Fix asset crash interleaving with active encoders · b4c797bc
      jp9000 提交于
      Apparently the audio isn't guaranteed to start up past the first video
      frame, so it would trigger that assert (which I'm glad I put in).  I
      didn't originally have this happen when I was testing because my audio
      buffering was not at the default value and didn't trigger it to occur.
      A blunder on my part, and once again a fine example of how you should
      never make assumptions about possible code path.
      b4c797bc
  8. 03 11月, 2014 1 次提交
  9. 01 11月, 2014 9 次提交
  10. 30 10月, 2014 9 次提交
  11. 29 10月, 2014 6 次提交