0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/deps
jp9000 c9182a9878 obs-ffmpeg: Fix potential seek issues with media source
(This commit also modifies deps/media-playback)

Before, the media-playback library would detect whether something was
seekable by checking the filename for "://", which is unideal because
there are other cases where targets may not be seekable.  So instead, an
explicit "seekable" property (off by default) is now in place in the
media source when not in "local file" mode.  Seeking will only be
enabled if local file mode is on, or if "seekable" is explicitly checked
by the user.

Closes jp9000/obs-studio#1022
2017-09-17 05:55:56 -07:00
..
blake2 deps/blake2: Fix compiler warning 2017-03-06 03:54:48 -08:00
file-updater deps/file-updater: Add func to get single remote file 2017-07-31 13:56:20 -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 deps/jansson: Update jansson to version 2.9 2017-06-26 07:28:59 -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 obs-ffmpeg: Fix potential seek issues with media source 2017-09-17 05:55:56 -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