cros-codecs icon indicating copy to clipboard operation
cros-codecs copied to clipboard

Dev v4l2 stateless

Open semigle opened this issue 1 year ago • 5 comments

This PR provides initial implementation of the v4l2 stateless decoder backend implemented on top of the v4l2r library. It depends on the https://github.com/Gnurou/v4l2r/pull/36.

TODOs:

  • handle video device path (it's temporary set to /dev/video-dec0)
  • probe media device path (it's temporary set to /dev/video-med0)
  • handle memory backends other than mmap
  • handle video formats other than h264
  • handle queue start/stop at runtime
  • handle DRC at runtime

semigle avatar Jul 02 '24 09:07 semigle