1* Support for VP8, VP9 and H264 is planned for this driver. 2 3 Given the V4L controls for those CODECs will be part of 4 the uABI, it will be required to have the driver in staging. 5 6 For this reason, we are keeping this driver in staging for now. 7 8* Add support for the S_SELECTION API. 9 See the comment for VEPU_REG_ENC_OVER_FILL_STRM_OFFSET. 10 11* Instead of having a DMA bounce buffer, it could be possible to use a 12 normal buffer and memmove() the payload to make space for the header. 13 This might need to use extra JPEG markers for padding reasons. 14