[FFmpeg-devel] [PATCH v4 5/5] libavfilter: VAAPI surface converter
wm4
nfxjfg at googlemail.com
Sun Jan 24 13:57:53 CET 2016
On Sat, 23 Jan 2016 16:21:04 -0800
Timothy Gu <timothygu99 at gmail.com> wrote:
> On Sat, Jan 23, 2016 at 07:17:00PM +0000, Mark Thompson wrote:
> >
> > ---
> > configure | 2 +
> > libavfilter/Makefile | 1 +
> > libavfilter/allfilters.c | 1 +
> > libavfilter/vf_vaapi_conv.c | 537 ++++++++++++++++++++++++++++++++++++++++++++
> > 4 files changed, 541 insertions(+)
> > create mode 100644 libavfilter/vf_vaapi_conv.c
> >
> > diff --git a/configure b/configure
> > index f30ddab..a068d05 100755
> > --- a/configure
> > +++ b/configure
>
> Perhaps stupid question: will VAAPI surfaces be converted to/from actual
> frames automatically (like the automatic format conversion that is in
> libavfilter right now) or will this filter be needed to be applied manually?
Do you mean automatic insertion as conversion filter? No.
More information about the ffmpeg-devel
mailing list