Skip to content
Snippets Groups Projects
  1. Oct 12, 2014
  2. Oct 11, 2014
  3. Oct 10, 2014
  4. Oct 09, 2014
    • Jim's avatar
      Merge pull request #277 from fryshorts/fixes · 9183c827
      Jim authored
      Fix small bug in timestamp smoothing for audio sources
      9183c827
    • fryshorts's avatar
      Fix small bug in timestamp smoothing for audio sources · 58940545
      fryshorts authored
      Due to a small error in the timestamp smoothing code the timestamp of
      audio packages that were too early was always set to the next expected
      timestamp, even if the difference was bigger than the smoothing threshold.
      
      This would cause obs to simply append all audio data to the buffer even if
      the real timestamp was way smaller than the next that was expected.
      
      This should reduce corruption problems with for example the pulseaudio
      plugin, which resends data under certain conditions.
      58940545
  5. Oct 07, 2014
  6. Oct 06, 2014
    • Jim's avatar
      linux-pulseaudio: Use interpolated system timing · 4e308c95
      Jim authored
      Before it was giving timestamps based upon system time for each new
      segment of audio data.  Also, it was subtracting pulse latency from the
      audio timestamp, which seems like it was really meant for use with the
      pulse audio time rather than system time.
      
      Now, it just uses system time for timestamps.  Still might not be
      totally perfect, but seems to be much better than it was.
      
      This also removes the latency calculation.  Latency is no longer used
      because we're not using pulseaudio timing.
      4e308c95
    • Jim's avatar
      linux-pulseaudio: Use inline for small functions · 164f9b45
      Jim authored
      164f9b45
    • Jim's avatar
      libobs/media-io: Add more audio debug output · e78c54e8
      Jim authored
      e78c54e8
  7. Oct 05, 2014
  8. Oct 04, 2014
    • Palana's avatar
      libobs/util: Write 0 character when converting empty strings · 2edac33c
      Palana authored
      Fixes log_windows_version logging garbage for build when running with
      debug heap enabled (assuming osvi.szCSDVersion is an empty string)
      2edac33c
    • Palana's avatar
      Add mac-syphon plugin · 019a70f0
      Palana authored
      Allows adding Syphon servers as sources, and provides game-capture if
      used with SyphonInject (specifically the scripting additions have to be
      installed for SyphonInject to work from within OBS)
      019a70f0
  9. Oct 03, 2014
    • Palana's avatar
      mac-capture: Use obs_get_default_rect_effect · 802ae796
      Palana authored
      802ae796
    • Palana's avatar
    • Jim's avatar
      libobs-d3d11: Don't depend on specific D3DCompiler · a1b46c0f
      Jim authored
      I do not want the D3D11 library to depend on a specific compiler
      version.  This way, I do not have to distribute D3D Compiler libraries
      with the program (proprietary binary blobs).  Any particular version
      works because the API for the D3DCompiler function appears to be the
      same; the only things that change are other features and additions
      mostly (at least as far as I can tell).  Using any version available on
      the system should be more than sufficient rather than depending on some
      specific D3D compiler version.
      
      If the user doesn't have it, a download of the latest D3D distributables
      should be fine, though it should work with the ones that come with
      windows 7+ as well.
      a1b46c0f
    • Palana's avatar
      Add obs_get_default_rect_effect · 0f15cc14
      Palana authored
      This provides a default effect for users of GL_TEXTURE_RECTANGLE/textures
      that return true for gs_texture_is_rect
      0f15cc14
  10. Oct 01, 2014
  11. Sep 27, 2014
  12. Sep 26, 2014
Loading