Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-10 Thread Zhao Jun
On Wed, Jul 11, 2018 at 8:31 AM Michael Niedermayer wrote: > > On Wed, Jul 11, 2018 at 06:37:37AM +0800, Jun Zhao wrote: > > use pixelutils API for sad in motion estimation. > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/motion_estimation.c | 12 +--- > >

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-10 Thread Zhao Jun
On Wed, Jul 11, 2018 at 7:47 AM Carl Eugen Hoyos wrote: > > 2018-07-11 0:37 GMT+02:00, Jun Zhao : > > use pixelutils API for sad in motion estimation. > > Some performance number make sense for the commit message imo. > > Carl Eugen Will update performance number in next version, Thanks

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 + >