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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-11avcodec/alsdec: Check k from being outside what our implementation can handleMichael Niedermayer
2019-09-02avcodec/bgmc: Check input space in ff_bgmc_decode_init()Michael Niedermayer
2019-08-21avcodec/alsdec: Fix integer overflow in decode_var_block_data()Michael Niedermayer
2019-08-21avcodec/alsdec: Limit maximum channels to 512Michael Niedermayer
2019-08-11avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data()Michael Niedermayer
2019-08-11avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks()Michael Niedermayer
2019-08-11avcodec/alsdec: fix mantisse shiftMichael Niedermayer
2019-08-05avcodec/alsdec: Check for block_length <= 0 in read_var_block_data()Michael Niedermayer
2019-07-21avcodec/alsdec: fix undefined shift in multiply()Michael Niedermayer
2019-07-21avcodec/alsdec: Fix 2 integer overflowsMichael Niedermayer
2019-07-06avcodec/alsdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer
2019-07-06avcodec/alsdec: Fix integer overflow with buffer numberMichael Niedermayer
2019-07-06avcodec/alsdec: Fixes signed integer overflow in LSB additionMichael Niedermayer
2019-07-06avcodec/alsdec: Check opt_order / sb_length in ra_block handlingMichael Niedermayer
2019-07-06avcodec/alsdec: Fix integer overflow with shifting samplesMichael Niedermayer
2019-07-06avcodec/alsdec: Fix undefined behavior in decode_rice()Michael Niedermayer
2019-07-06avcodec/alsdec: Fixes invalid shifts in read_var_block_data() and INTERLEAVE_...Michael Niedermayer
2019-06-26avcodec/alsdec: Fix invalid shift in multiply()Michael Niedermayer
2017-11-17libavcodec/als: fix address sanitization error in decoderUmair Khan
2017-11-17libavcodec/als: remove check for predictor order of a blockUmair Khan
2017-07-04avcodec/alsdec: fix some undefined shiftsPaul B Mahol
2017-07-04avcodec/alsdec: remove unused headerPaul B Mahol
2017-07-02avcodec/alsdec: call correct function for multi-channel codingPaul B Mahol
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-09-09lavc/alsdec: use get_bitsz() to simplify reading of the mantissaThilo Borgmann
2016-09-08avcodec/alsdec: Fix reading 0 mantisse bitsMichael Niedermayer
2016-09-08avcodec/alsdec: Fix raw_mantissa memleakMichael Niedermayer
2016-09-08avcodec/alsdec: Fix mlz memleakMichael Niedermayer
2016-08-22avcodec/alsdec: Remove unused variableMichael Niedermayer
2016-08-22avcodec/alsdec: Implement floating point sample data decodingUmair Khan
2016-06-07avcodec/alsdec: Check r to prevent out of array readMichael Niedermayer
2016-04-27avcodec/alsdec: Fix bitstream readingUmair Khan
2016-03-12avcodec/alsdec: fix max bits in ltp prefix codeUmair Khan
2016-03-09Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2016-03-06avcodec/alsdec: treat quant_cof as a signed valueUmair Khan
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-05avcodec/alsdec: Check for overreadMichael Niedermayer
2015-05-05alsdec: only adapt order for positive max_orderAndreas Cadhalpun
2015-05-05alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun
2015-05-05alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun
2015-04-23alsdec: only adapt order for positive max_orderAndreas Cadhalpun
2015-04-22alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-04-19alsdec: validate time diff indexAndreas Cadhalpun
2015-04-18alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun
2015-04-18avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays nev...Michael Niedermayer
2015-04-18alsdec: ensure channel reordering is reversibleAndreas Cadhalpun
2015-04-14avcodec/alsdec: use av_malloc(z)_array()Paul B Mahol