index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
adxdec.c
Age
Commit message (
Expand
)
Author
2019-03-21
lavf: Constify the probe function argument.
Carl Eugen Hoyos
2016-12-14
avformat: fix overflows during bit rate calculation
Andreas Cadhalpun
2016-11-07
adxdec: validate sample_rate
Andreas Cadhalpun
2016-05-15
avformat/adxdec: set bit_rate, fixes duration calculation
Paul B Mahol
2016-04-14
avformat: add AVFormatContext to ff_get_extradata()
Paul B Mahol
2016-04-10
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-02-23
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-01
lavf/adxdec: Add Autodetection.
Carl Eugen Hoyos
2015-10-27
Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'
Hendrik Leppkes
2015-10-26
avpacket: Replace av_free_packet with av_packet_unref
Luca Barbato
2015-07-27
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-03-05
avformat/adxdec: set avctx->channels in adx_read_header
Andreas Cadhalpun
2015-02-26
avformat/adxdec: check avctx->channels for invalid values
Andreas Cadhalpun
2015-02-26
avformat/adxdec: set avctx->channels in adx_read_header
Andreas Cadhalpun
2014-07-09
Merge commit 'd5cf5afabbf43f00283e70b12afbe1da030d85b6'
Michael Niedermayer
2014-07-09
adxdec: get rid of an avpriv function
Anton Khirnov
2013-12-25
avformat/adxdec: use ff_get_extradata()
Michael Niedermayer
2013-10-13
avformat: use ff_alloc_extradata()
Paul B Mahol
2013-08-30
Reinstate proper FFmpeg license for all files.
Thilo Borgmann
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-01-31
lavf: rename AVInputFormat.value to raw_codec_id.
Anton Khirnov
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-03
adx: add AVFMT_GENERIC_INDEX to demuxer flags.
Justin Ruggles
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-26
adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
Justin Ruggles
2011-11-26
avformat: add CRI ADX format demuxer
Justin Ruggles