aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/xfaceenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/xfaceenc: remove coded_frame usagePaul B Mahol2015-08-021-14/+1
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-5/+0
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-181-1/+1
* avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-021-1/+1
* xface: reduce stack usage by directly storing 2 bytes data instead of pointers.Reimar Döffinger2014-11-231-4/+4
* xface: Fix encoder crashes due to too small on-stack array.Reimar Döffinger2014-11-231-0/+3
* Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-1/+1
* lavc/xfaceenc: prefer do{}while() over for(){} construct in xface_encode_fram...Stefano Sabatini2012-11-031-2/+3
* lavc: add xface image decoder and encoderStefano Sabatini2012-10-151-0/+237