obs-studio/libobs
jp9000 c32407d1df libobs/media-io: Increase TS smooth threshold to 70ms
With certain devices (AVerMedia C985 and LGP), audio timestamps are
bad, and a 50ms threshold of audio data "smoothing" (making consecutive
audio packets seamless with one another) isn't enough to handle bad
consecutive timestamp values.  After testing, 70ms sufficiently solves
the issue.
2015-11-28 16:42:32 -08:00
..
callback libobs: Don't call signal handlers that got removed 2015-10-13 01:08:51 +02:00
data
graphics libobs/graphics: Safely fail gs_texrender_begin with 0,0 size 2015-10-22 17:42:44 -07:00
media-io libobs/media-io: Increase TS smooth threshold to 70ms 2015-11-28 16:42:32 -08:00
util libobs/util: Fix config value line break unescaping 2015-11-27 15:48:30 +01:00
CMakeLists.txt libobs/media-io: Add frame rate helpers 2015-11-14 15:37:47 +01:00
LibObsConfig.cmake.in
LibObsConfigVersion.cmake.in
obs-audio-controls.c
obs-audio-controls.h
obs-avc.c
obs-avc.h
obs-cocoa.c libobs: Use IOKit error code when polling hotkeys (OSX) 2015-10-07 11:06:40 +02:00
obs-config.h libobs: Update to version 0.12.2 2015-11-20 14:44:17 -08:00
obs-data.c libobs: Fix unsigned expression warning 2015-11-16 08:22:55 -08:00
obs-data.h libobs: Add obs_data wrappers for media_frames_per_second 2015-11-14 15:37:59 +01:00
obs-defs.h
obs-display.c
obs-encoder.c libobs: Add API to get object ids 2015-10-21 07:46:41 -07:00
obs-encoder.h
obs-ffmpeg-compat.h
obs-hotkey-name-map.c
obs-hotkey.c libobs: Use byte sequence for non-breaking spaces 2015-10-15 01:31:07 -07:00
obs-hotkey.h
obs-hotkeys.h
obs-interaction.h
obs-internal.h libobs: Use LOG_DEBUG for null pointer checks 2015-10-21 06:30:31 -07:00
obs-module.c libobs: Profile win32 symbol update call 2015-10-04 21:16:30 -07:00
obs-module.h
obs-nix.c
obs-output-delay.c
obs-output.c libobs: Rename obs_output_canpause 2015-10-21 07:46:42 -07:00
obs-output.h
obs-properties.c libobs: Add frame rate property 2015-11-14 15:37:59 +01:00
obs-properties.h libobs: Add frame rate property 2015-11-14 15:37:59 +01:00
obs-scene.c
obs-scene.h
obs-service.c libobs: Add API to get object ids 2015-10-21 07:46:41 -07:00
obs-service.h
obs-source.c libobs: If filter size invalid, skip filter 2015-11-20 14:07:15 -08:00
obs-source.h
obs-ui.h
obs-video.c libobs: Use byte sequence for non-breaking spaces 2015-10-15 01:31:07 -07:00
obs-view.c
obs-win-crash-handler.c libobs: Always write crashing thread first 2015-11-18 12:42:14 -08:00
obs-windows.c libobs/util: Add os_get_abs_path(_ptr) functions 2015-10-15 01:35:18 -07:00
obs.c (API Change) libobs: Use single func for base effects 2015-10-19 00:52:45 -07:00
obs.h libobs: Rename obs_output_canpause 2015-10-21 07:46:42 -07:00
obs.hpp
obsconfig.h.in