summaryrefslogtreecommitdiff
path: root/libavcodec/xface.h
Commit message (Collapse)AuthorAge
* all: Add missing header guardsTimothy Gu2016-01-28
|
* avcodec/xface: correct the XFACE_MAX_* valuesMichael Niedermayer2014-12-16
| | | | | | | | Fixes out of array access Fixes: asan_stack-oob_32c12e5_2536_cov_2442316831_lena.xface Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* xface: reduce table sizes.Reimar Döffinger2014-11-23
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* xface: Fix encoder crashes due to too small on-stack array.Reimar Döffinger2014-11-23
| | | | | | Also add a FATE test. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* 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.