obs-studio/test/test-input
jp9000 44e484ad34 (API Change) Fix filter rendering design flaw
obs_source_process_filter tried to do everything in a single function,
but the problem is that effect parameters would not properly be
accounted for due to the way it internally draws, therefore it was
necessary to split the functions in to two, you first call
obs_source_process_filter_begin, then you set your effect parameters,
then you finally call obs_source_process_filter_end.  This ensures that
when the filter is drawn, that the effect parameters are set.
2015-03-25 10:03:06 -07:00
..
data test-input: Set test filter to partially green 2015-03-22 18:38:43 -07:00
CMakeLists.txt test-input: avoid w32-pthreads for mingw-w64 2015-02-09 03:41:57 -08:00
test-filter.c (API Change) Fix filter rendering design flaw 2015-03-25 10:03:06 -07:00
test-input.c Remove version parameter from obs_module_load 2014-07-27 17:29:10 -07:00
test-random.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
test-sinewave.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00