Re: [FFmpeg-devel] [PATCH] Cineform HD Decoder:

2016-01-04 Thread Michael Niedermayer
On Mon, Jan 04, 2016 at 12:04:08AM +, Kieran Kunhya wrote: > Decodes YUV422P10 samples in AVI and MOV (Gopro Studio) > Older files with more subbands, skips, Bayer not supported > --- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > lib

[FFmpeg-devel] [PATCH] Cineform HD Decoder:

2016-01-03 Thread Kieran Kunhya
Decodes YUV422P10 samples in AVI and MOV (Gopro Studio) Older files with more subbands, skips, Bayer not supported --- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h| 1 + libavcodec/cfhd.c | 567