obs-StreamFX/source
Michael Fabian 'Xaymar' Dirks 16f55ca583 source-mirror: Fix crash with audio data on obs_shutdown (#22)
Due to the lack of checking aud and aoi, a rare race condition crash can be observed with audio mirroring enabled on closing OBS. In this case, aoi is used even though it is null, causing OBS to crash instead of closing normally.

Fixes #22
2018-11-07 14:44:07 +01:00
..
filter-blur.cpp filter-blur: Add support for scene as mask input (#14) 2018-10-01 01:03:48 +02:00
filter-blur.h filter-blur: Add support for scene as mask input (#14) 2018-10-01 01:03:48 +02:00
filter-custom-shader.cpp project: Rename 'Filter' to 'filter' 2018-09-30 18:49:52 +02:00
filter-custom-shader.h project: Rename 'Filter' to 'filter' 2018-09-30 18:49:52 +02:00
filter-displacement.cpp project: Rename 'Filter' to 'filter' 2018-09-30 18:49:52 +02:00
filter-displacement.h project: Rename 'Filter' to 'filter' 2018-09-30 18:49:52 +02:00
filter-shape.cpp project: Rename 'Filter' to 'filter' 2018-09-30 18:49:52 +02:00
filter-shape.h project: Rename 'Filter' to 'filter' 2018-09-30 18:49:52 +02:00
filter-transform.cpp filter-transform: Fix various warnings 2018-11-07 14:44:07 +01:00
filter-transform.h project: Rename 'Filter' to 'filter' 2018-09-30 18:49:52 +02:00
gfx-effect-source.cpp gfx-effect-source: Fix various warnings 2018-11-07 14:44:07 +01:00
gfx-effect-source.h gfx-effect-source: Remove mipmapper 2018-09-28 14:26:06 +02:00
gfx-source-texture.cpp gfx-source-texture: Support for new obs-source managed class 2018-11-07 14:44:06 +01:00
gfx-source-texture.h gfx-source-texture: Support for new obs-source managed class 2018-11-07 14:44:06 +01:00
gs-effect.cpp gs-effect: Formatting 2018-09-28 14:18:09 +02:00
gs-effect.h gs-effect: Formatting 2018-09-28 14:18:09 +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 support for very small mipmaps 2018-09-29 16:57:17 +02:00
gs-mipmapper.h gs-mipmapper: Formatting and refactoring 2018-09-28 23:32:35 +02:00
gs-rendertarget.cpp gs-rendertarget: Allow retrieving color and zstencil format 2018-09-27 05:23:14 +02:00
gs-rendertarget.h gs-rendertarget: Allow retrieving color and zstencil format 2018-09-27 05:23:14 +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: Allow texture creation without data 2018-09-28 23:34:43 +02:00
gs-texture.h gs-texture: Allow texture creation without data 2018-09-28 23:34:43 +02:00
gs-vertex.cpp gs-vertex: Formatting and fix constructors 2018-09-27 03:07:38 +02:00
gs-vertex.h gs-vertex: Formatting and fix constructors 2018-09-27 03:07:38 +02:00
gs-vertexbuffer.cpp gs-vertexbuffer: Fix heap corruption 2018-09-28 11:47:50 +02:00
gs-vertexbuffer.h gs-vertexbuffer: Remove #pragma region 2018-09-27 03:11:04 +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
obs-source.cpp obs-source: Managed class for obs_source_t 2018-11-07 14:44:06 +01:00
obs-source.hpp obs-source: Managed class for obs_source_t 2018-11-07 14:44:06 +01:00
obs-tools.cpp obs-tools: Various obs related tools 2018-11-07 14:44:06 +01:00
obs-tools.hpp obs-tools: Various obs related tools 2018-11-07 14:44:06 +01:00
plugin.cpp project: Rename 'Filter' to 'filter' 2018-09-30 18:49:52 +02:00
plugin.h plugin: extern "C" around obs includes 2018-11-07 14:44:07 +01:00
source-mirror.cpp source-mirror: Fix crash with audio data on obs_shutdown (#22) 2018-11-07 14:44:07 +01:00
source-mirror.h source-mirror: Use a private scene source for rendering 2018-11-07 14:44:07 +01:00
strings.h strings: Add translated File Filters for Images 2018-09-30 21:55:13 +02:00
util-math.cpp util-math: Add SizeFromString method 2018-03-05 16:36:20 +01:00
util-math.h util-math: Undefine macro 2018-09-30 21:44:00 +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