1. 26 6月, 2015 13 次提交
  2. 25 6月, 2015 5 次提交
  3. 22 6月, 2015 13 次提交
  4. 21 6月, 2015 3 次提交
  5. 20 6月, 2015 1 次提交
  6. 15 6月, 2015 1 次提交
  7. 12 6月, 2015 2 次提交
  8. 11 6月, 2015 2 次提交
    • J
      UI: Fix settings reload selecting wrong fmt/codec · 11bb0fec
      John Bradley 提交于
      11bb0fec
    • J
      obs-ffmpeg: Use timestamps from video/audio frames · 4d75c888
      jp9000 提交于
      Instead of using system timestamps for playback, use the timestamps
      directly from the video/audio data to ensure all the data is synced up
      using the obs_source back-end.
      
      I think the original misconception when this was written was that OBS
      would not handle timestamp resets/loops, which isn't the case; it will
      actually handle all timestamp resets and abnormalities.  It's always
      best to use the obs_source back-end for all playback and syncing.
      4d75c888