65 Commits (a12338afe5192f23349c0fde8592891be230bfc3)

Author SHA1 Message Date
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
Paul B Mahol 57988fc496 avcodec/mlpenc: simplify allocations in mlp_encode_init() 3 years ago
Paul B Mahol 2bb9d2be5e avcodec/mlpenc: add support for 24bit encoding 3 years ago
Paul B Mahol 9f420163c6 avcodec/mlpenc: fix encoding last samples when not within full interval 3 years ago
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 3 years ago
Andreas Rheinhardt 5541cffa17 avcodec/mlpenc: Make encoders init-threadsafe 4 years ago
Andreas Rheinhardt 0166bb12e7 avcodec/mlpenc: Add const where appropriate 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt 3183eda0fa avcodec/mlpenc: Avoid redundant temporary PutBitContext 4 years ago