summaryrefslogtreecommitdiffstats
path: root/libavformat/img2dec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-14/+14
* lavf: allow custom IO for all filesAnton Khirnov2016-01-241-3/+2
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* img2dec: correctly use the parsed value from -start_numberVittorio Giovara2015-01-141-1/+1
* img2dec: check av_new_packet return valueVittorio Giovara2014-10-241-2/+4
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
* img2: K&R formatting cosmeticsDiego Biurrun2012-11-291-60/+69
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* img2dec: always close AVIOContextsTomas Härdin2012-09-121-3/+3
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar2012-06-241-3/+6
* img2: split muxer and demuxer into separate filesPaul B Mahol2012-02-221-0/+322
OpenPOWER on IntegriCloud