]> git.sesse.net Git - ffmpeg/history - libavformat/adxdec.c
avpacket: Replace av_free_packet with av_packet_unref
[ffmpeg] / libavformat / adxdec.c
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-03-05 Andreas Cadhalpunavformat/adxdec: set avctx->channels in adx_read_header
2014-07-09 Anton Khirnovadxdec: get rid of an avpriv function
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-01-31 Anton Khirnovlavf: rename AVInputFormat.value to raw_codec_id.
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-03 Justin Rugglesadx: add AVFMT_GENERIC_INDEX to demuxer flags.
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-26 Justin Rugglesadx: rename ff_adx_decode_header() to avpriv_adx_decode...
2011-11-26 Justin Rugglesavformat: add CRI ADX format demuxer