Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-09avcodec/mlpenc: Fix mixed declarations and code warningAndreas Rheinhardt
2021-09-07avcodec/mlpenc: simplify some complicated expressions morePaul B Mahol
2021-09-07avcodec/mlpenc: simplify strange pointer initializationsPaul B Mahol
2021-09-07avcodec/mlpenc: remove convoluted incomplete multiple substreams support codePaul B Mahol
2021-09-07avcodec/mlpenc: use variables local to for loopsPaul B Mahol
2021-09-05avcodec/mlp: move sync defines to common headerPaul B Mahol
2021-09-05avcodec/mlpenc: remove frame_size array from private contextPaul B Mahol
2021-09-05avcodec/mlpenc: stop using hardcoded valuePaul B Mahol
2021-09-05avcodec/mlpenc: use av_shrink_packet()Paul B Mahol
2021-09-05avcodec/mlpenc: remove no more needed gotoPaul B Mahol
2021-09-05avcodec/mlpenc: fix removal of packet timestamp/size from queuePaul B Mahol
2021-09-05avcodec/mlpenc: remove not needed buf_size checksPaul B Mahol
2021-09-05avcodec/mlpenc: fix indentationPaul B Mahol
2021-09-05avcodec/mlpenc: stop returning packets with no dataPaul B Mahol
2021-09-05avcodec/mlpenc: simplify compare_best_offset()Paul B Mahol
2021-09-05avcodec/mlpenc: use ff_ctz()Paul B Mahol
2021-09-05avcodec/mlpenc: remove unused itemPaul B Mahol
2021-09-04avcodec/mlpenc: remove log messages when allocation fails at initPaul B Mahol
2021-09-04avcodec/mlpenc: allocate filter buffers once at initPaul B Mahol
2021-09-04avcodec/mlpenc: simplify allocations in mlp_encode_init()Paul B Mahol
2021-09-02avcodec/mlpenc: add support for 24bit encodingPaul B Mahol
2021-08-31avcodec/mlpenc: fix encoding last samples when not within full intervalPaul B Mahol
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-02avcodec/mlpenc: Make encoders init-threadsafeAndreas Rheinhardt
2021-05-02avcodec/mlpenc: Add const where appropriateAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2021-03-30avcodec/mlpenc: Avoid redundant temporary PutBitContextAndreas Rheinhardt
2020-12-31avcodec/mlpenc: Simplify finding best codebookAndreas Rheinhardt
2020-09-15avcodec/mlpenc: Fix memleak upon init failureAndreas Rheinhardt
2020-07-01avcodec/mlpenc: free filter state buffers on allocation failureJames Almer
2020-07-01avcodec/mlpenc: propagate proper error valuesJames Almer
2020-07-01avcodec/mlpenc: remove delay codec capabilityJames Almer
2020-02-04avcodec/mlpenc: fix small memory leakPaul B Mahol
2020-02-04mlp: check huff_lsbs only when codebook is usedJai Luthra
2020-02-04mlpenc: fix some -fsanitize=integer errorsJai Luthra
2020-02-04mlpenc: clean upJai Luthra
2020-02-04mlpenc: improve lpc filteringJai Luthra
2020-02-04mlpenc: prevent negative lsb_bits lshiftJai Luthra
2020-02-04mlpenc: fix huff offset calculationJai Luthra
2020-02-04mlpenc: fix lossless check error in number_sbitsJai Luthra
2019-05-12lavc/mlpenc: remove the redundant condition checkJun Zhao
2016-09-17mlpenc: Working MLP/TrueHD encoderJai Luthra