Re: [FFmpeg-devel] [PATCH 4/5] lavc/qsvdec: Add mjpeg decoder support

2019-01-25 Thread Li, Zhong
> Good question. Current qsv pipeline can support RGB32/YUV2 (at least YUV2) Sorry for the typo, can -> can't. > well, so adding the support here is not enough and not suitable. > And yes, it is planned and should be worked as a separated patch with > additional validation clips.

Re: [FFmpeg-devel] [PATCH 4/5] lavc/qsvdec: Add mjpeg decoder support

2019-01-25 Thread Li, Zhong
> From: Rogozhkin, Dmitry V > Sent: Friday, January 25, 2019 5:47 AM > To: ffmpeg-devel@ffmpeg.org > Cc: Li, Zhong > Subject: Re: [FFmpeg-devel] [PATCH 4/5] lavc/qsvdec: Add mjpeg decoder > support > > On Mon, 2019-01-21 at 20:41 +0800, Zhong Li wrote: >

Re: [FFmpeg-devel] [PATCH 4/5] lavc/qsvdec: Add mjpeg decoder support

2019-01-24 Thread Rogozhkin, Dmitry V
On Mon, 2019-01-21 at 20:41 +0800, Zhong Li wrote: > Signed-off-by: Zhong Li > --- >  Changelog |  1 + >  configure |  1 + >  libavcodec/Makefile   |  1 + >  libavcodec/allcodecs.c|  1 + >  libavcodec/qsvdec_other.c | 28 +++- >  5

[FFmpeg-devel] [PATCH 4/5] lavc/qsvdec: Add mjpeg decoder support

2019-01-21 Thread Zhong Li
Signed-off-by: Zhong Li --- Changelog | 1 + configure | 1 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c| 1 + libavcodec/qsvdec_other.c | 28 +++- 5 files changed, 31 insertions(+), 1 deletion(-) diff --git