obs-studio/plugins/obs-filters
jp9000 9e15e3d8fd libobs: Remove need for DrawMatrix technique in effects
(Note: This commit also modifies obs-filters and text-freetype2)

This simplifies writing of effects.  DrawMatrix is no longer necessary
because there are no sources that require drawing with a color matrix
other than async sources, and async sources are automatically processed
and don't defer their initial render stage to filters.
2016-03-21 21:22:26 -07:00
..
data libobs: Remove need for DrawMatrix technique in effects 2016-03-21 21:22:26 -07:00
CMakeLists.txt obs-filters: Add gain filter 2015-06-26 06:11:54 -07:00
async-delay-filter.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
chroma-key-filter.c obs-filters: Null check filter->effect instead of filter 2015-10-12 23:21:45 +02:00
color-filter.c obs-filters: Null check filter->effect instead of filter 2015-10-12 23:21:45 +02:00
color-key-filter.c obs-filters: Null check filter->effect instead of filter 2015-10-12 23:21:45 +02:00
crop-filter.c obs-filters: Mark unused parameter 2015-11-20 14:31:01 -08: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 obs-filters: Make mask filter use gs_image_t helper 2016-01-26 11:49:24 -08: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 gain filter 2015-06-26 06:11:54 -07:00
scroll-filter.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
sharpness-filter.c obs-filters: Null check filter->effect instead of filter 2015-10-12 23:21:45 +02:00