0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/libobs
jp9000 03e008fd2e libobs: Fix pause cutting out video data prematurely
When pause has been activated, the video_pause_check() function is used
when receiving raw frames in order to filter out frames that are in the
pause window, that way they aren't sent to the encoder or output.

However, when pause was enabled, it was unintentionally filtering out
some frames before the specified starting timestamp as well, causing
extra video data to get cut out prematurely.  This fixes that issue.
2019-08-31 01:15:19 -07:00
..
audio-monitoring clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
callback clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
data libobs: Fix Lanczos calculations 2019-08-25 10:00:23 -07:00
graphics libobs: Use correct pointer 2019-08-30 00:36:27 -07:00
media-io Merge pull request #2021 from jpark37/yuva-format 2019-08-11 20:38:17 -07:00
util Apply clang-format to objective c code 2019-07-09 13:39:13 -05:00
CMakeLists.txt cmake: Install 'libobs.pc' under the correct 'libdir' 2019-06-21 21:27:53 +03:00
libobs.pc.in cmake: Install 'libobs.pc' under the correct 'libdir' 2019-06-21 21:27:53 +03: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 clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-audio-controls.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-audio.c libobs: Buffer-smoothing enhancements 2019-07-05 09:13:18 -07: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.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-config.h libobs: Fix browser source settings resetting pre-24 2019-08-17 06:21:19 -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 libobs: Fix pause cutting out video data prematurely 2019-08-31 01:15:19 -07:00
obs-encoder.h libobs: Mark encoders that support dynamic bitrate 2019-08-18 03:14:38 -07: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 clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-hotkey.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-hotkeys.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-interaction.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-internal.h libobs: Add audio lines 2019-08-21 15:19:19 -07:00
obs-module.c libobs: Add audio lines 2019-08-21 15:19:19 -07:00
obs-module.h libobs: Fix formatting 2019-07-12 11:48:41 -07:00
obs-nix.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-output-delay.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-output.c libobs: Fail pause/unpause if still waiting for them 2019-08-31 01:15:19 -07:00
obs-output.h libobs: Implement pausing of outputs 2019-07-07 16:38:22 -07:00
obs-properties.c libobs: Fix apply_settings & remove_by_name for groups 2019-08-13 17:13:10 +02:00
obs-properties.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-scene.c libobs: Call debug marker after null check, not before 2019-08-29 21:46:13 -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 clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-source-deinterlace.c libobs: Separate textures for YUV input 2019-08-09 21:14:29 -07:00
obs-source-transition.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-source.c libobs: Insert sources to linked lists after creation 2019-08-25 19:19:57 -07:00
obs-source.h libobs: Add audio lines 2019-08-21 15:19:19 -07:00
obs-ui.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-video-gpu-encode.c libobs: Implement pausing of outputs 2019-07-07 16:38:22 -07:00
obs-video.c libobs: UI: Add Area scaling for downscale output 2019-08-14 22:33:52 -07:00
obs-view.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-win-crash-handler.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-windows.c libobs: Don't leak dynamic library references 2019-07-24 18:26:44 +02:00
obs.c libobs: Fix default mixer values 2019-08-26 08:24:02 -07:00
obs.h libobs: UI: Remove DrawBackdrop() to save fullscreen pass 2019-07-18 19:58:29 -07:00
obs.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obsconfig.h.in cmake: Add release candidate versions/cmake variables 2018-08-13 01:19:23 -07:00