summaryrefslogtreecommitdiff
path: root/libavcodec/mlpenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-3/+3
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-6/+2
* avcodec/mlpenc: Remove dead channel layout checksAndreas Rheinhardt2022-09-221-6/+5
* avcodec/mlpenc: Simplify channel layout comparisonsAndreas Rheinhardt2022-09-221-16/+14
* avcodec/mlpenc: Fix channel layoutsAndreas Rheinhardt2022-09-221-5/+5
* avcodec/mlpenc: analyze only if there are samplesPaul B Mahol2022-09-211-1/+2
* avcodec/mlpenc: improve encoding of stereo TrueHD and add mono supportPaul B Mahol2022-09-181-19/+53
* avcodec/mlpenc: rename some variables to better alternativesPaul B Mahol2022-09-181-8/+8
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-2/+5
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/mlpenc: fix encoding after receiving last framePaul B Mahol2022-04-131-4/+5
* avcodec/mlpenc: simplify calling functionPaul B Mahol2022-04-121-4/+1
* avcodec/mlpenc: use FFMAX()Paul B Mahol2022-04-121-2/+1
* avcodec/mlpenc: improve handling of last samplesPaul B Mahol2022-04-121-7/+12
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-20/+20
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* mlp: convert to new channel layout APIAnton Khirnov2022-03-151-52/+54
* avcodec/thd: fix special stereo supportPaul B Mahol2021-12-181-1/+1
* avcodec/mlpenc: Set AV_PKT_FLAG_KEY manuallyAndreas Rheinhardt2021-09-281-0/+1
* avcodec/mlpenc: fix encoding stereo single stream in TrueHDPaul B Mahol2021-09-231-1/+1
* avcodec/mlpenc: Fix mixed declarations and code warningAndreas Rheinhardt2021-09-091-2/+1
* avcodec/mlpenc: simplify some complicated expressions morePaul B Mahol2021-09-071-9/+2
* avcodec/mlpenc: simplify strange pointer initializationsPaul B Mahol2021-09-071-12/+4
* avcodec/mlpenc: remove convoluted incomplete multiple substreams support codePaul B Mahol2021-09-071-205/+180
* avcodec/mlpenc: use variables local to for loopsPaul B Mahol2021-09-071-142/+81
* avcodec/mlp: move sync defines to common headerPaul B Mahol2021-09-051-3/+0
* avcodec/mlpenc: remove frame_size array from private contextPaul B Mahol2021-09-051-23/+7
* avcodec/mlpenc: stop using hardcoded valuePaul B Mahol2021-09-051-1/+1
* avcodec/mlpenc: use av_shrink_packet()Paul B Mahol2021-09-051-1/+2
* avcodec/mlpenc: remove no more needed gotoPaul B Mahol2021-09-051-5/+0
* avcodec/mlpenc: fix removal of packet timestamp/size from queuePaul B Mahol2021-09-051-10/+3
* avcodec/mlpenc: remove not needed buf_size checksPaul B Mahol2021-09-051-5/+0
* avcodec/mlpenc: fix indentationPaul B Mahol2021-09-051-29/+28
* avcodec/mlpenc: stop returning packets with no dataPaul B Mahol2021-09-051-5/+11
* avcodec/mlpenc: simplify compare_best_offset()Paul B Mahol2021-09-051-4/+1
* avcodec/mlpenc: use ff_ctz()Paul B Mahol2021-09-051-4/+3
* avcodec/mlpenc: remove unused itemPaul B Mahol2021-09-051-2/+0
* avcodec/mlpenc: remove log messages when allocation fails at initPaul B Mahol2021-09-041-24/+6
* avcodec/mlpenc: allocate filter buffers once at initPaul B Mahol2021-09-041-24/+19
* avcodec/mlpenc: simplify allocations in mlp_encode_init()Paul B Mahol2021-09-041-20/+13
* avcodec/mlpenc: add support for 24bit encodingPaul B Mahol2021-09-021-2/+2
* avcodec/mlpenc: fix encoding last samples when not within full intervalPaul B Mahol2021-08-311-37/+47
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec/mlpenc: Make encoders init-threadsafeAndreas Rheinhardt2021-05-021-17/+19
* avcodec/mlpenc: Add const where appropriateAndreas Rheinhardt2021-05-021-10/+12