7 Commits

Author SHA1 Message Date
Maizer
e4be514918 1. Adds hardware_frames_constraints to retrieve valid HWPixelFormats and SWPixelFormats for specific hardware frame configurations. (#151)
2. Implements a HardwareFramesConstraints method in hardware_device_context to obtain these constraints for a given hardware frames context.
2025-05-15 14:33:28 +02:00
Quentin Renard
805ca1b8a1 Renamed to HardwareFramesContext 2024-12-20 09:55:22 +01:00
Quentin Renard
09052ff745 Added hardware filtering 2024-12-03 12:20:17 +01:00
Quentin Renard
4f133cd508 Added hardware device/frame context Free() method 2024-11-22 13:52:42 +01:00
Quentin Renard
6eb04b4fd9 Made all examples more consistent regarding unreferencing packets/frames 2024-11-14 13:50:35 +01:00
l0rem1psum
cfdc7f196f feat: create hardware device context with flags (#94) 2024-11-05 09:00:41 +01:00
Quentin Renard
bc148523bc L0rem1psum feat hardware frame ctx (#92)
* feat: add hardware frame context

* fix: pr comments

* feat(example): add hardware encoding example

* Clean up

* Clean up

---------

Co-authored-by: Wu Wenxuan <sunshine.xuan5960@gmail.com>
2024-10-23 15:45:39 +02:00