On Monday, March 17, 2014, Vittorio Giovara <[email protected]> wrote:
> From: Stefano Sabatini <[email protected] <javascript:;>> > > Based on libcompface code by James Ashton > <[email protected]<javascript:;> > >. > Relicensed to LGPL with the author's consent. > > Signed-off-by: Vittorio Giovara <[email protected] <javascript:;> > > > --- > Amended as requested. > Vittorio > > Changelog | 1 + > doc/general.texi | 2 + > libavcodec/Makefile | 2 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 7 + > libavcodec/version.h | 4 +- > libavcodec/xface.c | 410 > ++++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/xface.h | 111 +++++++++++++ > libavcodec/xfacedec.c | 185 ++++++++++++++++++++++ > libavcodec/xfaceenc.c | 240 ++++++++++++++++++++++++++++ > libavformat/img2.c | 1 + > libavformat/img2enc.c | 2 +- > 13 files changed, 964 insertions(+), 3 deletions(-) > create mode 100644 libavcodec/xface.c > create mode 100644 libavcodec/xface.h > create mode 100644 libavcodec/xfacedec.c > create mode 100644 libavcodec/xfaceenc.c > Ping, any more change or is it good to go? Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
