obs-studio/deps
jp9000 0302a4e7f7 deps/media-playback: Start decoding regardless of keyframe
Currently, when media-playback is used with a network address, video has
to wait for the first keyframe before it starts decoding.  This is
probably not wise because the first packet of video may contain
additional header information, and because audio is forced to wait and
buffer while waiting for a keyframe, potentially causing a lot of audio
to get backed up unnecessarily which could inadvertently cause sync or
audio playback issues.

So, instead of waiting for a keyframe before decoding starts, decode
right away, and make it wait for a keyframe before calling the video
callback instead.
2017-05-29 19:30:12 -07:00
..
blake2 deps/blake2: Fix compiler warning 2017-03-06 03:54:48 -08:00
file-updater file-updater: Fix warning parameter 2016-04-24 12:59:55 -07:00
glad deps/glad: Add support for glSwapIntervalMESA 2016-01-25 17:29:09 -08:00
ipc-util win-capture: Use static runtimes for hooks/helpers 2016-11-23 06:03:00 -08:00
jansson Merge pull request #424 from fryshorts/bsd-build-fixes 2015-05-05 04:46:16 -07:00
libcaption Add libcaption library 2016-12-23 10:37:06 -08:00
libff deps/libff: Remove network init 2017-03-31 12:10:33 -07:00
lzma deps: Add liblmza 2017-03-06 03:54:51 -08:00
media-playback deps/media-playback: Start decoding regardless of keyframe 2017-05-29 19:30:12 -07:00
w32-pthreads w32-pthreads: Fully export library (MSVC) 2016-06-23 20:05:39 -07:00
CMakeLists.txt deps/libff: Don't build libff (deprecated) 2017-03-31 12:10:35 -07:00