obs-studio/libobs/data
Take Vos ab3531caa9 libobs: Add optional ultrawide -> wide scaling techniques
This algorithm reduces scaling distortion on the center of the image
when scaling from ultrawide to wide.

(Jim: edited effect files to prevent an impact in performance for
standard scaling.  Now effectively generates an extra pixel shader, and
the extra code is only applied to the DrawUndistort technique, while the
original Draw technique is unaffected due to the compiler automatically
removing unused code branches via the hard-coded boolean value)

From jp9000/obs-studio#762
2017-01-30 05:59:17 -08:00
..
bicubic_scale.effect libobs: Add optional ultrawide -> wide scaling techniques 2017-01-30 05:59:17 -08:00
bilinear_lowres_scale.effect libobs: Don't use 'output' as a keyword in shader 2015-04-10 09:58:04 -07:00
default.effect Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
default_rect.effect libobs: Remove need for DrawMatrix technique in effects 2016-03-21 21:22:26 -07:00
deinterlace_base.effect libobs: Fix field order of retro/linear 2x shaders 2016-04-24 01:21:30 -07:00
deinterlace_blend.effect libobs: Add deinterlacing API functions 2016-03-21 21:22:32 -07:00
deinterlace_blend_2x.effect libobs: Add deinterlacing API functions 2016-03-21 21:22:32 -07:00
deinterlace_discard.effect libobs: Add deinterlacing API functions 2016-03-21 21:22:32 -07:00
deinterlace_discard_2x.effect libobs: Add deinterlacing API functions 2016-03-21 21:22:32 -07:00
deinterlace_linear.effect libobs: Add deinterlacing API functions 2016-03-21 21:22:32 -07:00
deinterlace_linear_2x.effect libobs: Add deinterlacing API functions 2016-03-21 21:22:32 -07:00
deinterlace_yadif.effect libobs: Add deinterlacing API functions 2016-03-21 21:22:32 -07:00
deinterlace_yadif_2x.effect libobs: Add deinterlacing API functions 2016-03-21 21:22:32 -07:00
format_conversion.effect libobs: Add Planar444 conversion to effect 2015-04-16 22:43:46 -07:00
lanczos_scale.effect libobs: Add optional ultrawide -> wide scaling techniques 2017-01-30 05:59:17 -08:00
opaque.effect libobs: Add obs_get_opaque_effect function 2015-03-22 19:18:04 -07:00
premultiplied_alpha.effect libobs: Add premultiplied alpha base effect 2016-03-26 21:41:49 -07:00
solid.effect Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00