summaryrefslogtreecommitdiff
path: root/libavcodec/xfaceenc.c
Commit message (Collapse)AuthorAge
* lavc/xfaceenc: prefer do{}while() over for(){} construct in ↵Stefano Sabatini2012-11-03
| | | | | | xface_encode_frame() loop Slightly simplify readability, since the initial check is unnecessary.
* lavc: add xface image decoder and encoderStefano Sabatini2012-10-15
Based on libcompface code by James Ashton <James.Ashton@anu.edu.au>, and relicensed to LGPL with the author's consent.