Re: [FFmpeg-devel] [PATCH v6 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-09-09 Thread Mark Thompson
On 06/09/18 14:46, Huiwen Ren wrote: > At 2018-09-06 08:43:05, "Mark Thompson" wrote: >> On 05/09/18 14:38, hwren wrote: >>> +{ "i_initial_qp", "Quantization parameter" , >>> OFFSET(i_initial_qp), AV_OPT_TYPE_INT, {.i64 = 34 }, 1, 63, VE }, >> >> If I understand

Re: [FFmpeg-devel] [PATCH v6 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-09-06 Thread Huiwen Ren
At 2018-09-06 08:43:05, "Mark Thompson" wrote: >On 05/09/18 14:38, hwren wrote: >> Signed-off-by: hwren [...] >> +if (cae->xavs2_opts) { >> +AVDictionary *dict= NULL; >> +AVDictionaryEntry *en = NULL; >> + >> +if (!av_dict_parse_string(, cae->xavs2_opts,

Re: [FFmpeg-devel] [PATCH v6 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-09-05 Thread Mark Thompson
On 05/09/18 14:38, hwren wrote: > Signed-off-by: hwren > --- > Changelog | 1 + > configure | 4 + > doc/encoders.texi | 34 ++ > doc/general.texi | 14 +++ > libavcodec/Makefile| 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/libxavs2.c

[FFmpeg-devel] [PATCH v6 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-09-05 Thread hwren
Signed-off-by: hwren --- Changelog | 1 + configure | 4 + doc/encoders.texi | 34 ++ doc/general.texi | 14 +++ libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libxavs2.c | 290