Re: [FFmpeg-devel] [PATCH v9 5/5] lavc, doc: add libuavs3d video decoder wrapper

2022-02-26 Thread Jean-Baptiste Kempf
Hello, On Mon, 31 Aug 2020, at 17:07, hwr...@126.com wrote: > + --enable-libuavs3d enable AVS3 decoding via libuavs3d [no] uavs3d is BSD 4-clause, and is therefore not compatible with GPLv2, GPLv3, LGPLv2.1 or LGPLv3 uavs3d should be flagged as "non-free" (and undistributable) then. Bes

[FFmpeg-devel] [PATCH v9 5/5] lavc, doc: add libuavs3d video decoder wrapper

2020-08-31 Thread hwrenx
From: hwren Signed-off-by: hbj Signed-off-by: hwren --- Changelog | 1 + configure | 4 + doc/decoders.texi | 21 doc/general.texi | 8 ++ libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libuavs3d.c | 262 +