summaryrefslogtreecommitdiffstats
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/alsdec: Check that input space for header exists in read_diff_float_d...Michael Niedermayer2019-10-201-0/+3
* avcodec: use avpriv_mpeg4audio_get_config2()James Almer2019-09-271-2/+2
* avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loopMichael Niedermayer2019-09-261-4/+6
* avcodec/alsdec: Check k from being outside what our implementation can handleMichael Niedermayer2019-09-111-0/+3
* avcodec/bgmc: Check input space in ff_bgmc_decode_init()Michael Niedermayer2019-09-021-1/+3
* avcodec/alsdec: Fix integer overflow in decode_var_block_data()Michael Niedermayer2019-08-211-1/+1
* avcodec/alsdec: Limit maximum channels to 512Michael Niedermayer2019-08-211-0/+5
* avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data()Michael Niedermayer2019-08-111-2/+2
* avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks()Michael Niedermayer2019-08-111-2/+2
* avcodec/alsdec: fix mantisse shiftMichael Niedermayer2019-08-111-1/+5
* avcodec/alsdec: Check for block_length <= 0 in read_var_block_data()Michael Niedermayer2019-08-051-1/+1
* avcodec/alsdec: fix undefined shift in multiply()Michael Niedermayer2019-07-211-1/+1
* avcodec/alsdec: Fix 2 integer overflowsMichael Niedermayer2019-07-211-2/+2
* avcodec/alsdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-07-061-1/+1
* avcodec/alsdec: Fix integer overflow with buffer numberMichael Niedermayer2019-07-061-0/+2
* avcodec/alsdec: Fixes signed integer overflow in LSB additionMichael Niedermayer2019-07-061-1/+1
* avcodec/alsdec: Check opt_order / sb_length in ra_block handlingMichael Niedermayer2019-07-061-2/+8
* avcodec/alsdec: Fix integer overflow with shifting samplesMichael Niedermayer2019-07-061-1/+1
* avcodec/alsdec: Fix undefined behavior in decode_rice()Michael Niedermayer2019-07-061-1/+1
* avcodec/alsdec: Fixes invalid shifts in read_var_block_data() and INTERLEAVE_...Michael Niedermayer2019-07-061-6/+6
* avcodec/alsdec: Fix invalid shift in multiply()Michael Niedermayer2019-06-261-0/+3
* libavcodec/als: fix address sanitization error in decoderUmair Khan2017-11-161-1/+1
* libavcodec/als: remove check for predictor order of a blockUmair Khan2017-11-161-5/+0
* avcodec/alsdec: fix some undefined shiftsPaul B Mahol2017-07-041-2/+2
* avcodec/alsdec: remove unused headerPaul B Mahol2017-07-041-1/+0
* avcodec/alsdec: call correct function for multi-channel codingPaul B Mahol2017-07-021-1/+1
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-2/+2
* lavc/alsdec: use get_bitsz() to simplify reading of the mantissaThilo Borgmann2016-09-091-1/+1
* avcodec/alsdec: Fix reading 0 mantisse bitsMichael Niedermayer2016-09-081-1/+1
* avcodec/alsdec: Fix raw_mantissa memleakMichael Niedermayer2016-09-081-2/+8
* avcodec/alsdec: Fix mlz memleakMichael Niedermayer2016-09-081-2/+5
* avcodec/alsdec: Remove unused variableMichael Niedermayer2016-08-221-1/+0
* avcodec/alsdec: Implement floating point sample data decodingUmair Khan2016-08-221-2/+282
* avcodec/alsdec: Check r to prevent out of array readMichael Niedermayer2016-06-071-0/+5
* avcodec/alsdec: Fix bitstream readingUmair Khan2016-04-271-3/+4
* avcodec/alsdec: fix max bits in ltp prefix codeUmair Khan2016-03-121-1/+1
* Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-091-2/+2
* avcodec/alsdec: treat quant_cof as a signed valueUmair Khan2016-03-061-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
| * alsdec: only adapt order for positive max_orderAndreas Cadhalpun2015-05-051-1/+1
| * alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun2015-05-051-3/+23
| * alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun2015-05-051-0/+6
* | avcodec/alsdec: Check for overreadMichael Niedermayer2015-06-041-0/+5
* | alsdec: only adapt order for positive max_orderAndreas Cadhalpun2015-04-231-1/+1
* | alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun2015-04-221-7/+27
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-18/+18
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-18/+18
* | alsdec: validate time diff indexAndreas Cadhalpun2015-04-191-0/+8
* | alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun2015-04-181-0/+6
OpenPOWER on IntegriCloud