| Commit message (Expand) | Author | Age | Files | Lines |
* | jvdec: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | jv demux: set video stream duration | Paul B Mahol | 2012-03-14 | 1 | -0/+1 |
* | jvdec: Check return value of avio_seek and avoid modifying state if it fails | Joakim Plate | 2012-02-10 | 1 | -1/+2 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number | Peter Ross | 2011-03-14 | 1 | -3/+5 |
* | jv demuxer: calculate palette_size for each frame in read_header | Peter Ross | 2011-03-14 | 1 | -5/+5 |
* | Bitmap Brothers JV demuxer | Peter Ross | 2011-03-14 | 1 | -0/+221 |