Re: [libav-devel] [PATCH V2] lavc/qsvenc: add an option to disable MFE mode

2018-05-21 Thread Diego Biurrun
On Mon, May 21, 2018 at 02:33:28PM +0800, Zhong Li wrote: > > V2: remove the manual option since it is not supported now. This looks like a patch annotation that should not be part of the log message. Diego ___ libav-devel mailing list libav-devel@liba

[libav-devel] [PATCH] lavu/hwcontext_qsv: Add support for AV_PIX_FMT_BGRA.

2018-05-21 Thread Zhong Li
RGB32(AV_PIX_FMT_BGRA on intel platforms) format may be used as overlay with alpha blending. So add AV_PIX_FMT_BGRA format support. Rename RGB32 to be BGRA to make it clearer as Mark Thompson's suggestion. Signed-off-by: Zhong Li --- libavfilter/qsvvpp.c | 2 +- libavutil/hwcontext_qsv.c

Re: [libav-devel] [PATCH V2] lavc/qsvenc: add an option to disable MFE mode

2018-05-21 Thread Luca Barbato
On 21/05/2018 08:33, Zhong Li wrote: > Not convenient if using numerals to set MFE mode. It is ambiguous > and misleading (e.g: user may misunderstand setting mfmode to 1 is to > enable MFE but actually it is to disable MFE, and set it to be 5 or above is > meaningless). > > V2: remove the manual