Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9

2022-01-23 Thread Xiang, Haihao
lf Of > > > > myp...@gmail.com > > > > Sent: Monday, January 17, 2022 11:36 AM > > > > To: FFmpeg development discussions and patches > > > > Subject: Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding > > > > support > > > &g

Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9

2022-01-18 Thread Xiang, Haihao
2 11:36 AM > > > To: FFmpeg development discussions and patches > > > Subject: Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding > > > support > > > for VP9 > > > > > > On Mon, Jan 17, 2022 at 4:30 PM Xiang, Haihao > > > wrote: >

Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9

2022-01-17 Thread James Almer
On 1/17/2022 7:57 AM, Soft Works wrote: -Original Message- From: ffmpeg-devel On Behalf Of myp...@gmail.com Sent: Monday, January 17, 2022 11:36 AM To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9

Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9

2022-01-17 Thread myp...@gmail.com
On Mon, Jan 17, 2022 at 6:57 PM Soft Works wrote: > > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > myp...@gmail.com > > Sent: Monday, January 17, 2022 11:36 AM > > To: FFmpeg development discussions and patches > > Subje

Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9

2022-01-17 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > myp...@gmail.com > Sent: Monday, January 17, 2022 11:36 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support > for VP9 > >

Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9

2022-01-17 Thread myp...@gmail.com
On Mon, Jan 17, 2022 at 4:30 PM Xiang, Haihao wrote: > > On Thu, 2022-01-13 at 13:45 +0800, Haihao Xiang wrote: > > Add -tile_rows and -tile_cols options to specify the number of tile > > rows and columns > > > > Signed-off-by: Haihao Xiang > > --- > > v2: add option descriptions in the doc > >

Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9

2022-01-17 Thread Xiang, Haihao
On Thu, 2022-01-13 at 13:45 +0800, Haihao Xiang wrote: > Add -tile_rows and -tile_cols options to specify the number of tile > rows and columns > > Signed-off-by: Haihao Xiang > --- > v2: add option descriptions in the doc > > doc/encoders.texi | 6 ++ > libavcodec/qsvenc.c | 4

[FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9

2022-01-12 Thread Haihao Xiang
Add -tile_rows and -tile_cols options to specify the number of tile rows and columns Signed-off-by: Haihao Xiang --- v2: add option descriptions in the doc doc/encoders.texi | 6 ++ libavcodec/qsvenc.c | 4 libavcodec/qsvenc.h | 1 + libavcodec/qsvenc_vp9.c | 10