summaryrefslogtreecommitdiff
path: root/libavformat/ingenientdec.c
Commit message (Expand)AuthorAge
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-31
* rawdec: refactor private option for raw video demuxersAnton Khirnov2011-09-17
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* rawdec: add framerate private option.Anton Khirnov2011-06-04
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30
* move ingenient demuxer to its own fileAurelien Jacobs2010-08-29