1. 07 4月, 2016 1 次提交
  2. 04 4月, 2016 8 次提交
  3. 03 4月, 2016 1 次提交
  4. 01 4月, 2016 4 次提交
  5. 31 3月, 2016 5 次提交
  6. 27 3月, 2016 1 次提交
  7. 25 3月, 2016 5 次提交
  8. 24 3月, 2016 10 次提交
  9. 23 3月, 2016 2 次提交
  10. 22 3月, 2016 3 次提交
    • J
      UI: Add deinterlacing to UI · c82771e5
      jp9000 提交于
      Accessible via the context menu of a source.
      c82771e5
    • J
      libobs: Add deinterlacing API functions · 07c644c5
      jp9000 提交于
      Adds deinterlacing API functions.  Both standard and 2x variants are
      supported.  Deinterlacing is set via obs_source_set_deinterlace_mode and
      obs_source_set_deinterlace_field_order.
      
      This was implemented in to the core itself because deinterlacing should
      happen before effect filters are processed, but after async filters are
      processed.  If this were added as a filter, there is the possibility
      that a different filter is processed before deinterlacing, which could
      mess with the result.  It was also a bit easier to implement this way
      due to the fact that that deinterlacing may need to have access to the
      previous async frame.
      
      Effects were split in to separate files to reduce load time (especially
      for yadif shaders which take a significant amount of time to compile).
      07c644c5
    • J
      libobs: Rename async_convert_texrender to async_texrender · 11d9a8f3
      jp9000 提交于
      11d9a8f3