]> git.sesse.net Git - ffmpeg/history - libavformat/jvdec.c
Combine deprecation guards where appropriate
[ffmpeg] / libavformat / jvdec.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2014-02-12 Janne Grunaujv: detect partial packets in the demuxer
2014-02-04 Vittorio Giovarajvdec: K&R formatting cosmetics
2013-12-20 Luca Barbatojvdec: Do not feed the decoder with known wrong data
2013-12-20 Paul B Maholjvdec: Fix memory leak of jv->frames
2013-12-20 Luca Barbatojvdec: Return EOF on end of file
2012-11-12 Justin Rugglesjvdec: set channel layout
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-14 Paul B Maholjv demux: set video stream duration
2012-02-10 Joakim Platejvdec: Check return value of avio_seek and avoid modify...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-04-06 Anton KhirnovReemove remaining uses of deprecated AVERROR_NOTSUPP.
2011-04-02 Anton Khirnovjvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Anton Khirnovjvdec: don't use deprecated url_feof()
2011-03-14 Peter Rossjv demuxer: prevent video packet size overflow
2011-03-14 Peter Rossjv demuxer: define JV_PREAMBLE_SIZE instead of hard...
2011-03-14 Peter Rossjv demuxer: calculate palette_size for each frame in...
2011-03-14 Peter RossBitmap Brothers JV demuxer