0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
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 win-mf: Add media foundation h264 encoder 2015-09-16 15:16:26 -07:00
CMakeLists.txt win-mf: Add media foundation h264 encoder 2015-09-16 15:16:26 -07:00
mf-aac-encoder.cpp win-mf: Fix bug where 48khz wouldn't work 2015-07-09 10:45:24 -07:00
mf-aac-encoder.hpp win-mf: Add Media Foundation AAC Encoder 2015-07-07 23:05:44 -07:00
mf-aac.cpp (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
mf-common.cpp win-mf: Add media foundation h264 encoder 2015-09-16 15:16:26 -07:00
mf-common.hpp win-mf: Add media foundation h264 encoder 2015-09-16 15:16:26 -07:00
mf-encoder-descriptor.cpp win-mf: Add media foundation h264 encoder 2015-09-16 15:16:26 -07:00
mf-encoder-descriptor.hpp win-mf: Add media foundation h264 encoder 2015-09-16 15:16:26 -07:00
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 win-mf: Add media foundation h264 encoder 2015-09-16 15:16:26 -07:00