summaryrefslogtreecommitdiff
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/alsdec: No channels cannot be accessedMichael Niedermayer2022-07-03
* 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/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
* avcodec/alsdec: Set channels from data after data is setMichael Niedermayer2022-03-18
* als: convert to new channel layout APIVittorio Giovara2022-03-15
* avcodec/alsdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-18
* avcodec/alsdec, mlz: Check allocationAndreas Rheinhardt2022-02-18
* avcodec/alsdec: Improve code localityAndreas Rheinhardt2022-02-18
* avcodec/alsdec: Return directly upon errorAndreas Rheinhardt2022-02-18
* 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