1. 08 6月, 2018 1 次提交
    • B
      obs-x264: Specify x264 color space for BT.601 · 958167c4
      Bjorn 提交于
      Back in an older commit, the default YUV colorspace was changed to 601
      in order to ensure correct playback in video players that ignore the
      contents of the H264 header.
      x264's "undef" is unfortunately not what players that don't ignore the
      header expect for BT.601, resulting in incorrect colors when played
      back. Setting it to "bt470bg", similar to what is specified in ffmpeg
      outputs, remedies this issue.
      958167c4
  2. 07 6月, 2018 1 次提交
  3. 06 6月, 2018 2 次提交
  4. 04 6月, 2018 16 次提交
  5. 03 6月, 2018 2 次提交
  6. 02 6月, 2018 1 次提交
  7. 31 5月, 2018 1 次提交
    • Z
      obs-filters: Use double-precision where viable · 698e6418
      Zachary Lund 提交于
      We're expecting a variable with double precision. Since we don't read
      the value of these doubles with a particular precision, it can often
      lead to unpredictable results where the value set isn't the one
      intended due to the loss of precision from float->double conversion.
      698e6418
  8. 30 5月, 2018 1 次提交
  9. 29 5月, 2018 3 次提交
  10. 27 5月, 2018 1 次提交
  11. 22 5月, 2018 1 次提交
  12. 21 5月, 2018 10 次提交