Jon Recker
Jon Recker
Thank you for your interest in this feature. Some documentation and code snippets are available in the VPP [programming guide](https://intel.github.io/libvpl/latest/programming_guide/VPL_prg_vpp.html#ai-powered-video-processing) and the API [reference](https://intel.github.io/libvpl/latest/API_ref/VPL_structs_vpp.html#mfxextvppaisuperresolution). @FurongZhang could you please provide some...
@yashrajsapra Thank you for submitting this issue. VPP_PROCAMP processing is implemented in VPL GPU runtime in the following repository [intel/vpl-gpu-rt](https://github.com/intel/vpl-gpu-rt). So we recommend that you transfer this issue to that...
Yes, VPL supports JPEG decoding. Additional info is available [here](https://intel.github.io/libvpl/latest/programming_guide/VPL_prg_decoding.html#jpeg). To avoid memory leaks make sure to call mfxFrameSurfaceInterface::Release() for decoded frames allocated by VPL GPU runtime, in addition to...