summaryrefslogtreecommitdiff
path: root/libavformat/jvdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* jv: detect partial packets in the demuxerJanne Grunau2014-02-12
* jvdec: K&R formatting cosmeticsVittorio Giovara2014-02-04
* jvdec: Do not feed the decoder with known wrong dataLuca Barbato2013-12-20
* jvdec: Fix memory leak of jv->framesPaul B Mahol2013-12-20
* jvdec: Return EOF on end of fileLuca Barbato2013-12-20
* jvdec: set channel layoutJustin Ruggles2012-11-12
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* jv demux: set video stream durationPaul B Mahol2012-03-14
* jvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-06
* jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEYAnton Khirnov2011-04-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* jvdec: don't use deprecated url_feof()Anton Khirnov2011-03-16
* jv demuxer: prevent video packet size overflowPeter Ross2011-03-14
* jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the numberPeter Ross2011-03-14
* jv demuxer: calculate palette_size for each frame in read_headerPeter Ross2011-03-14
* Bitmap Brothers JV demuxerPeter Ross2011-03-14