Re: [FFmpeg-devel] lavc/ffv1: Support YUV4xxP12 and GRAY12.

2016-11-20 Thread Carl Eugen Hoyos
2016-11-19 1:44 GMT+01:00 Michael Niedermayer : > On Thu, Nov 17, 2016 at 01:09:53PM +0100, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch adds support for 12bit formats to ffv1. >> >> Please comment, Carl Eugen > >> ffv1dec.c |7 +++ >> ffv1enc.c | 11 +-- >> 2 files change

Re: [FFmpeg-devel] lavc/ffv1: Support YUV4xxP12 and GRAY12.

2016-11-18 Thread Michael Niedermayer
On Thu, Nov 17, 2016 at 01:09:53PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch adds support for 12bit formats to ffv1. > > Please comment, Carl Eugen > ffv1dec.c |7 +++ > ffv1enc.c | 11 +-- > 2 files changed, 16 insertions(+), 2 deletions(-) > 6e49bf777dff4b3c585

[FFmpeg-devel] lavc/ffv1: Support YUV4xxP12 and GRAY12.

2016-11-17 Thread Carl Eugen Hoyos
Hi! Attached patch adds support for 12bit formats to ffv1. Please comment, Carl Eugen From c7f3f21a1b6d96717a728c0f0c08de76092fdefb Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 17 Nov 2016 13:08:27 +0100 Subject: [PATCH] lavc/ffv1: Support YUV4xxP12 and GRAY12. --- libavcodec/ffv