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
2021-06-18avcodec/alsdec: Fix decoding error with mono audio filesMichael Niedermayer
2021-03-03avcodec/alsdec: Check bitstream input in read_block()Michael Niedermayer
2021-01-05avcodec/alsdec: Fix integer overflow with quant_cofMichael Niedermayer
2020-12-10avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes
2020-10-11lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos
2019-12-01avcodec/alsdec: Discard frames for which no channel could be decodedMichael Niedermayer
2019-12-01avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT()Michael Niedermayer
2019-10-20avcodec/alsdec: Check that input space for header exists in read_diff_float_d...Michael Niedermayer
2019-09-27avcodec: use avpriv_mpeg4audio_get_config2()James Almer
2019-09-26avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loopMichael Niedermayer
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