summaryrefslogtreecommitdiff
path: root/libavcodec/mlpenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mlpenc: Fix memleak upon init failureAndreas Rheinhardt2020-09-151-0/+2
* avcodec/mlpenc: free filter state buffers on allocation failureJames Almer2020-07-011-1/+2
* avcodec/mlpenc: propagate proper error valuesJames Almer2020-07-011-9/+9
* avcodec/mlpenc: remove delay codec capabilityJames Almer2020-07-011-5/+2
* avcodec/mlpenc: fix small memory leakPaul B Mahol2020-02-041-0/+1
* mlp: check huff_lsbs only when codebook is usedJai Luthra2020-02-041-0/+3
* mlpenc: fix some -fsanitize=integer errorsJai Luthra2020-02-041-5/+5
* mlpenc: clean upJai Luthra2020-02-041-16/+13
* mlpenc: improve lpc filteringJai Luthra2020-02-041-13/+12
* mlpenc: prevent negative lsb_bits lshiftJai Luthra2020-02-041-4/+7
* mlpenc: fix huff offset calculationJai Luthra2020-02-041-5/+1
* mlpenc: fix lossless check error in number_sbitsJai Luthra2020-02-041-1/+1
* lavc/mlpenc: remove the redundant condition checkJun Zhao2019-05-121-4/+2
* mlpenc: Working MLP/TrueHD encoderJai Luthra2016-09-171-0/+2416