0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/libobs/data
Palana db1da73647 libobs: Fix I420 shader for (width/2)%4 == 2 resolutions
For those resolutions the last two chroma samples of every other
line would be overwritten by the last chroma samples of the previous
line (depending on sampler used), producing artifacts on the left
edge of the resulting image (e.g. any color present on the right
edge of the image would "bleed" to every other line on
the left edge)
2017-09-13 16:39:36 +02: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_rect.effect libobs: Remove need for DrawMatrix technique in effects 2016-03-21 21:22:26 -07:00
default.effect Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
deinterlace_base.effect libobs: Fix field order of retro/linear 2x shaders 2016-04-24 01:21:30 -07:00
deinterlace_blend_2x.effect libobs: Add deinterlacing API functions 2016-03-21 21:22:32 -07:00
deinterlace_blend.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_discard.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_linear.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
deinterlace_yadif.effect libobs: Add deinterlacing API functions 2016-03-21 21:22:32 -07:00
format_conversion.effect libobs: Fix I420 shader for (width/2)%4 == 2 resolutions 2017-09-13 16:39:36 +02: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 libobs: Add random shader 2017-05-06 11:29:24 -07:00