obs-studio/plugins
jp9000 2707f05c46 Revert "win-capture: Allow window capturing of current process"
This reverts commit 8d520b970d.

This can actually cause a hard lock due to the windows API when
destroying window capture.  When the graphics thread locks the source
list for doing tick or render, and then the UI thread tries to destroy a
source, the UI thread will wait for the graphics thread to complete
rendering/ticking of sources.  The video_tick of window capture would
then check windows in the same process and try to query the window's
name via GetWindowText.  However, GetWindowText is synchronous, and will
not return until the window event has been processed by the UI thread,
so it will perpetually lock because the two threads are waiting for each
other to finish.
2016-05-13 04:21:39 -07:00
..
coreaudio-encoder Update translations from Crowdin 2016-04-23 10:29:21 +02:00
decklink Update translations from Crowdin 2016-04-23 10:29:21 +02:00
image-source image-source: Set starting browse path to last used file dir 2016-04-23 20:22:11 -07:00
linux-alsa Update translations from Crowdin 2016-04-23 10:29:21 +02:00
linux-capture Update translations from Crowdin 2016-04-23 10:29:21 +02:00
linux-jack Update translations from Crowdin 2016-04-23 10:29:21 +02:00
linux-pulseaudio Update translations from Crowdin 2016-04-23 10:29:21 +02:00
linux-v4l2 Update translations from Crowdin 2016-04-23 10:29:21 +02:00
mac-avcapture Update translations from Crowdin 2016-04-24 19:55:39 +02:00
mac-capture Update translations from Crowdin 2016-04-23 10:29:21 +02:00
mac-syphon Update translations from Crowdin 2016-04-23 10:29:21 +02:00
mac-vth264 Update translations from Crowdin 2016-04-24 19:55:39 +02:00
obs-ffmpeg obs-ffmpeg: Fix type size mismatch warning 2016-05-12 23:01:45 -07:00
obs-filters obs-filters: Fix more chroma key shader code 2016-04-24 15:57:46 -07:00
obs-libfdk Update translations from Crowdin 2016-04-24 19:55:39 +02:00
obs-outputs obs-outputs: Improve error handling when sending headers 2016-04-26 20:14:31 -07:00
obs-qsv11 obs-qsv11: Add deprecated warning for forced CBR mode 2016-05-11 13:12:31 -07:00
obs-transitions Update translations from Crowdin 2016-04-24 19:55:39 +02:00
obs-x264 obs-x264: Add rate control, deprecate "use cbr" setting 2016-05-11 13:12:31 -07:00
rtmp-services rtmp-common: Use "rate_control" to set CBR mode 2016-05-11 13:12:32 -07:00
text-freetype2 text-freetype2: Fix a crash if there's insufficient glyph texture space 2016-04-24 20:21:07 +02:00
win-capture Revert "win-capture: Allow window capturing of current process" 2016-05-13 04:21:39 -07:00
win-dshow Update translations from Crowdin 2016-04-23 10:29:21 +02:00
win-mf Update translations from Crowdin 2016-04-24 19:55:39 +02:00
win-wasapi Update translations from Crowdin 2016-04-23 10:29:21 +02:00
CMakeLists.txt obs-qsv11: Add native obs-studio QSV encoder 2016-04-19 08:29:22 -07:00