]> git.sesse.net Git - ffmpeg/commit
lavc: add xface image decoder and encoder
authorStefano Sabatini <stefasab@gmail.com>
Wed, 25 Jul 2012 10:23:31 +0000 (12:23 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Mon, 15 Oct 2012 06:32:18 +0000 (08:32 +0200)
commitcd559bb49a3417ab1ca75df3de0029300e5095df
tree7819ecb065e546cbed1e518ca0798886f3b44494
parent35782bfbca0abe39e33d65a771834c6b87855c16
lavc: add xface image decoder and encoder

Based on libcompface code by James Ashton <James.Ashton@anu.edu.au>, and
relicensed to LGPL with the author's consent.
14 files changed:
Changelog
doc/general.texi
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/codec_desc.c
libavcodec/version.h
libavcodec/xface.c [new file with mode: 0644]
libavcodec/xface.h [new file with mode: 0644]
libavcodec/xfacedec.c [new file with mode: 0644]
libavcodec/xfaceenc.c [new file with mode: 0644]
libavformat/img2.c
libavformat/img2enc.c
libavformat/version.h