obs-studio/plugins/win-mf
jp9000 8280dbc596 win-mf: Do not register encoder if it can't create
It seems that certain encoders (quicksync) do not have proper back-end
support in the windows media foundation libraries for certain CPUs.
Quicksync doesn't appear to support CPUs that are not haswell (4xxx) or
above.  It's really annoying, but there's not much we can do about it
until we implement our own custom quicksync implementation.

This check simply makes it attempt to spawn an encoder to check to see
whether the encoder can actually be created before registering an
encoder.
2015-09-17 16:52:53 -07:00
..
data/locale
CMakeLists.txt
mf-aac-encoder.cpp
mf-aac-encoder.hpp
mf-aac.cpp
mf-common.cpp
mf-common.hpp
mf-encoder-descriptor.cpp
mf-encoder-descriptor.hpp
mf-h264-encoder.cpp win-mf: Fix more issues on encoder shutdown 2015-09-17 13:42:43 -07:00
mf-h264-encoder.hpp win-mf: Fix more issues on encoder shutdown 2015-09-17 13:42:43 -07:00
mf-h264.cpp win-mf: Do not register encoder if it can't create 2015-09-17 16:52:53 -07:00
mf-plugin.cpp