summaryrefslogtreecommitdiff
path: root/libavformat/img2dec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* img2dec: correctly use the parsed value from -start_numberVittorio Giovara2015-01-14
* img2dec: check av_new_packet return valueVittorio Giovara2014-10-24
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* img2: K&R formatting cosmeticsDiego Biurrun2012-11-29
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* img2dec: always close AVIOContextsTomas Härdin2012-09-12
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar2012-06-24
* img2: split muxer and demuxer into separate filesPaul B Mahol2012-02-22