summaryrefslogtreecommitdiff
path: root/libavcodec/qdmc.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/qdmc: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-31
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* avcodec/qdmc: Avoid code duplication when initializing VLCAndreas Rheinhardt2020-12-08
* avcodec/qdmc: Apply offset when creating VLCAndreas Rheinhardt2020-12-08
* avcodec/qdmc: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/qdmc: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-24
* avcodec/qdmc: reduce insanely huge tablesPaul B Mahol2020-08-21
* avcodec/qdmc: Check input space in qdmc_get_vlc()Michael Niedermayer2019-10-12
* avcodec/qdmc: Fix integer overflows in PRNGMichael Niedermayer2019-06-26
* avcodec/qdmc: check return code of ff_fft_init()Paul B Mahol2018-09-08
* avcodec: do not use init_static_data on some codecsMuhammad Faiz2018-02-04
* avcodec/qdmc: silence gcc 6.2.0 warningPaul B Mahol2017-02-10
* avcodec: add QDMC decoderPaul B Mahol2017-01-06