Michael Niedermayer gmx.at> writes:
> patch LGTM
The patch was merged.
Thank you, Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Sat, Feb 07, 2015 at 06:38:17PM +, Carl Eugen Hoyos wrote:
> Michael Niedermayer gmx.at> writes:
>
> > > Attached patch implements reading uyvy, yuv444 and
> > > yuva444 dpx files, yuva444 is untested.
> >
> > how can this be tested ?
>
> I used the following to test:
> $ gm convert inp
Michael Niedermayer gmx.at> writes:
> > Attached patch implements reading uyvy, yuv444 and
> > yuva444 dpx files, yuva444 is untested.
>
> how can this be tested ?
I used the following to test:
$ gm convert input -colorspace Rec709YCbCr -sampling-factor 4:2:2 out1.dpx
$ gm convert input -color
On Thu, Feb 05, 2015 at 12:42:28AM +0100, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch implements reading uyvy, yuv444 and yuva444 dpx files.
> yuva444 is untested.
how can this be tested ?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Why not whip the t
Hi!
Attached patch implements reading uyvy, yuv444 and yuva444 dpx files.
yuva444 is untested.
Please comment, Carl Eugen
diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c
index 3b78486..8eb0d22 100644
--- a/libavcodec/dpx.c
+++ b/libavcodec/dpx.c
@@ -173,9 +173,14 @@ static int decode_frame(AVCod