obs-StreamFX/source
Michael Fabian 'Xaymar' Dirks 0957ce0bb9 gfx-effect-source: Implement basic functionality
Rendering is now possible, although some parameter types are not yet supported. So far, booleans and floats will work fine, integers will cause an error in OBS Studios rendering code for an unknown reason.
2018-04-29 03:05:53 +02:00
..
filter-blur.cpp gs-texture: Additional type safety and new methods 2018-04-29 02:59:51 +02:00
filter-blur.h filter-blur: Allow applying Blur to a sub-region of the source only 2018-04-29 00:14:29 +02:00
filter-custom-shader.cpp project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
filter-custom-shader.h filter-custom-shader: Initial version based on gfx::effect_source 2018-04-09 13:28:13 +02:00
filter-displacement.cpp plugin: Use self-registration code everywhere 2018-01-16 11:47:24 +01:00
filter-displacement.h project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
filter-shape.cpp project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
filter-shape.h gs: Rename to snake_case instead of PascalCase 2018-03-20 12:44:02 +01:00
filter-transform.cpp project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
filter-transform.h gs: Rename to snake_case instead of PascalCase 2018-03-20 12:44:02 +01:00
gfx-effect-source.cpp gfx-effect-source: Implement basic functionality 2018-04-29 03:05:53 +02:00
gfx-effect-source.h gfx-effect-source: Implement basic functionality 2018-04-29 03:05:53 +02:00
gfx-source-texture.cpp gfx-source-texture, source-mirror: Prevent recursion caused by Source Mirror 2018-04-24 13:48:42 +02:00
gfx-source-texture.h gfx-source-texture, source-mirror: Prevent recursion caused by Source Mirror 2018-04-24 13:48:42 +02:00
gs-effect.cpp gs-effect: Work around for an obs-studio issue with Integer parameters 2018-04-29 03:01:20 +02:00
gs-effect.h project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
gs-helper.cpp gs: Fix commit eb1612c6ee 2017-09-18 00:15:57 +02:00
gs-helper.h project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
gs-indexbuffer.cpp project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
gs-indexbuffer.h project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
gs-limits.h gs: Rename to snake_case instead of PascalCase 2018-03-20 12:44:02 +01:00
gs-mipmapper.cpp gs-mipmapper: Fix type conversion warnings 2017-12-14 03:12:24 +01:00
gs-mipmapper.h gs, effects: Anisotropic Mipmapper Class 2017-09-18 00:05:54 +02:00
gs-rendertarget.cpp project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
gs-rendertarget.h project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
gs-sampler.cpp gs: Rename to snake_case instead of PascalCase 2018-03-20 12:44:02 +01:00
gs-sampler.h project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
gs-texture.cpp gs-texture: Additional type safety and new methods 2018-04-29 02:59:51 +02:00
gs-texture.h gs-texture: Additional type safety and new methods 2018-04-29 02:59:51 +02:00
gs-vertex.cpp gs: Rename to snake_case instead of PascalCase 2018-03-20 12:44:02 +01:00
gs-vertex.h project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
gs-vertexbuffer.cpp gs-vertexbuffer: Fix usage of gs_vertexbuffer_get_data() 2018-04-29 03:00:40 +02:00
gs-vertexbuffer.h project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
obs-audio-capture.cpp obs-audio-capture: Helper class for automated capture of source audio 2018-04-27 23:34:26 +02:00
obs-audio-capture.h obs-audio-capture: Helper class for automated capture of source audio 2018-04-27 23:34:26 +02:00
plugin.cpp plugin: Use self-registration code everywhere 2018-01-16 11:47:24 +01:00
plugin.h project: Don't prefix includes with "libobs/" 2018-04-23 17:53:27 +02:00
source-mirror.cpp source-mirror: Fix compiler warnings 2018-04-29 03:00:04 +02:00
source-mirror.h source-mirror: Refactoring 2018-04-28 12:45:11 +02:00
strings.h project: Update Copyright Notice 2017-08-19 23:41:53 +02:00
util-math.cpp util-math: Add SizeFromString method 2018-03-05 16:36:20 +01:00
util-math.h util-math: Bilateral Blur 2018-04-28 12:45:23 +02:00
util-memory.cpp util-memory: Don't use _dbg versions for aligned_alloc/free 2018-04-09 13:27:51 +02:00
util-memory.h util-memory: Expose aligned_offset to code 2018-01-19 20:46:22 +01:00
utility.cpp utility: Code for using enumerations as flags/bitsets 2018-04-29 01:02:05 +02:00
utility.h utility: Code for using enumerations as flags/bitsets 2018-04-29 01:02:05 +02:00
version.h.in cmake: Improve automatic versioning 2018-04-23 17:52:40 +02:00