summaryrefslogtreecommitdiff
path: root/libavformat/adxdec.c
Commit message (Expand)AuthorAge
* avformat/utils: Move ff_get_extradata to demux_utils.cAndreas Rheinhardt2022-05-10
* adxdec: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/adxdec: demux multiple blocks at oncePaul B Mahol2020-10-03
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-12
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat: fix overflows during bit rate calculationAndreas Cadhalpun2016-12-14
* adxdec: validate sample_rateAndreas Cadhalpun2016-11-07
* avformat/adxdec: set bit_rate, fixes duration calculationPaul B Mahol2016-05-15
* avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-14
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | lavf/adxdec: Add Autodetection.Carl Eugen Hoyos2016-02-01
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * 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
* | avformat/adxdec: check avctx->channels for invalid valuesAndreas Cadhalpun2015-02-26
* | avformat/adxdec: set avctx->channels in adx_read_headerAndreas Cadhalpun2015-02-26
* | Merge commit 'd5cf5afabbf43f00283e70b12afbe1da030d85b6'Michael Niedermayer2014-07-09
|\|
| * adxdec: get rid of an avpriv functionAnton Khirnov2014-07-09
* | avformat/adxdec: use ff_get_extradata()Michael Niedermayer2013-12-25
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-13
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
|/
* 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