Re: [FFmpeg-devel] [PATCH v3 01/12] vaapi_encode: Support more RC modes

2019-02-25 Thread Mark Thompson
On 13/02/2019 03:14, Carl Eugen Hoyos wrote: > 2019-02-10 20:46 GMT+01:00, Mark Thompson : >> Allow setting the mode explicitly, and try to make a sensible choice >> given the available parameters if not. > > Please mention ticket #7650 if this patch fixes the assertion failure. Yep, marked on

Re: [FFmpeg-devel] [PATCH v3 01/12] vaapi_encode: Support more RC modes

2019-02-12 Thread Carl Eugen Hoyos
2019-02-10 20:46 GMT+01:00, Mark Thompson : > Allow setting the mode explicitly, and try to make a sensible choice > given the available parameters if not. Please mention ticket #7650 if this patch fixes the assertion failure. Thank you, Carl Eugen ___

Re: [FFmpeg-devel] [PATCH v3 01/12] vaapi_encode: Support more RC modes

2019-02-12 Thread myp...@gmail.com
On Mon, Feb 11, 2019 at 3:47 AM Mark Thompson wrote: > > Allow setting the mode explicitly, and try to make a sensible choice > given the available parameters if not. > --- > doc/encoders.texi | 24 +++ > libavcodec/vaapi_encode.c | 382 +++--- >

[FFmpeg-devel] [PATCH v3 01/12] vaapi_encode: Support more RC modes

2019-02-10 Thread Mark Thompson
Allow setting the mode explicitly, and try to make a sensible choice given the available parameters if not. --- doc/encoders.texi | 24 +++ libavcodec/vaapi_encode.c | 382 +++--- libavcodec/vaapi_encode.h | 65 +++ 3 files changed, 358 insertions(+),