summaryrefslogtreecommitdiff
path: root/libavcodec/wmalosslessdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wmalosslessdec: Simplify flushing, avoid NULL + 0Andreas Rheinhardt2022-10-041-5/+4
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec/wmalosslessdec: Remove unnecessary emms_c()Andreas Rheinhardt2022-08-241-1/+0
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/wmalosslessdec: Check channels after setting themMichael Niedermayer2022-06-091-7/+6
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+3
* avcodec/wmalosslessdec: ensure channel count in the private context and decod...James Almer2022-03-291-23/+26
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* wma: convert to new channel layout APIAnton Khirnov2022-03-151-6/+7
* avcodec/wmalosslessdec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-061-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-281-2/+2
* avcodec/wmalosslessdec: Check remaining space before padding and channel residueMichael Niedermayer2020-09-171-0/+2
* avcodec/wmalosslessdec: fix overflow with pred in revert_cdlmsMichael Niedermayer2020-06-301-2/+3
* avcodec/wmalosslessdec: Check block_align maximumMichael Niedermayer2020-06-131-1/+1
* avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()Michael Niedermayer2020-06-041-1/+1
* avcodec/wmalosslessdec: Fix integer overflows in revert_inter_ch_decorr()Michael Niedermayer2020-05-211-2/+2
* libavcodec/wmalosslessdec: prevent sum of positive numbers from becoming nega...Michael Niedermayer2020-05-021-1/+1
* avcodec/wmalosslessdec: Fix integer overflow with sliding in padding bitsMichael Niedermayer2020-02-091-1/+1
* avcodec/wmalosslessdec: Fix loop in revert_acfilter()Michael Niedermayer2020-02-091-2/+5
* avcodec/wmalosslessdec: Fix multiple integer overflowsMichael Niedermayer2020-01-301-2/+3
* avcodec/wmalosslessdec: Use AV_STRINGIFY()Michael Niedermayer2020-01-151-1/+1
* avcodec/wmalosslessdec: Replace negative channel check by assertMichael Niedermayer2020-01-151-5/+2
* avcodec/wmalosslessdec: move channel check upMichael Niedermayer2020-01-151-10/+10
* avcodec/wmalosslessdec: Fixes undefined overflow in dequantization in decode_...Michael Niedermayer2019-12-311-1/+1
* avcodec/wmalosslessdec: Fix 2 overflows in mclmsMichael Niedermayer2019-12-151-2/+2
* avcodec/wmalosslessdec: Fix several integer issuesMichael Niedermayer2019-12-151-5/+5
* avcodec/wmalosslessdec: Check that padding bits is not more than sample bitsMichael Niedermayer2019-12-151-0/+2
* avcodec/wmalosslessdec: Set FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-12-101-0/+1
* avcodec/wmalosslessdec: Fix some integer anomaliesMichael Niedermayer2019-10-291-3/+3
* avcodec/wmalosslessdec: Check block_alignMichael Niedermayer2019-10-201-2/+2
* avcodec/wmalosslessdec: Fix null pointer dereference in decode_frame()Michael Niedermayer2018-03-291-1/+3
* avcodec/wmalosslessdec: Reset num_saved_bits on error pathMichael Niedermayer2018-03-121-0/+1
* avcodec/wmalosslessdec: remove warning message as bug is fixedPaul B Mahol2017-02-011-1/+0
* libavcodec/wmalosslessdec: Check the remaining bitsMichael Niedermayer2016-08-211-0/+5
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-3/+3
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
| * lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-111-4/+3
* | avcodec/wmalosslessdec: Use unsigned operations for overflowing casesMichael Niedermayer2016-06-061-3/+3
* | wmalossless: allow calling madd_int16Christophe Gisquet2016-05-031-51/+59
* | avcodec/wmalosslessdec: Fix memset sizeofMichael Niedermayer2016-05-011-1/+1
* | avcodec/wmalosslessdec: silence a sample requestChristophe Gisquet2016-05-011-1/+1
* | avcodec/wmalosslessdec: fix type for coeffs and lms_updates in cdlms structPaul B Mahol2016-05-011-2/+2
* | avcodec/wmalosslessdec: fix decoding of raw pcm tilesPaul B Mahol2016-04-301-18/+21
* | avcodec/wmalosslessdec: improve 24bit supportPaul B Mahol2016-04-131-9/+9
* | avcodec/wmalosslessdec: improve >2 channel supportPaul B Mahol2016-04-131-13/+15