summaryrefslogtreecommitdiff
path: root/libavcodec/wmalosslessdec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/wmalosslessdec: Check channels after setting themMichael Niedermayer2022-06-09
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/wmalosslessdec: ensure channel count in the private context and decod...James Almer2022-03-29
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* wma: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/wmalosslessdec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-06
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-28
* avcodec/wmalosslessdec: Check remaining space before padding and channel residueMichael Niedermayer2020-09-17
* avcodec/wmalosslessdec: fix overflow with pred in revert_cdlmsMichael Niedermayer2020-06-30
* avcodec/wmalosslessdec: Check block_align maximumMichael Niedermayer2020-06-13
* avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()Michael Niedermayer2020-06-04
* avcodec/wmalosslessdec: Fix integer overflows in revert_inter_ch_decorr()Michael Niedermayer2020-05-21
* libavcodec/wmalosslessdec: prevent sum of positive numbers from becoming nega...Michael Niedermayer2020-05-02
* avcodec/wmalosslessdec: Fix integer overflow with sliding in padding bitsMichael Niedermayer2020-02-09
* avcodec/wmalosslessdec: Fix loop in revert_acfilter()Michael Niedermayer2020-02-09
* avcodec/wmalosslessdec: Fix multiple integer overflowsMichael Niedermayer2020-01-30
* avcodec/wmalosslessdec: Use AV_STRINGIFY()Michael Niedermayer2020-01-15
* avcodec/wmalosslessdec: Replace negative channel check by assertMichael Niedermayer2020-01-15
* avcodec/wmalosslessdec: move channel check upMichael Niedermayer2020-01-15
* avcodec/wmalosslessdec: Fixes undefined overflow in dequantization in decode_...Michael Niedermayer2019-12-31
* avcodec/wmalosslessdec: Fix 2 overflows in mclmsMichael Niedermayer2019-12-15
* avcodec/wmalosslessdec: Fix several integer issuesMichael Niedermayer2019-12-15
* avcodec/wmalosslessdec: Check that padding bits is not more than sample bitsMichael Niedermayer2019-12-15
* avcodec/wmalosslessdec: Set FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-12-10
* avcodec/wmalosslessdec: Fix some integer anomaliesMichael Niedermayer2019-10-29
* avcodec/wmalosslessdec: Check block_alignMichael Niedermayer2019-10-20
* avcodec/wmalosslessdec: Fix null pointer dereference in decode_frame()Michael Niedermayer2018-03-29
* avcodec/wmalosslessdec: Reset num_saved_bits on error pathMichael Niedermayer2018-03-12
* avcodec/wmalosslessdec: remove warning message as bug is fixedPaul B Mahol2017-02-01
* libavcodec/wmalosslessdec: Check the remaining bitsMichael Niedermayer2016-08-21
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-11
* | avcodec/wmalosslessdec: Use unsigned operations for overflowing casesMichael Niedermayer2016-06-06
* | wmalossless: allow calling madd_int16Christophe Gisquet2016-05-03
* | avcodec/wmalosslessdec: Fix memset sizeofMichael Niedermayer2016-05-01
* | avcodec/wmalosslessdec: silence a sample requestChristophe Gisquet2016-05-01
* | avcodec/wmalosslessdec: fix type for coeffs and lms_updates in cdlms structPaul B Mahol2016-05-01
* | avcodec/wmalosslessdec: fix decoding of raw pcm tilesPaul B Mahol2016-04-30
* | avcodec/wmalosslessdec: improve 24bit supportPaul B Mahol2016-04-13
* | avcodec/wmalosslessdec: improve >2 channel supportPaul B Mahol2016-04-13
* | avcodec/wmalosslessdec: do not discard last frameJakub Stachowski2016-04-10
* | lavc: use get_bitsz to simplify the codeAndreas Cadhalpun2016-01-03
* | wmalossless: Warn when decoding 24 bit depthVittorio Giovara2015-09-14
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|