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
2022-10-04avcodec/wmalosslessdec: Simplify flushing, avoid NULL + 0Andreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-08-24avcodec/wmalosslessdec: Remove unnecessary emms_c()Andreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-06-09avcodec/wmalosslessdec: Check channels after setting themMichael Niedermayer
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-29avcodec/wmalosslessdec: ensure channel count in the private context and decod...James Almer
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-15wma: convert to new channel layout APIAnton Khirnov
2021-05-06avcodec/wmalosslessdec: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
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