[FFmpeg-devel] [PATCH 2/3 v1.2] avcodec/vaapi: add fields for VAAPI VC-1 interlaced decoding

Moritz Barsnick barsnick at gmx.net
Thu Mar 1 19:15:07 EET 2018


On Thu, Mar 01, 2018 at 09:07:17 +0100, Jerome Borsboom wrote:
> v1.1->v1.2: Changed ifdefs around vc1_get_INTCOMPFIELD, vc1_get_LUMSCALE2,
> and vc1_get_LUMSHIFT2 to av_unused.

When emailing like this, you need to place the additional (manually
edited?) comments below the patch's '---' line. Otherwise they will
become part of the commit message when pushing. (Changes between
reviews and comments like "Please ignore the previous patch" are
obviously not meant for the commit message.)

> avcodec/vaapi: add fields for VAAPI VC-1 interlaced decoding
> 
> Pass necessary bitstream elements to the VAAPI VC-1 decoder in order
> to start doing interlaced decoding in hardware.
> 
> Signed-off-by: Jerome Borsboom <jerome.borsboom at carpalis.nl>
> ---

Down here.

>  libavcodec/vaapi_vc1.c | 163 ++++++++++++++++++++++++++++++++++++++++---------
>  1 file changed, 134 insertions(+), 29 deletions(-)
> 
> diff --git a/libavcodec/vaapi_vc1.c b/libavcodec/vaapi_vc1.c
[...]

Cheers,
Moritz


More information about the ffmpeg-devel mailing list