summaryrefslogtreecommitdiff
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-151-1/+5
* avcodec/alsdec: Check bits left before block decoding in non multi channel co...Michael Niedermayer2022-11-041-1/+2
* avcodec/alsdec: The minimal block is at least 7 bitsMichael Niedermayer2022-11-041-1/+1
* 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-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/alsdec: No channels cannot be accessedMichael Niedermayer2022-07-031-0/+3
* 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/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/alsdec: Set channels from data after data is setMichael Niedermayer2022-03-181-1/+2
* als: convert to new channel layout APIVittorio Giovara2022-03-151-41/+49
* avcodec/alsdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+1
* avcodec/alsdec, mlz: Check allocationAndreas Rheinhardt2022-02-181-1/+3
* avcodec/alsdec: Improve code localityAndreas Rheinhardt2022-02-181-6/+5
* avcodec/alsdec: Return directly upon errorAndreas Rheinhardt2022-02-181-20/+10
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-8/+7
* avcodec/alsdec: Fix decoding error with mono audio filesMichael Niedermayer2021-05-071-3/+6
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/alsdec: Check bitstream input in read_block()Michael Niedermayer2021-03-031-0/+4
* avcodec/alsdec: Fix integer overflow with quant_cofMichael Niedermayer2021-01-051-1/+1
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-111-1/+1
* avcodec/alsdec: Discard frames for which no channel could be decodedMichael Niedermayer2019-12-011-0/+8
* avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT()Michael Niedermayer2019-12-011-3/+4
* 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