summaryrefslogtreecommitdiff
path: root/libavcodec/mlpenc.c
Commit message (Expand)AuthorAge
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/mlpenc: Make encoders init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec/mlpenc: Add const where appropriateAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/mlpenc: Avoid redundant temporary PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/mlpenc: Simplify finding best codebookAndreas Rheinhardt2020-12-31
* avcodec/mlpenc: Fix memleak upon init failureAndreas Rheinhardt2020-09-15
* avcodec/mlpenc: free filter state buffers on allocation failureJames Almer2020-07-01
* avcodec/mlpenc: propagate proper error valuesJames Almer2020-07-01
* avcodec/mlpenc: remove delay codec capabilityJames Almer2020-07-01
* avcodec/mlpenc: fix small memory leakPaul B Mahol2020-02-04
* mlp: check huff_lsbs only when codebook is usedJai Luthra2020-02-04
* mlpenc: fix some -fsanitize=integer errorsJai Luthra2020-02-04
* mlpenc: clean upJai Luthra2020-02-04
* mlpenc: improve lpc filteringJai Luthra2020-02-04
* mlpenc: prevent negative lsb_bits lshiftJai Luthra2020-02-04
* mlpenc: fix huff offset calculationJai Luthra2020-02-04
* mlpenc: fix lossless check error in number_sbitsJai Luthra2020-02-04
* lavc/mlpenc: remove the redundant condition checkJun Zhao2019-05-12
* mlpenc: Working MLP/TrueHD encoderJai Luthra2016-09-17