ros-misc-utilities / ffmpeg_image_transport

ROS2 image transport plugin for encoding/decoding with h264 codec
Apache License 2.0
65 stars 22 forks source link

support for vaapi and more pixel formats via swscale #15

Closed berndpfrommer closed 11 months ago

berndpfrommer commented 11 months ago

This PR adds support for VAAPI, more pixel formats via libswscale. Other hardware accelerators that use hardware frames should be easier to implement now.

berndpfrommer commented 11 months ago

This addresses issue #13