Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-14avformat: fix overflows during bit rate calculationAndreas Cadhalpun
2016-11-07adxdec: validate sample_rateAndreas Cadhalpun
2016-05-15avformat/adxdec: set bit_rate, fixes duration calculationPaul B Mahol
2016-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-01lavf/adxdec: Add Autodetection.Carl Eugen Hoyos
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-03-05avformat/adxdec: set avctx->channels in adx_read_headerAndreas Cadhalpun
2015-02-26avformat/adxdec: check avctx->channels for invalid valuesAndreas Cadhalpun
2015-02-26avformat/adxdec: set avctx->channels in adx_read_headerAndreas Cadhalpun
2014-07-10Merge commit 'd5cf5afabbf43f00283e70b12afbe1da030d85b6'Michael Niedermayer
2014-07-09adxdec: get rid of an avpriv functionAnton Khirnov
2013-12-25avformat/adxdec: use ff_get_extradata()Michael Niedermayer
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-01-31lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-04adx: add AVFMT_GENERIC_INDEX to demuxer flags.Justin Ruggles
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-27adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles
2011-11-27avformat: add CRI ADX format demuxerJustin Ruggles