| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT | James Almer | 2024-03-07 | 1 | -2/+0 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -6/+6 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avcodec/mlpenc: try different filter parameters in case of out of range outpu... | Paul B Mahol | 2023-10-27 | 1 | -11/+14 |
* | avcodec/mlpenc: add support for 4.0/4.1 ch layout | Paul B Mahol | 2023-10-27 | 1 | -2/+6 |
* | avcodec/mlpenc: add 3.1 ch layout support for truehd | Paul B Mahol | 2023-10-27 | 1 | -1/+3 |
* | avcodec/mlpenc: add 2.1 layout support for truehd | Paul B Mahol | 2023-10-20 | 1 | -1/+3 |
* | avcodec/mlpenc: add proper support for output bit shift | Paul B Mahol | 2023-10-20 | 1 | -5/+52 |
* | avcodec/mlpenc: add support for TrueHD substreams | Paul B Mahol | 2023-10-20 | 1 | -270/+327 |
* | avcodec/mlpenc: use ctx->num_substreams when writing headers | Paul B Mahol | 2023-10-20 | 1 | -1/+1 |
* | avcodec/mlpenc: add helper function to derive TrueHD ch map from ch_layout | Paul B Mahol | 2023-10-20 | 1 | -8/+3 |
* | avcodec/mlp*: merge flags used by encoder and decoder | Paul B Mahol | 2023-10-18 | 1 | -14/+4 |
* | avcodec/mlpenc: cleanup filtering | Paul B Mahol | 2023-10-18 | 1 | -21/+14 |
* | avcodec/mlpenc: allow smaller shift for LPC | Paul B Mahol | 2023-10-18 | 1 | -2/+2 |
* | avcodec/mlpenc: implement advanced stereo rematrix | Paul B Mahol | 2023-10-18 | 1 | -58/+84 |
* | avcodec/mlpenc: remove TODO comment, sample rate is always fixed | Paul B Mahol | 2023-10-18 | 1 | -1/+0 |
* | avcodec/mlpenc: restructure code even more | Paul B Mahol | 2023-10-18 | 1 | -316/+317 |
* | avcodec/mlpenc: export lpc_coeff_precision option | Paul B Mahol | 2023-10-10 | 1 | -3/+5 |
* | avcodec/mlpenc: fix regression in encoding only zeroes | Paul B Mahol | 2023-10-10 | 1 | -1/+1 |
* | avcodec/mlpenc: export max_interval option | Paul B Mahol | 2023-10-09 | 1 | -12/+12 |
* | avcodec/mlpenc: export codebook_search option too | Paul B Mahol | 2023-10-09 | 1 | -3/+2 |
* | avcodec/mlpenc: change flag for shorten_by in THD case | Paul B Mahol | 2023-10-09 | 1 | -1/+1 |
* | avcodec/mlpenc: fix stereo decorrelation | Paul B Mahol | 2023-10-09 | 1 | -71/+74 |
* | avcodec/mlpenc: rename some variables related to thd | Paul B Mahol | 2023-10-07 | 1 | -27/+28 |
* | avcodec/mlpenc: restructure code and resolve several bugs | Paul B Mahol | 2023-10-06 | 1 | -194/+115 |
* | avcodec/mlpenc: allow changing some LPC parameters | Paul B Mahol | 2023-10-02 | 1 | -5/+31 |
* | avcodec/mlpenc: increase compression ratio even more, fix LPC parameters | Paul B Mahol | 2023-10-02 | 1 | -4/+3 |
* | avcodec/mlpenc: increase compression ratio when input is of lower bit depth | Paul B Mahol | 2023-10-02 | 1 | -11/+3 |
* | avcodec/mlpenc: fix quant_step_size for 16bit sample format input | Paul B Mahol | 2023-10-01 | 1 | -3/+4 |
* | avcodec/mlpenc: fix writing end of stream marker | Paul B Mahol | 2023-10-01 | 1 | -1/+1 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -3/+3 |
* | avcodec/codec_internal: Avoid deprecation warnings for channel_layouts | Andreas Rheinhardt | 2022-09-28 | 1 | -6/+2 |
* | avcodec/mlpenc: Remove dead channel layout checks | Andreas Rheinhardt | 2022-09-22 | 1 | -6/+5 |
* | avcodec/mlpenc: Simplify channel layout comparisons | Andreas Rheinhardt | 2022-09-22 | 1 | -16/+14 |
* | avcodec/mlpenc: Fix channel layouts | Andreas Rheinhardt | 2022-09-22 | 1 | -5/+5 |
* | avcodec/mlpenc: analyze only if there are samples | Paul B Mahol | 2022-09-21 | 1 | -1/+2 |
* | avcodec/mlpenc: improve encoding of stereo TrueHD and add mono support | Paul B Mahol | 2022-09-18 | 1 | -19/+53 |
* | avcodec/mlpenc: rename some variables to better alternatives | Paul B Mahol | 2022-09-18 | 1 | -8/+8 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+5 |
* | avcodec: Constify frame->data pointers for encoders where possible | Andreas Rheinhardt | 2022-08-05 | 1 | -2/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+2 |
* | avcodec/mlpenc: fix encoding after receiving last frame | Paul B Mahol | 2022-04-13 | 1 | -4/+5 |
* | avcodec/mlpenc: simplify calling function | Paul B Mahol | 2022-04-12 | 1 | -4/+1 |
* | avcodec/mlpenc: use FFMAX() | Paul B Mahol | 2022-04-12 | 1 | -2/+1 |
* | avcodec/mlpenc: improve handling of last samples | Paul B Mahol | 2022-04-12 | 1 | -7/+12 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -20/+20 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |