Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reemove remaining uses of deprecated AVERROR_NOTSUPP. | Anton Khirnov | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY | Anton Khirnov | 2011-04-02 | 1 | -4/+4 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | jvdec: don't use deprecated url_feof() | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | jv demuxer: prevent video packet size overflow | Peter Ross | 2011-03-14 | 1 | -0/+2 |
| | | | | | | | In the event of overflow, the JV_PADDING state will avio_skip over any overflow bytes (using JVFrame.total_size). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number | Peter Ross | 2011-03-14 | 1 | -3/+5 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | jv demuxer: calculate palette_size for each frame in read_header | Peter Ross | 2011-03-14 | 1 | -5/+5 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Bitmap Brothers JV demuxer | Peter Ross | 2011-03-14 | 1 | -0/+221 |
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> |