Skip to content
Snippets Groups Projects
  1. Oct 01, 2014
  2. Sep 27, 2014
  3. Sep 26, 2014
  4. Sep 25, 2014
    • Jim's avatar
      Basic UI: Add "Use Constant Bitrate" advanced option. · 4a069601
      Jim authored
      It's better to use VBR for local recordings, so this option should be
      nice for people who want to do that.
      4a069601
    • Jim's avatar
      Basic UI: Remove "CPU" from "x264 CPU Preset" text · fd64fbb2
      Jim authored
      I feel like people keep mistaking how x264 preset functions.  They often
      associate it with their own CPU speed, and I feel the name does not help
      with that issue.  I think it may be for the best to just take it out.
      At best, it will keep people away from using it unless they know what
      they're doing, and at worst, people at least won't be able to associate
      it with their CPU as easily anymore.
      fd64fbb2
    • Jim's avatar
      Basic UI: Clarify "advanced encoder settings" text · ecc102fc
      Jim authored
      Change checkbox with text "Advanced Encoder Settings" to "Use Advanced
      Encoder Settings".  This way it will hint that the settings will be
      disabled when unchecked.
      ecc102fc
  5. Sep 23, 2014
  6. Sep 22, 2014
  7. Sep 19, 2014
    • Jim's avatar
      Remove unused variables · 732d24ca
      Jim authored
      732d24ca
    • Jim's avatar
      Replace ARB_separate_shader_objects extension · 3967c635
      Jim authored
      This replaces the ARB_separate_shader_objects extension with traditional
      linked shaders.  I was able to get the existing system to use linked
      shaders without having to change any libobs graphics API.
      
      This essentially creates a linked list of shader programs with
      references to the shaders they link.  Before draw, it searches that
      linked list for a particular pixel/vertex shader pair, and the linked
      program associated with it.  If no matching program exists, it creates
      the program.
      3967c635
  8. Sep 17, 2014
  9. Sep 16, 2014
    • fryshorts's avatar
      Add video format check in v4l2 input. · 0132453d
      fryshorts authored
      This adds a check whether the video format from the device is compatible
      with obs. This could either happen if the "Leave unchanged" option is
      selected for the video format, or if the driver simply overwrites the
      requested video format.
      0132453d
    • fryshorts's avatar
      Refactor source structure in v4l2 input. · 91fc59fa
      fryshorts authored
      Due to the refactoring of the update function the separation of data
      members only to be accessed from inside/outside the capture thread is
      no longer needed.
      91fc59fa
    • fryshorts's avatar
      Refactor update function for v4l2 input. · 875398e9
      fryshorts authored
      The old implementation of this function assumed that there would be some
      settings that could be changed on the fly without restarting the
      capture. That was actually never used for any setting.
      875398e9
    • fryshorts's avatar
      Minor refactoring in v4l2 input. · 63264201
      fryshorts authored
      We don't really need to use a dstr here, simply using the
      right format specifier for blog will suffice.
      63264201
Loading