75 Commits (61bc8764d427a78ee6a4e6c55825300b01ac280b)

Author SHA1 Message Date
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
Andreas Rheinhardt db25180e9d avcodec/mlpenc: Set AV_PKT_FLAG_KEY manually 3 years ago
Paul B Mahol cd7e25b14a avcodec/mlpenc: fix encoding stereo single stream in TrueHD 3 years ago
Andreas Rheinhardt bb9141cc13 avcodec/mlpenc: Fix mixed declarations and code warning 3 years ago
Paul B Mahol 9e33572b3d avcodec/mlpenc: simplify some complicated expressions more 3 years ago
Paul B Mahol 1cbd4b00b1 avcodec/mlpenc: simplify strange pointer initializations 3 years ago
Paul B Mahol b9426f371a avcodec/mlpenc: remove convoluted incomplete multiple substreams support code 3 years ago
Paul B Mahol e811b0080e avcodec/mlpenc: use variables local to for loops 3 years ago
Paul B Mahol 0c87b43c6c avcodec/mlp: move sync defines to common header 3 years ago
Paul B Mahol 3ea0171ea3 avcodec/mlpenc: remove frame_size array from private context 3 years ago
Paul B Mahol 5852bb6b4b avcodec/mlpenc: stop using hardcoded value 3 years ago
Paul B Mahol ac29cec312 avcodec/mlpenc: use av_shrink_packet() 3 years ago
Paul B Mahol cfc491bf44 avcodec/mlpenc: remove no more needed goto 3 years ago
Paul B Mahol 4ca9877b91 avcodec/mlpenc: fix removal of packet timestamp/size from queue 3 years ago
Paul B Mahol d8863013a8 avcodec/mlpenc: remove not needed buf_size checks 3 years ago
Paul B Mahol 85b9b96957 avcodec/mlpenc: fix indentation 3 years ago
Paul B Mahol 036d94da43 avcodec/mlpenc: stop returning packets with no data 3 years ago
Paul B Mahol 589cd58c85 avcodec/mlpenc: simplify compare_best_offset() 3 years ago
Paul B Mahol 5b28a5db03 avcodec/mlpenc: use ff_ctz() 3 years ago
Paul B Mahol d18b445689 avcodec/mlpenc: remove unused item 3 years ago
Paul B Mahol 19b52a7cc4 avcodec/mlpenc: remove log messages when allocation fails at init 3 years ago
Paul B Mahol 30c213fa6c avcodec/mlpenc: allocate filter buffers once at init 3 years ago