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-10-17avcodec/alsdec: Check bitstream input in read_block()Michael Niedermayer
2019-12-06avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loopMichael Niedermayer
2019-12-06avcodec/alsdec: Check k from being outside what our implementation can handleMichael Niedermayer
2019-12-06avcodec/bgmc: Check input space in ff_bgmc_decode_init()Michael Niedermayer
2019-12-02avcodec/alsdec: Fix integer overflow in decode_var_block_data()Michael Niedermayer
2019-12-02avcodec/alsdec: Limit maximum channels to 512Michael Niedermayer
2019-12-02avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data()Michael Niedermayer
2019-12-02avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks()Michael Niedermayer
2019-12-02avcodec/alsdec: Check for block_length <= 0 in read_var_block_data()Michael Niedermayer
2019-12-02avcodec/alsdec: Fix 2 integer overflowsMichael Niedermayer
2019-12-02avcodec/alsdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer
2019-12-02avcodec/alsdec: Fix integer overflow with buffer numberMichael Niedermayer
2019-12-02avcodec/alsdec: Check opt_order / sb_length in ra_block handlingMichael Niedermayer
2019-12-02avcodec/alsdec: Fix integer overflow with shifting samplesMichael Niedermayer
2019-12-02avcodec/alsdec: Fix undefined behavior in decode_rice()Michael Niedermayer
2019-12-02avcodec/alsdec: Fixes invalid shifts in read_var_block_data() and INTERLEAVE_...Michael Niedermayer
2016-08-15avcodec/alsdec: Check r to prevent out of array readMichael Niedermayer
2016-08-15avcodec/alsdec: fix max bits in ltp prefix codeUmair 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
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2015-02-05avcodec/alsdec: use init_get_bits8()Paul B Mahol
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-08avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory...Michael Niedermayer
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-02-16avcodec/alsdec: check predictor order against block lengthMichael Niedermayer
2013-12-29avcodec/alsdec: skip cases where the master channel equals the current channelMichael Niedermayer
2013-12-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-10alsdec: check block lengthReinhard Tartler
2013-10-28Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00'Michael Niedermayer
2013-10-28lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-13Update my email address.Thilo Borgmann