summaryrefslogtreecommitdiff
path: root/libavformat/adxdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* avformat/adxdec: set avctx->channels in adx_read_headerAndreas Cadhalpun2015-03-05
* adxdec: get rid of an avpriv functionAnton Khirnov2014-07-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-31
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* adx: add AVFMT_GENERIC_INDEX to demuxer flags.Justin Ruggles2012-01-03
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles2011-11-26
* avformat: add CRI ADX format demuxerJustin Ruggles2011-11-26