96 Commits (a8bc79c3fd96a8287e241e6913ad5cf4d4838f5c)

Author SHA1 Message Date
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Paul B Mahol 36eb774ad4 avcodec/mlpenc: try different filter parameters in case of out of range output from LPC 1 year ago
Paul B Mahol 567af48fba avcodec/mlpenc: add support for 4.0/4.1 ch layout 1 year ago
Paul B Mahol deb4c28dcc avcodec/mlpenc: add 3.1 ch layout support for truehd 1 year ago
Paul B Mahol 393d1ee541 avcodec/mlpenc: add 2.1 layout support for truehd 1 year ago
Paul B Mahol 79c568dd4e avcodec/mlpenc: add proper support for output bit shift 1 year ago
Paul B Mahol 3f773d8d02 avcodec/mlpenc: add support for TrueHD substreams 1 year ago
Paul B Mahol 98857ece48 avcodec/mlpenc: use ctx->num_substreams when writing headers 1 year ago
Paul B Mahol 94abb4df32 avcodec/mlpenc: add helper function to derive TrueHD ch map from ch_layout 1 year ago
Paul B Mahol e7a6bba51a avcodec/mlp*: merge flags used by encoder and decoder 1 year ago
Paul B Mahol be2bbfe71d avcodec/mlpenc: cleanup filtering 1 year ago
Paul B Mahol c1053e2e35 avcodec/mlpenc: allow smaller shift for LPC 1 year ago
Paul B Mahol b206056c82 avcodec/mlpenc: implement advanced stereo rematrix 1 year ago
Paul B Mahol 727ee32da7 avcodec/mlpenc: remove TODO comment, sample rate is always fixed 1 year ago
Paul B Mahol 9adc5d8bfe avcodec/mlpenc: restructure code even more 1 year ago
Paul B Mahol 44dc42e4ac avcodec/mlpenc: export lpc_coeff_precision option 1 year ago
Paul B Mahol 394106a138 avcodec/mlpenc: fix regression in encoding only zeroes 1 year ago
Paul B Mahol 78fa1cff70 avcodec/mlpenc: export max_interval option 1 year ago
Paul B Mahol ee9fb28429 avcodec/mlpenc: export codebook_search option too 1 year ago
Paul B Mahol 8786b91607 avcodec/mlpenc: change flag for shorten_by in THD case 1 year ago
Paul B Mahol 27c623b3d5 avcodec/mlpenc: fix stereo decorrelation 1 year ago
Paul B Mahol 84e0e2f43e avcodec/mlpenc: rename some variables related to thd 1 year ago
Paul B Mahol d7579189f7 avcodec/mlpenc: restructure code and resolve several bugs 1 year ago
Paul B Mahol 4fe0a31cab avcodec/mlpenc: allow changing some LPC parameters 1 year ago
Paul B Mahol a1b29ab60d avcodec/mlpenc: increase compression ratio even more, fix LPC parameters 1 year ago
Paul B Mahol 0be5da9cfa avcodec/mlpenc: increase compression ratio when input is of lower bit depth 1 year ago
Paul B Mahol 7a444501d5 avcodec/mlpenc: fix quant_step_size for 16bit sample format input 1 year ago
Paul B Mahol ffc783dea7 avcodec/mlpenc: fix writing end of stream marker 1 year ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Andreas Rheinhardt fdff1b9cbf avcodec/codec_internal: Avoid deprecation warnings for channel_layouts 2 years ago
Andreas Rheinhardt 65dbc83eec avcodec/mlpenc: Remove dead channel layout checks 2 years ago
Andreas Rheinhardt a12338afe5 avcodec/mlpenc: Simplify channel layout comparisons 2 years ago
Andreas Rheinhardt 03fb801cd9 avcodec/mlpenc: Fix channel layouts 2 years ago
Paul B Mahol 6a150fcdb9 avcodec/mlpenc: analyze only if there are samples 2 years ago
Paul B Mahol b0579cc298 avcodec/mlpenc: improve encoding of stereo TrueHD and add mono support 2 years ago
Paul B Mahol c12a6fd227 avcodec/mlpenc: rename some variables to better alternatives 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Paul B Mahol f67403edb3 avcodec/mlpenc: fix encoding after receiving last frame 3 years ago
Paul B Mahol c2351d5a53 avcodec/mlpenc: simplify calling function 3 years ago
Paul B Mahol dc068a7265 avcodec/mlpenc: use FFMAX() 3 years ago
Paul B Mahol cbad385f04 avcodec/mlpenc: improve handling of last samples 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov d4b79b2e32 mlp: convert to new channel layout API 3 years ago
Paul B Mahol a8a7c5d502 avcodec/thd: fix special stereo support 3 years ago