summaryrefslogtreecommitdiff
path: root/libavcodec/mlpenc.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/mlpenc: try different filter parameters in case of out of range outpu...Paul B Mahol2023-10-27
* avcodec/mlpenc: add support for 4.0/4.1 ch layoutPaul B Mahol2023-10-27
* avcodec/mlpenc: add 3.1 ch layout support for truehdPaul B Mahol2023-10-27
* avcodec/mlpenc: add 2.1 layout support for truehdPaul B Mahol2023-10-20
* avcodec/mlpenc: add proper support for output bit shiftPaul B Mahol2023-10-20
* avcodec/mlpenc: add support for TrueHD substreamsPaul B Mahol2023-10-20
* avcodec/mlpenc: use ctx->num_substreams when writing headersPaul B Mahol2023-10-20
* avcodec/mlpenc: add helper function to derive TrueHD ch map from ch_layoutPaul B Mahol2023-10-20
* avcodec/mlp*: merge flags used by encoder and decoderPaul B Mahol2023-10-18
* avcodec/mlpenc: cleanup filteringPaul B Mahol2023-10-18
* avcodec/mlpenc: allow smaller shift for LPCPaul B Mahol2023-10-18
* avcodec/mlpenc: implement advanced stereo rematrixPaul B Mahol2023-10-18
* avcodec/mlpenc: remove TODO comment, sample rate is always fixedPaul B Mahol2023-10-18
* avcodec/mlpenc: restructure code even morePaul B Mahol2023-10-18
* avcodec/mlpenc: export lpc_coeff_precision optionPaul B Mahol2023-10-10
* avcodec/mlpenc: fix regression in encoding only zeroesPaul B Mahol2023-10-10
* avcodec/mlpenc: export max_interval optionPaul B Mahol2023-10-09
* avcodec/mlpenc: export codebook_search option tooPaul B Mahol2023-10-09
* avcodec/mlpenc: change flag for shorten_by in THD casePaul B Mahol2023-10-09
* avcodec/mlpenc: fix stereo decorrelationPaul B Mahol2023-10-09
* avcodec/mlpenc: rename some variables related to thdPaul B Mahol2023-10-07
* avcodec/mlpenc: restructure code and resolve several bugsPaul B Mahol2023-10-06
* avcodec/mlpenc: allow changing some LPC parametersPaul B Mahol2023-10-02
* avcodec/mlpenc: increase compression ratio even more, fix LPC parametersPaul B Mahol2023-10-02
* avcodec/mlpenc: increase compression ratio when input is of lower bit depthPaul B Mahol2023-10-02
* avcodec/mlpenc: fix quant_step_size for 16bit sample format inputPaul B Mahol2023-10-01
* avcodec/mlpenc: fix writing end of stream markerPaul B Mahol2023-10-01
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-13
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-28
* avcodec/mlpenc: Remove dead channel layout checksAndreas Rheinhardt2022-09-22
* avcodec/mlpenc: Simplify channel layout comparisonsAndreas Rheinhardt2022-09-22
* avcodec/mlpenc: Fix channel layoutsAndreas Rheinhardt2022-09-22
* avcodec/mlpenc: analyze only if there are samplesPaul B Mahol2022-09-21
* avcodec/mlpenc: improve encoding of stereo TrueHD and add mono supportPaul B Mahol2022-09-18
* avcodec/mlpenc: rename some variables to better alternativesPaul B Mahol2022-09-18
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-27
* 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