0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/libobs
Richard Stanway 4f7767111a libobs: Update async texture when showing preloaded video
The previous preloaded video behavior updated the texture on preload
rather than when the video was shown, during which time the texture may
have been modified by other processes, resulting in the wrong frame
being displayed.
2020-07-23 23:54:10 +02:00
..
audio-monitoring libobs: Implement and use better scaling function for 64-bit integers 2020-04-05 20:27:28 +02:00
callback clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
data libobs: Fix Area shaders missing for RGB output 2019-08-31 00:25:24 -07:00
graphics libobs: Fix FFmpeg deprecation warnings 2020-07-18 18:47:45 -07:00
media-io libobs/media-io: Add missing codec_tag set 2020-07-18 23:35:35 -07:00
util libobs: Add arm support 2020-07-18 00:53:03 -05:00
CMakeLists.txt Merge pull request #2786 from pkubaj/patch-1 2020-06-26 01:39:45 -07:00
libobs.pc.in libobs: add ppc64(le) specific flags to libobs.pc 2020-04-27 00:07:18 +02:00
LibObsConfig.cmake.in cmake: Export plugin data destination 2014-09-27 09:41:32 -07:00
LibObsConfigVersion.cmake.in Export libobs cmake target, so external plugins can be built without ugly hacks 2014-05-08 14:43:16 +02:00
obs-audio-controls.c libobs: fix building modules once installed 2019-11-27 14:00:15 -05:00
obs-audio-controls.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-audio.c libobs: Implement and use better scaling function for 64-bit integers 2020-04-05 20:27:28 +02:00
obs-avc.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-avc.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-cocoa.m libobs: Use autoreleasepool for graphics thread 2020-06-08 13:16:35 -07:00
obs-config.h libobs: Update version to 25.0.8 2020-05-03 05:25:48 -07:00
obs-data.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-data.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-defs.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-display.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-encoder.c Merge pull request #2657 from hselasky/improvement 2020-05-21 18:07:53 -07:00
obs-encoder.h UI: Hide encoder if marked internal 2020-02-18 21:37:41 -08:00
obs-ffmpeg-compat.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-hotkey-name-map.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-hotkey.c libobs: Use correct data pointer for hotkey pair 2020-06-01 08:22:47 +02:00
obs-hotkey.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-hotkeys.h libobs: Remove _WIN32 ifdef from enum 2019-11-17 20:30:42 -08:00
obs-interaction.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-internal.h libobs: Use autoreleasepool for graphics thread 2020-06-08 13:16:35 -07:00
obs-module.c libobs: Fix source type versioning system 2020-03-09 06:12:22 -07:00
obs-module.h libobs: Fix formatting 2019-07-12 11:48:41 -07:00
obs-nix.c libobs: Add more X.org / Unix hotkey defines 2019-11-09 07:29:16 -08:00
obs-output-delay.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-output.c Merge pull request #2657 from hselasky/improvement 2020-05-21 18:07:53 -07:00
obs-output.h libobs: Implement pausing of outputs 2019-07-07 16:38:22 -07:00
obs-properties.c Merge pull request #2257 from Xaymar/fix-remove_by_name-corruption 2020-02-15 20:03:58 -08:00
obs-properties.h libobs: Rename DEPRECATED to OBS_DEPRECATED 2020-01-20 21:44:50 -08:00
obs-scene.c Merge pull request #2657 from hselasky/improvement 2020-05-21 18:07:53 -07:00
obs-scene.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-service.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-service.h docs/sphinx: Fix various typos 2019-10-14 17:19:38 -07:00
obs-source-deinterlace.c libobs: Separate textures for YUV input 2019-08-09 21:14:29 -07:00
obs-source-transition.c libobs: Implement and use better scaling function for 64-bit integers 2020-04-05 20:27:28 +02:00
obs-source.c libobs: Update async texture when showing preloaded video 2020-07-23 23:54:10 +02:00
obs-source.h libobs: Fix source type versioning system 2020-03-09 06:12:22 -07:00
obs-ui.h docs/sphinx: Fix various typos 2019-10-14 17:19:38 -07:00
obs-video-gpu-encode.c libobs: Fix race condition 2019-11-05 12:02:54 -08:00
obs-video.c libobs: Use autoreleasepool for graphics thread 2020-06-08 13:16:35 -07:00
obs-view.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-win-crash-handler.c libobs: Add Windows 10 release version to crash log 2020-04-29 20:38:21 -04:00
obs-windows.c libobs: Translate F13-F24 hotkeys on Windows 2020-07-11 16:27:44 +10:00
obs.c Merge pull request #3014 from notr1ch/remove-excessive-null-checks 2020-06-21 04:56:45 -07:00
obs.h obs-ffmpeg: Use new encoder error handling functions 2020-04-12 17:05:19 +02:00
obs.hpp UI: Remove OBSContext class and shutdown in run_program 2020-07-23 23:17:52 +02:00
obsconfig.h.in libobs: Build SIMDE on platforms without SSE2 2020-01-22 15:41:15 +08:00