aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mlpenc.c
Commit message (Expand)AuthorAgeFilesLines
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-071-2/+0
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-6/+6
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avcodec/mlpenc: try different filter parameters in case of out of range outpu...Paul B Mahol2023-10-271-11/+14
* avcodec/mlpenc: add support for 4.0/4.1 ch layoutPaul B Mahol2023-10-271-2/+6
* avcodec/mlpenc: add 3.1 ch layout support for truehdPaul B Mahol2023-10-271-1/+3
* avcodec/mlpenc: add 2.1 layout support for truehdPaul B Mahol2023-10-201-1/+3
* avcodec/mlpenc: add proper support for output bit shiftPaul B Mahol2023-10-201-5/+52
* avcodec/mlpenc: add support for TrueHD substreamsPaul B Mahol2023-10-201-270/+327
* avcodec/mlpenc: use ctx->num_substreams when writing headersPaul B Mahol2023-10-201-1/+1
* avcodec/mlpenc: add helper function to derive TrueHD ch map from ch_layoutPaul B Mahol2023-10-201-8/+3
* avcodec/mlp*: merge flags used by encoder and decoderPaul B Mahol2023-10-181-14/+4
* avcodec/mlpenc: cleanup filteringPaul B Mahol2023-10-181-21/+14
* avcodec/mlpenc: allow smaller shift for LPCPaul B Mahol2023-10-181-2/+2
* avcodec/mlpenc: implement advanced stereo rematrixPaul B Mahol2023-10-181-58/+84
* avcodec/mlpenc: remove TODO comment, sample rate is always fixedPaul B Mahol2023-10-181-1/+0
* avcodec/mlpenc: restructure code even morePaul B Mahol2023-10-181-316/+317
* avcodec/mlpenc: export lpc_coeff_precision optionPaul B Mahol2023-10-101-3/+5
* avcodec/mlpenc: fix regression in encoding only zeroesPaul B Mahol2023-10-101-1/+1
* avcodec/mlpenc: export max_interval optionPaul B Mahol2023-10-091-12/+12
* avcodec/mlpenc: export codebook_search option tooPaul B Mahol2023-10-091-3/+2
* avcodec/mlpenc: change flag for shorten_by in THD casePaul B Mahol2023-10-091-1/+1
* avcodec/mlpenc: fix stereo decorrelationPaul B Mahol2023-10-091-71/+74
* avcodec/mlpenc: rename some variables related to thdPaul B Mahol2023-10-071-27/+28
* avcodec/mlpenc: restructure code and resolve several bugsPaul B Mahol2023-10-061-194/+115
* avcodec/mlpenc: allow changing some LPC parametersPaul B Mahol2023-10-021-5/+31
* avcodec/mlpenc: increase compression ratio even more, fix LPC parametersPaul B Mahol2023-10-021-4/+3
* avcodec/mlpenc: increase compression ratio when input is of lower bit depthPaul B Mahol2023-10-021-11/+3
* avcodec/mlpenc: fix quant_step_size for 16bit sample format inputPaul B Mahol2023-10-011-3/+4
* avcodec/mlpenc: fix writing end of stream markerPaul B Mahol2023-10-011-1/+1
* 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