Re: [FFmpeg-devel] [PATCH]Read CbYCr dpx files

2015-02-08 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH]Read CbYCr dpx files

2015-02-07 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH]Read CbYCr dpx files

2015-02-07 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH]Read CbYCr dpx files

2015-02-07 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH]Read CbYCr dpx files

2015-02-04 Thread Carl Eugen Hoyos
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