Re: [FFmpeg-devel] [PATCH]Fix r10kdec output

2014-12-29 Thread Carl Eugen Hoyos
Bob Maple burner.com> writes: > On 12/28/2014 2:06 PM, Carl Eugen Hoyos wrote: > > > Does anybody have the Directshow filter for > > "AJA Kona 10-bit RGB Codec"? > > You can download them from > https://www.aja.com/en/support/directshow Does this work for you? Compn tried yesterday and he co

Re: [FFmpeg-devel] [PATCH]Fix r10kdec output

2014-12-28 Thread Bob Maple
On 12/28/2014 2:06 PM, Carl Eugen Hoyos wrote: > Does anybody have the Directshow filter for "AJA Kona > 10-bit RGB Codec"? You can download them from https://www.aja.com/en/support/directshow ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http

Re: [FFmpeg-devel] [PATCH]Fix r10kdec output

2014-12-28 Thread Carl Eugen Hoyos
Reimar Döffinger gmx.de> writes: > > -b = pixel << 4; > > +b = pixel << 4 & 0xffc0; > > Never remember the order so it might not be required, > but for consistency at least I think you should add (). Applied with that change. > But otherwise I think it mak

Re: [FFmpeg-devel] [PATCH]Fix r10kdec output

2014-12-27 Thread Reimar Döffinger
On Sat, Dec 27, 2014 at 10:39:39PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch allows to use -f framecrc to check r10k -> gbrp10 ffv1 -> > r10k roundtrips: The decoder currently writes incorrect lsb for blue that > are different for the input and output files. This does not affect th

[FFmpeg-devel] [PATCH]Fix r10kdec output

2014-12-27 Thread Carl Eugen Hoyos
Hi! Attached patch allows to use -f framecrc to check r10k -> gbrp10 ffv1 -> r10k roundtrips: The decoder currently writes incorrect lsb for blue that are different for the input and output files. This does not affect the 10 significant bits and therefore the ffv1 files are not affected, only