Re: [FFmpeg-devel] [PATCH 11/26] vaapi_encode: Add common options between all encoders

2018-06-06 Thread Xiang, Haihao
On Sat, 2018-05-26 at 17:26 +0100, Mark Thompson wrote: > On 25/05/18 07:01, Xiang, Haihao wrote: > > > > Hi Mark > > > > Do you plan to merge this commit any time soon? > > There are quite a few changes throughout the set, I'll resend it soon. > Thanks for your reply, I'd like to give a try

Re: [FFmpeg-devel] [PATCH 11/26] vaapi_encode: Add common options between all encoders

2018-05-26 Thread Mark Thompson
On 25/05/18 07:01, Xiang, Haihao wrote: > > Hi Mark > > Do you plan to merge this commit any time soon? There are quite a few changes throughout the set, I'll resend it soon. - Mark ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH 11/26] vaapi_encode: Add common options between all encoders

2018-05-25 Thread Xiang, Haihao
Hi Mark Do you plan to merge this commit any time soon? Thanks Haihao > On 25/04/18 02:21, Zhao Jun wrote: > > 2018-04-22 23:29 GMT+08:00 Mark Thompson : > > > The only common option here is low_power - it was previously supported > > > for H.264 only, that specific option is

Re: [FFmpeg-devel] [PATCH 11/26] vaapi_encode: Add common options between all encoders

2018-04-25 Thread Mark Thompson
On 25/04/18 02:21, Zhao Jun wrote: > 2018-04-22 23:29 GMT+08:00 Mark Thompson : >> The only common option here is low_power - it was previously supported >> for H.264 only, that specific option is removed. >> --- >> doc/encoders.texi | 14 -- >>

Re: [FFmpeg-devel] [PATCH 11/26] vaapi_encode: Add common options between all encoders

2018-04-24 Thread Zhao Jun
2018-04-22 23:29 GMT+08:00 Mark Thompson : > The only common option here is low_power - it was previously supported > for H.264 only, that specific option is removed. > --- > doc/encoders.texi | 14 -- > libavcodec/vaapi_encode.h | 9 + >

[FFmpeg-devel] [PATCH 11/26] vaapi_encode: Add common options between all encoders

2018-04-22 Thread Mark Thompson
The only common option here is low_power - it was previously supported for H.264 only, that specific option is removed. --- doc/encoders.texi | 14 -- libavcodec/vaapi_encode.h | 9 + libavcodec/vaapi_encode_h264.c | 8 ++--