tytan652
tytan652
Now callback are set to use `blog` rather than Libva original method to log message. And so those message are also added to OBS log. Example: ``` info: VA-API: API...
Just removed unused variable that I forgot to remove.
~~Made the encoder fail if CBR is enforced and not supported by the device.~~ ~~**Need reviews about this decision/change.**~~
@WizardCM I need to know how the encoder actually (without the PR) behave with devices that does not support CBR with OBS that enforce it with services (error dialog, crash,...
Strings fixed.
I need to care about previous version profile, I don't know. Does the bmalloc warnings appeared because of my PR ?
I maybe found the reason of the crash, forgot to close the va display on a callback if the device doesn't support h264.
I made a re-work of this, now the VAAPI code is less H264-centric.
> Opinions on making this on-by-default for Linux? For RTMPS we use an "auto" setting in case MbedTLS isn't available, so I'm thinking we could mirror this here unless we...
> [-Wshorten-64-to-32](https://releases.llvm.org/13.0.0/tools/clang/docs/DiagnosticsReference.html#id721) needs to be treated as a warning, or maybe even suppressed - it's enabled by default on Apple Clang 14 and throws tons of warnings, which are now...