summaryrefslogtreecommitdiff
path: root/libavcodec/mlpenc.c
Commit message (Expand)AuthorAge
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/mlpenc: fix encoding after receiving last framePaul B Mahol2022-04-13
* avcodec/mlpenc: simplify calling functionPaul B Mahol2022-04-12
* avcodec/mlpenc: use FFMAX()Paul B Mahol2022-04-12
* avcodec/mlpenc: improve handling of last samplesPaul B Mahol2022-04-12
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* mlp: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/thd: fix special stereo supportPaul B Mahol2021-12-18
* avcodec/mlpenc: Set AV_PKT_FLAG_KEY manuallyAndreas Rheinhardt2021-09-28
* avcodec/mlpenc: fix encoding stereo single stream in TrueHDPaul B Mahol2021-09-23
* avcodec/mlpenc: Fix mixed declarations and code warningAndreas Rheinhardt2021-09-09
* avcodec/mlpenc: simplify some complicated expressions morePaul B Mahol2021-09-07
* avcodec/mlpenc: simplify strange pointer initializationsPaul B Mahol2021-09-07
* avcodec/mlpenc: remove convoluted incomplete multiple substreams support codePaul B Mahol2021-09-07
* avcodec/mlpenc: use variables local to for loopsPaul B Mahol2021-09-07
* avcodec/mlp: move sync defines to common headerPaul B Mahol2021-09-05
* avcodec/mlpenc: remove frame_size array from private contextPaul B Mahol2021-09-05
* avcodec/mlpenc: stop using hardcoded valuePaul B Mahol2021-09-05
* avcodec/mlpenc: use av_shrink_packet()Paul B Mahol2021-09-05
* avcodec/mlpenc: remove no more needed gotoPaul B Mahol2021-09-05
* avcodec/mlpenc: fix removal of packet timestamp/size from queuePaul B Mahol2021-09-05
* avcodec/mlpenc: remove not needed buf_size checksPaul B Mahol2021-09-05
* avcodec/mlpenc: fix indentationPaul B Mahol2021-09-05
* avcodec/mlpenc: stop returning packets with no dataPaul B Mahol2021-09-05
* avcodec/mlpenc: simplify compare_best_offset()Paul B Mahol2021-09-05
* avcodec/mlpenc: use ff_ctz()Paul B Mahol2021-09-05
* avcodec/mlpenc: remove unused itemPaul B Mahol2021-09-05
* avcodec/mlpenc: remove log messages when allocation fails at initPaul B Mahol2021-09-04
* avcodec/mlpenc: allocate filter buffers once at initPaul B Mahol2021-09-04
* avcodec/mlpenc: simplify allocations in mlp_encode_init()Paul B Mahol2021-09-04
* avcodec/mlpenc: add support for 24bit encodingPaul B Mahol2021-09-02
* avcodec/mlpenc: fix encoding last samples when not within full intervalPaul B Mahol2021-08-31
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* 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