summaryrefslogtreecommitdiff
path: root/libavcodec/wmalosslessdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avcodec/wmalosslessdec: do not discard last frameJakub Stachowski2016-04-101-2/+9
* | lavc: use get_bitsz to simplify the codeAndreas Cadhalpun2016-01-031-4/+3
* | wmalossless: Warn when decoding 24 bit depthVittorio Giovara2015-09-141-0/+1
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | wmalosslessdec: reset frame->nb_samples on packet lossAndreas Cadhalpun2015-07-071-0/+1
* | wmalosslessdec: avoid reading 0 bits with get_bitsAndreas Cadhalpun2015-07-071-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-7/+7
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-7/+7
* | avcodec/wmalosslessdec: use sizeof() instead of a literal numberMichael Niedermayer2015-02-191-2/+2
* | avcodec/wmalosslessdec: Add () to protect the arguments of WMASIGN()Michael Niedermayer2015-02-181-1/+1
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
| * wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer2014-08-051-2/+2
* | avcodec/wmalosslessdec: simplifyzhaoxiu.zeng2015-02-131-12/+4
* | avcodec/wmalosslessdec: optimize sign operationzhaoxiu.zeng2015-02-131-26/+8
* | avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_tzhaoxiu.zeng2015-02-131-2/+2
* | wmalossless: reset lms_updateChristophe Gisquet2015-02-071-12/+14
* | avcodec/wmalosslessdec: support 24bit losslessMichael Niedermayer2014-11-221-3/+2
* | libavcodec/wmalosslessdec: add missing emmsMichael Niedermayer2014-06-231-0/+1