summaryrefslogtreecommitdiff
path: root/libavcodec/qdmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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