obs-studio/plugins/obs-filters
jp9000 6ac832fbb2 obs-filters: Fix scroll filter sampler state
When the crop filter was changed to a crop/pad filter, the sampler state
was changed to use a transparent border for the U/V addressing mode.
However, what was not realized at the time was that the scroll filter
also shared the crop effect file, and the scroll filter depended on the
old sampler state (wrap u/v).

This fixes the issue by simply setting a u/v wrap sampler state in the
scroll filter.
2016-07-08 03:03:23 -07:00
..
data Update translations from Crowdin 2016-07-06 01:18:27 +02:00
CMakeLists.txt obs-filters: Add scaling/aspect ratio filter 2016-06-29 08:00:52 -07:00
async-delay-filter.c obs-filters: Change async delay filter max delay to 20 sec 2016-05-30 10:42:16 -07:00
chroma-key-filter.c libobs: Allow filter processing function to return false 2016-04-22 10:18:12 -07:00
color-filter.c libobs: Allow filter processing function to return false 2016-04-22 10:18:12 -07:00
color-key-filter.c libobs: Allow filter processing function to return false 2016-04-22 10:18:12 -07:00
crop-filter.c obs-filters: Change 'Crop' filter to 'Crop/Pad' filter 2016-06-28 02:46:36 -07:00
gain-filter.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
mask-filter.c libobs: Allow filter processing function to return false 2016-04-22 10:18:12 -07:00
noise-gate-filter.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
obs-filters.c obs-filters: Add scaling/aspect ratio filter 2016-06-29 08:00:52 -07:00
scale-filter.c obs-filters: Add scaling/aspect ratio filter 2016-06-29 08:00:52 -07:00
scroll-filter.c obs-filters: Fix scroll filter sampler state 2016-07-08 03:03:23 -07:00
sharpness-filter.c libobs: Allow filter processing function to return false 2016-04-22 10:18:12 -07:00