-
-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] obs-nvenc on Linux #4974
[WIP] obs-nvenc on Linux #4974
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 53cb319 - Browse repository at this point
Copy the full SHA 53cb319View commit details -
libobs: Use video.gpu_encoder_active to determine if gpu encoding is …
…active This is more correct than just relying on gpu encoding being active if available.
Configuration menu - View commit details
-
Copy full SHA for 4157e25 - Browse repository at this point
Copy the full SHA 4157e25View commit details -
libobs: Add encode_texture_available function to obs_encoder_info
And use it to determine if texture encoding should be used.
Configuration menu - View commit details
-
Copy full SHA for 34eaefc - Browse repository at this point
Copy the full SHA 34eaefcView commit details -
libobs, linux-v4l2, obs-ffmpeg, obs-outputs, win-dshow: Allow obs_enc…
…oder_start to fail. I shouldn't have needed to touch so many files for this since obs_output_begin_data_capture is already allowed to fail and return false, but it seems like almost everyone just ignored that.
Configuration menu - View commit details
-
Copy full SHA for 3ce737b - Browse repository at this point
Copy the full SHA 3ce737bView commit details -
libobs: Fail in obs_encoder_start if no encoding mode is supported.
Otherwise we'd later crash in do_encode.
Configuration menu - View commit details
-
Copy full SHA for dfdf073 - Browse repository at this point
Copy the full SHA dfdf073View commit details -
Configuration menu - View commit details
-
Copy full SHA for 895ccc9 - Browse repository at this point
Copy the full SHA 895ccc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4811435 - Browse repository at this point
Copy the full SHA 4811435View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd86113 - Browse repository at this point
Copy the full SHA dd86113View commit details -
obs-qsv11: Allow ARGB textures as input
Adapted from code by Lin <christine.m.lin@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 326179c - Browse repository at this point
Copy the full SHA 326179cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 276392b - Browse repository at this point
Copy the full SHA 276392bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ca3d64 - Browse repository at this point
Copy the full SHA 5ca3d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23baa40 - Browse repository at this point
Copy the full SHA 23baa40View commit details -
Configuration menu - View commit details
-
Copy full SHA for c20ec32 - Browse repository at this point
Copy the full SHA c20ec32View commit details -
libobs: Add encode_texture2 function to struct obs_encoder_info
And use it if non-NULL instead of encode_texture.
Configuration menu - View commit details
-
Copy full SHA for 5711af8 - Browse repository at this point
Copy the full SHA 5711af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 237600a - Browse repository at this point
Copy the full SHA 237600aView commit details -
obs-ffmpeg: Avoid usage of __VA_ARGS__ comma-deletion feature.
Most compilers other than MSVC don't support this.
Configuration menu - View commit details
-
Copy full SHA for 231d245 - Browse repository at this point
Copy the full SHA 231d245View commit details -
Configuration menu - View commit details
-
Copy full SHA for c135691 - Browse repository at this point
Copy the full SHA c135691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8840c9c - Browse repository at this point
Copy the full SHA 8840c9cView commit details