cros-codecs
                                
                                
                                
                                    cros-codecs copied to clipboard
                            
                            
                            
                        Dev v4l2 stateless
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