Re: [FFmpeg-devel] [PATCH v2 1/8] avutil/hwcontext: Add VPE implementation

2020-05-31 Thread Carl Eugen Hoyos
> Am 31.05.2020 um 08:24 schrieb Zhang, Guiyong : > > @@ -1822,6 +1823,7 @@ EXTERNAL_LIBRARY_LIST=" > opengl > pocketsphinx > vapoursynth > +vpe If libvpe is a free library, please point to the repository, if not please move this to the non-free section. Carl Eugen ___

[FFmpeg-devel] [PATCH v2 1/8] avutil/hwcontext: Add VPE implementation

2020-05-30 Thread Zhang, Guiyong
VPE(VeriSilicon Paltform Engine) is VeriSilicon's hardware engine for multi formats video encoding and decoding. It is used with the VPE hwaccel codec API and library to initialize and use a VPE device which is within the hwcontext libavutil framework. Signed-off-by: Qin.Wang --- configure