49 Commits (4ac88ba5487e026bf81da565f97cfcf8f920657d)

Author SHA1 Message Date
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Andreas Cadhalpun db374790c7 jvdec: avoid unsigned overflow in comparison 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Janne Grunau 8a2250344b jv: detect partial packets in the demuxer 11 years ago
Vittorio Giovara d509ae5be0 jvdec: K&R formatting cosmetics 11 years ago
Michael Niedermayer b948ab8132 avformat/jvdec: clear packet padding after downsize 11 years ago
Luca Barbato 15739a9bd1 jvdec: Do not feed the decoder with known wrong data 11 years ago
Paul B Mahol e518cb863e jvdec: Fix memory leak of jv->frames 11 years ago
Luca Barbato 027712e851 jvdec: Return EOF on end of file 11 years ago
Michael Niedermayer 682f0035fb avformat/jvdec: fix doxygen comments 12 years ago
Justin Ruggles ef1b23ad21 jvdec: set channel layout 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol 596814f978 jvdec: fix memleak of jv->frames 13 years ago
Michael Niedermayer 9d0c71e5e3 jvdemux: correct size for truncated packets 13 years ago
Michael Niedermayer 2a70d8304d jvdec: Make sure there is enough data for the id string. 13 years ago
Paul B Mahol d3d1b25e69 jv demux: set video stream duration 13 years ago
Joakim Plate 9712e82a4e jvdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Joakim Plate 833358172b [jvd] Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Anton Khirnov f5b386afab Reemove remaining uses of deprecated AVERROR_NOTSUPP. 14 years ago
Anton Khirnov b4b167ecbf jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Michael Niedermayer afbfb2a81d Revert "jvdec: don't use deprecated url_feof()" 14 years ago
Anton Khirnov 1dac4d5547 jvdec: don't use deprecated url_feof() 14 years ago
Peter Ross 7f05c164d8 jv demuxer: prevent video packet size overflow 14 years ago
Peter Ross 772cb06281 jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number 14 years ago
Peter Ross 20c1281fe3 jv demuxer: calculate palette_size for each frame in read_header 14 years ago
Peter Ross bfaefd87dc Bitmap Brothers JV demuxer 14 years ago
Peter Ross 435535e411 jv demuxer: prevent video packet size overflow 14 years ago
Peter Ross 57d63d43cf jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number 14 years ago
Peter Ross 2f1084ca87 jv demuxer: calculate palette_size for each frame in read_header 14 years ago
Peter Ross 48e0d22251 Bitmap Brothers JV demuxer 14 years ago