summaryrefslogtreecommitdiff
path: root/libavutil/pixelutils.c
Commit message (Collapse)AuthorAge
* avutil/pixelutils: add small buffers testsClément Bœsch2014-09-02
|
* avutil/pixelutils: check for malloc failureMichael Niedermayer2014-08-06
| | | | | Found-by: Daemon404 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/pixelutils: avoid on stack arraysMichael Niedermayer2014-08-06
| | | | | | | The arrays are fairly large and could cause problems on some embedded systems also they are not endian safe as they mix 32 and 8bit Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil: add pixelutils APIClément Bœsch2014-08-05