summaryrefslogtreecommitdiff
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/alsdec: Fix decoding error with mono audio filesMichael Niedermayer2021-05-07
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/alsdec: Check bitstream input in read_block()Michael Niedermayer2021-03-03
* avcodec/alsdec: Fix integer overflow with quant_cofMichael Niedermayer2021-01-05
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-11
* avcodec/alsdec: Discard frames for which no channel could be decodedMichael Niedermayer2019-12-01
* avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT()Michael Niedermayer2019-12-01
* avcodec/alsdec: Check that input space for header exists in read_diff_float_d...Michael Niedermayer2019-10-20
* avcodec: use avpriv_mpeg4audio_get_config2()James Almer2019-09-27
* avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loopMichael Niedermayer2019-09-26
* avcodec/alsdec: Check k from being outside what our implementation can handleMichael Niedermayer2019-09-11
* avcodec/bgmc: Check input space in ff_bgmc_decode_init()Michael Niedermayer2019-09-02
* avcodec/alsdec: Fix integer overflow in decode_var_block_data()Michael Niedermayer2019-08-21
* avcodec/alsdec: Limit maximum channels to 512Michael Niedermayer2019-08-21
* avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data()Michael Niedermayer2019-08-11
* avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks()Michael Niedermayer2019-08-11
* avcodec/alsdec: fix mantisse shiftMichael Niedermayer2019-08-11
* avcodec/alsdec: Check for block_length <= 0 in read_var_block_data()Michael Niedermayer2019-08-05
* avcodec/alsdec: fix undefined shift in multiply()Michael Niedermayer2019-07-21
* avcodec/alsdec: Fix 2 integer overflowsMichael Niedermayer2019-07-21
* avcodec/alsdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-07-06
* avcodec/alsdec: Fix integer overflow with buffer numberMichael Niedermayer2019-07-06
* avcodec/alsdec: Fixes signed integer overflow in LSB additionMichael Niedermayer2019-07-06
* avcodec/alsdec: Check opt_order / sb_length in ra_block handlingMichael Niedermayer2019-07-06
* avcodec/alsdec: Fix integer overflow with shifting samplesMichael Niedermayer2019-07-06
* avcodec/alsdec: Fix undefined behavior in decode_rice()Michael Niedermayer2019-07-06
* avcodec/alsdec: Fixes invalid shifts in read_var_block_data() and INTERLEAVE_...Michael Niedermayer2019-07-06
* avcodec/alsdec: Fix invalid shift in multiply()Michael Niedermayer2019-06-26
* libavcodec/als: fix address sanitization error in decoderUmair Khan2017-11-16
* libavcodec/als: remove check for predictor order of a blockUmair Khan2017-11-16
* avcodec/alsdec: fix some undefined shiftsPaul B Mahol2017-07-04
* avcodec/alsdec: remove unused headerPaul B Mahol2017-07-04
* avcodec/alsdec: call correct function for multi-channel codingPaul B Mahol2017-07-02
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* lavc/alsdec: use get_bitsz() to simplify reading of the mantissaThilo Borgmann2016-09-09
* avcodec/alsdec: Fix reading 0 mantisse bitsMichael Niedermayer2016-09-08
* avcodec/alsdec: Fix raw_mantissa memleakMichael Niedermayer2016-09-08
* avcodec/alsdec: Fix mlz memleakMichael Niedermayer2016-09-08
* avcodec/alsdec: Remove unused variableMichael Niedermayer2016-08-22
* avcodec/alsdec: Implement floating point sample data decodingUmair Khan2016-08-22
* avcodec/alsdec: Check r to prevent out of array readMichael Niedermayer2016-06-07
* avcodec/alsdec: Fix bitstream readingUmair Khan2016-04-27
* avcodec/alsdec: fix max bits in ltp prefix codeUmair Khan2016-03-12
* Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-09
* avcodec/alsdec: treat quant_cof as a signed valueUmair Khan2016-03-06
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
| * alsdec: only adapt order for positive max_orderAndreas Cadhalpun2015-05-05