Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpia: move reget_buffer after header check | Stephan Hilb | 2012-09-01 | 1 | -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 decoder | Stephan Hilb | 2012-08-31 | 1 | -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> |