Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option

2017-11-22 Thread Li, Zhong
update this patch if necessary. > > > >> -Original Message- > >> From: libav-devel [mailto:libav-devel-boun...@libav.org] On Behalf Of > >> Diego Biurrun > >> Sent: Tuesday, November 14, 2017 1:40 AM > >> To: libav development > >> Subject

Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option

2017-11-21 Thread Maxym Dmytrychenko
- >> From: libav-devel [mailto:libav-devel-boun...@libav.org] On Behalf Of >> Diego Biurrun >> Sent: Tuesday, November 14, 2017 1:40 AM >> To: libav development >> Subject: Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common >> option >> >>> On

Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option

2017-11-21 Thread Li, Zhong
gt; Subject: Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common > option > > On Mon, Nov 13, 2017 at 02:03:47PM +0100, Maxym Dmytrychenko wrote: > > On Mon, Nov 13, 2017 at 8:54 AM, Zhong Li wrote: > > > > > CAVLC option is only available for h264 encoding

Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option

2017-11-16 Thread Li, Zhong
> From: libav-devel [mailto:libav-devel-boun...@libav.org] On Behalf Of > Maxym Dmytrychenko > Sent: Thursday, November 16, 2017 6:23 AM > To: libav development > Subject: Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common > option > > I would leave it as it

Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option

2017-11-15 Thread Luca Barbato
On 15/11/2017 16:09, Li, Zhong wrote: From: libav-devel [mailto:libav-devel-boun...@libav.org] On Behalf Of Maxym Dmytrychenko Sent: Monday, November 13, 2017 9:04 PM To: libav development Subject: Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option correct fix I have an

Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option

2017-11-15 Thread Maxym Dmytrychenko
: Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common > > option > > > > correct fix > > I have an idea to rename the "calvc" option to be "coder", which can be > aligned with x264. But I am not sure

Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option

2017-11-15 Thread Li, Zhong
> From: libav-devel [mailto:libav-devel-boun...@libav.org] On Behalf Of > Maxym Dmytrychenko > Sent: Monday, November 13, 2017 9:04 PM > To: libav development > Subject: Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common > option > > correct fix I have an i

Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option

2017-11-13 Thread Diego Biurrun
On Mon, Nov 13, 2017 at 02:03:47PM +0100, Maxym Dmytrychenko wrote: > On Mon, Nov 13, 2017 at 8:54 AM, Zhong Li wrote: > > > CAVLC option is only available for h264 encoding. > > CABAC is the only entropy coding way for hevc. > > > > Signed-off-by: Zhong Li > > --- > > libavcodec/qsvenc.h

Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option

2017-11-13 Thread Luca Barbato
On 13/11/2017 08:54, Zhong Li wrote: CAVLC option is only available for h264 encoding. CABAC is the only entropy coding way for hevc. Signed-off-by: Zhong Li --- libavcodec/qsvenc.h | 3 +-- libavcodec/qsvenc_h264.c | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) Sure.

Re: [libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option

2017-11-13 Thread Maxym Dmytrychenko
correct fix On Mon, Nov 13, 2017 at 8:54 AM, Zhong Li wrote: > CAVLC option is only available for h264 encoding. > CABAC is the only entropy coding way for hevc. > > Signed-off-by: Zhong Li > --- > libavcodec/qsvenc.h | 3 +-- > libavcodec/qsvenc_h264.c | 1 + > 2 files changed, 2 inserti

[libav-devel] [PATCH 1/2] qsvenc: move cavlc out of common option

2017-11-12 Thread Zhong Li
CAVLC option is only available for h264 encoding. CABAC is the only entropy coding way for hevc. Signed-off-by: Zhong Li --- libavcodec/qsvenc.h | 3 +-- libavcodec/qsvenc_h264.c | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h