Pressed the send key before finishing my edit, sorry .. On Tue, Apr 19, 2016 at 10:59:22AM +0200, Diego Biurrun wrote: > On Sun, Apr 17, 2016 at 06:58:10PM +0000, Kieran Kunhya wrote: > > On Sat, 16 Apr 2016, 05:57 Diego Biurrun, <[email protected]> wrote: > > > From: Kieran Kunhya <[email protected]> > > > Decodes YUV 4:2:2 10-bit and RGB 12-bit files. > > > Older files with more subbands, skips, Bayer, alpha not supported. > > > Alpha requires addition of GBRAP12 pixel format. > > > --- > > > > > > The beast all squashed together, for ease of review. > > > I'm not aware of any more pending issues. > > > > > > Changelog | 1 + > > > doc/general.texi | 1 + > > > libavcodec/Makefile | 1 + > > > libavcodec/allcodecs.c | 1 + > > > libavcodec/avcodec.h | 1 + > > > libavcodec/cfhd.c | 783 > > > ++++++++++++++++++++++++++++++++++++++++++++++++ > > > libavcodec/cfhd.h | 109 +++++++ > > > libavcodec/cfhddata.c | 372 +++++++++++++++++++++++ > > > libavcodec/codec_desc.c | 7 + > > > libavcodec/version.h | 4 +- > > > libavformat/riff.c | 1 + > > > 11 files changed, 1279 insertions(+), 2 deletions(-) > > > create mode 100644 libavcodec/cfhd.c > > > create mode 100644 libavcodec/cfhd.h > > > create mode 100644 libavcodec/cfhddata.c > > > > > > I asked you not to squash this so please don't. > > I asked you several times to snip your quotes I think, so please do.
And also see the annotation on the patch. > > > The beast all squashed together, for ease of review. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
