obs-studio/deps
Christoph Hohmann 5e768990f2 deps/libff: Fix that inputs are not closed when a demuxer is freed
avformat_free_context() only frees the memory used by an AVFormatContext
but it does not close the opened media file. This causes a leaked file
descriptor every time a media source frees a demuxer. Using
avformat_close_input() instead frees the context and closes the media
file.
2016-04-10 18:53:26 +02:00
..
file-updater deps/file-updater: Fix warning 2015-08-21 18:37:11 -07:00
glad deps/glad: Add support for glSwapIntervalMESA 2016-01-25 17:29:09 -08:00
ipc-util ipc-util: Fix access rights issue with IPC pipe 2015-07-05 15:17:08 -07:00
jansson Merge pull request #424 from fryshorts/bsd-build-fixes 2015-05-05 04:46:16 -07:00
libff deps/libff: Fix that inputs are not closed when a demuxer is freed 2016-04-10 18:53:26 +02:00
w32-pthreads deps-w32-pthreads: Update FSF address 2015-07-11 09:10:27 -07:00
CMakeLists.txt deps/file-updater: Add file updater util. lib 2015-08-19 15:48:04 -07:00