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-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-10-28put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov
2020-09-17avcodec/wmalosslessdec: Check remaining space before padding and channel residueMichael Niedermayer
2020-06-30avcodec/wmalosslessdec: fix overflow with pred in revert_cdlmsMichael Niedermayer
2020-06-13avcodec/wmalosslessdec: Check block_align maximumMichael Niedermayer
2020-06-05avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()Michael Niedermayer
2020-05-21avcodec/wmalosslessdec: Fix integer overflows in revert_inter_ch_decorr()Michael Niedermayer
2020-05-02libavcodec/wmalosslessdec: prevent sum of positive numbers from becoming nega...Michael Niedermayer
2020-02-10avcodec/wmalosslessdec: Fix integer overflow with sliding in padding bitsMichael Niedermayer
2020-02-10avcodec/wmalosslessdec: Fix loop in revert_acfilter()Michael Niedermayer
2020-01-30avcodec/wmalosslessdec: Fix multiple integer overflowsMichael Niedermayer
2020-01-15avcodec/wmalosslessdec: Use AV_STRINGIFY()Michael Niedermayer
2020-01-15avcodec/wmalosslessdec: Replace negative channel check by assertMichael Niedermayer
2020-01-15avcodec/wmalosslessdec: move channel check upMichael Niedermayer
2019-12-31avcodec/wmalosslessdec: Fixes undefined overflow in dequantization in decode_...Michael Niedermayer
2019-12-15avcodec/wmalosslessdec: Fix 2 overflows in mclmsMichael Niedermayer
2019-12-15avcodec/wmalosslessdec: Fix several integer issuesMichael Niedermayer
2019-12-15avcodec/wmalosslessdec: Check that padding bits is not more than sample bitsMichael Niedermayer
2019-12-10avcodec/wmalosslessdec: Set FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer
2019-10-29avcodec/wmalosslessdec: Fix some integer anomaliesMichael Niedermayer
2019-10-20avcodec/wmalosslessdec: Check block_alignMichael Niedermayer
2018-03-29avcodec/wmalosslessdec: Fix null pointer dereference in decode_frame()Michael Niedermayer
2018-03-12avcodec/wmalosslessdec: Reset num_saved_bits on error pathMichael Niedermayer
2017-02-01avcodec/wmalosslessdec: remove warning message as bug is fixedPaul B Mahol
2016-08-21libavcodec/wmalosslessdec: Check the remaining bitsMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-06avcodec/wmalosslessdec: Use unsigned operations for overflowing casesMichael Niedermayer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03wmalossless: allow calling madd_int16Christophe Gisquet
2016-05-01avcodec/wmalosslessdec: Fix memset sizeofMichael Niedermayer
2016-05-01avcodec/wmalosslessdec: silence a sample requestChristophe Gisquet
2016-05-01avcodec/wmalosslessdec: fix type for coeffs and lms_updates in cdlms structPaul B Mahol
2016-04-30avcodec/wmalosslessdec: fix decoding of raw pcm tilesPaul B Mahol
2016-04-13avcodec/wmalosslessdec: improve 24bit supportPaul B Mahol
2016-04-13avcodec/wmalosslessdec: improve >2 channel supportPaul B Mahol
2016-04-10avcodec/wmalosslessdec: do not discard last frameJakub Stachowski
2016-01-11lavc: Use get_bitsz where neededAndreas Cadhalpun
2016-01-03lavc: use get_bitsz to simplify the codeAndreas Cadhalpun
2015-09-14wmalossless: Warn when decoding 24 bit depthVittorio Giovara
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-08wmalosslessdec: reset frame->nb_samples on packet lossAndreas Cadhalpun
2015-07-08wmalosslessdec: avoid reading 0 bits with get_bitsAndreas Cadhalpun
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-19avcodec/wmalosslessdec: use sizeof() instead of a literal numberMichael Niedermayer
2015-02-18avcodec/wmalosslessdec: Add () to protect the arguments of WMASIGN()Michael Niedermayer
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer