Re: [libav-devel] [PATCH 0/3] AviSynth+ pix_fmt updates

2016-10-29 Thread Vittorio Giovara
On Fri, Oct 28, 2016 at 10:20 PM, Stephen Hutchinson wrote: > On 10/27/2016 11:37 PM, Vittorio Giovara wrote: >> >> yeah 64 bits formats work only in pass-through, so you cannot convert >> them or output anything in them >> > > The output restriction is completely internal to Libav (avplay, etc.),

[libav-devel] [PATCH] qsv: Be informative when reporting that no data has been consumed

2016-10-29 Thread Luca Barbato
--- libavcodec/qsvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/qsvdec.c b/libavcodec/qsvdec.c index e19eba5..81c63b1 100644 --- a/libavcodec/qsvdec.c +++ b/libavcodec/qsvdec.c @@ -305,7 +305,7 @@ static int qsv_decode(AVCodecContext *avctx, QSVContext *q,