summaryrefslogtreecommitdiffstats
path: root/libavcodec/cpia.c
Commit message (Collapse)AuthorAgeFilesLines
* cpia: move reget_buffer after header checkStephan Hilb2012-09-011-6/+6
| | | | | | If the header is invalid, there is no need to get at buffer. Do it after the header has been checked. Suggested by Reimar Döffinger
* Add CPiA video decoderStephan Hilb2012-08-311-0/+218
The cpia video decoder is intended to be used with the v4l2 demuxer. There are some small changes to the v4l2 demuxer to support the variable frame length of the format. Fixes ticket #1537 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud