[libav-devel] [PATCH] lavc/qsvdec: expose frame pic_type and key_frame

2018-01-28 Thread Zhong Li
Currently key_frame and pict_type are unset. Add an extra param to fetch the picture type from qsv decoder Signed-off-by: ChaoX A Liu Signed-off-by: Zhong Li --- libavcodec/qsv.c | 24 libavcodec/qsv_internal.h | 3 +++ libavcodec/qsvdec.c | 7 +++

Re: [libav-devel] [PATCH] avresample: check output FIFO validity before usage

2018-01-28 Thread Sean McGovern
On Sun, Jan 21, 2018 at 1:15 AM, Luca Barbato wrote: > On 20/01/2018 16:21, Sean McGovern wrote: >> >> Is this patch still useful for library users? Can I apply it without the >> Bug-Id? > > > I think we have to decide if it is an invalid usage of the API (and be even > louder with the error messa

Re: [libav-devel] [PATCH] vc1: skip motion compensation when data for last picture is invalid

2018-01-28 Thread Sean McGovern
Bug-Id: 1101 Cc: libav-sta...@libav.org --- libavcodec/vc1_mc.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/vc1_mc.c b/libavcodec/vc1_mc.c index f4632d6..abdc9e3 100644 --- a/libavcodec/vc1_mc.c +++ b/libavcodec/vc1_mc.c @@ -689,6 +689,11 @@ void ff_vc1_mc_4mv_chroma4(VC1Co

Re: [libav-devel] [PATCH] vc1: skip motion compensation when data for last picture is invalid

2018-01-28 Thread Sean McGovern
Hi Luca, On Sun, Jan 28, 2018 at 4:59 AM, Luca Barbato wrote: > On 28/01/2018 03:24, Sean McGovern wrote: >> >> Bug-Id: 1101 >> Cc: libav-sta...@libav.org >> --- >> libavcodec/vc1_mc.c | 5 + >> 1 file changed, 5 insertions(+) >> >> diff --git a/libavcodec/vc1_mc.c b/libavcodec/vc1_mc.c >>

Re: [libav-devel] [PATCH] vc1: skip motion compensation when data for last picture is invalid

2018-01-28 Thread Luca Barbato
On 28/01/2018 03:24, Sean McGovern wrote: Bug-Id: 1101 Cc: libav-sta...@libav.org --- libavcodec/vc1_mc.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/vc1_mc.c b/libavcodec/vc1_mc.c index f4632d6..fb5ca75 100644 --- a/libavcodec/vc1_mc.c +++ b/libavcodec/vc1_mc.c @@ -713