summaryrefslogtreecommitdiff
path: root/libavcodec/qdmc.c
Commit message (Expand)AuthorAgeFilesLines
* avutil: remove FF_API_DECLARE_ALIGNEDJames Almer2023-02-091-0/+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-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-1/+1
* 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-2/+1
* 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
* qdmc: convert to new channel layout APIAnton Khirnov2022-03-151-4/+5
* avcodec/qdmc: switch to fft from lavu/txPaul B Mahol2022-02-121-12/+14
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/qdmc: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-311-0/+1
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* avcodec/qdmc: Avoid code duplication when initializing VLCAndreas Rheinhardt2020-12-081-34/+26
* avcodec/qdmc: Apply offset when creating VLCAndreas Rheinhardt2020-12-081-39/+17
* avcodec/qdmc: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-081-55/+36
* avcodec/qdmc: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-241-2/+0
* avcodec/qdmc: reduce insanely huge tablesPaul B Mahol2020-08-211-5/+5
* avcodec/qdmc: Check input space in qdmc_get_vlc()Michael Niedermayer2019-10-121-0/+2
* avcodec/qdmc: Fix integer overflows in PRNGMichael Niedermayer2019-06-261-2/+2
* avcodec/qdmc: check return code of ff_fft_init()Paul B Mahol2018-09-081-2/+4
* avcodec: do not use init_static_data on some codecsMuhammad Faiz2018-02-041-2/+5
* avcodec/qdmc: silence gcc 6.2.0 warningPaul B Mahol2017-02-101-1/+1
* avcodec: add QDMC decoderPaul B Mahol2017-01-061-0/+783