448 Commits (3f691c0c6a8cbb293740df4f3bba06a8f5d5fba5)

Author SHA1 Message Date
Andreas Rheinhardt 59b1838e09 avcodec/ac3enc: Move transient PutBitContext to stack 6 months ago
Andreas Rheinhardt 7f35c999f6 avcodec/ac3enc: Avoid copying samples 7 months ago
Andreas Rheinhardt da460fb95c avcodec/ac3enc: Combine cpl_coord buffers 7 months ago
Andreas Rheinhardt 5b9fab0f07 avcodec/ac3enc: Combine loops 7 months ago
Andreas Rheinhardt 79d1814b71 avcodec/ac3enc: Avoid indirections, allocations of small arrays 7 months ago
Andreas Rheinhardt 94132dc4aa avcodec/ac3enc: Avoid allocation for mdct_window 7 months ago
Andreas Rheinhardt 3b93b1af13 avcodec/ac3enc: Avoid allocation for windowed_samples 7 months ago
Andreas Rheinhardt 0458fdbeed avcodec/ac3enc: Avoid calculating the CRC multiple times 7 months ago
Andreas Rheinhardt 28ffc39808 avcodec/ac3enc: Move EAC-3 specific initialization to eac3enc.c 7 months ago
Andreas Rheinhardt 2281ab5c24 avcodec/ac3enc: Avoid function pointers to initialize MDCT 7 months ago
Andreas Rheinhardt 3cd136bc12 avcodec/ac3enc: Deduplicate copying input samples 7 months ago
Andreas Rheinhardt 7311a9086e avcodec/ac3enc: Deduplicate allocating buffers 7 months ago
Andreas Rheinhardt 2fcc50d1f5 avcodec/ac3enc: Share more code between fixed/float encoders 7 months ago
Andreas Rheinhardt 1042ee36cd avcodec/ac3enc: Move ff_ac3_validate_metadate() upwards 7 months ago
Andreas Rheinhardt 6244ecf8ec avcodec/ac3enc: Use common encode_frame function 7 months ago
Andreas Rheinhardt fee093a570 avcodec/ac3enc: Remove disabled code for RealAudio variant of AC-3 7 months ago
Andreas Rheinhardt 27a830c1d8 avcodec/ac3enc: Remove always-false sample rate check 7 months ago
Andreas Rheinhardt e878ec7eb2 avcodec/ac3enc: Avoid copying strings 7 months ago
Andreas Rheinhardt 8261d5d38c avcodec/ac3enc: Use bit-operations for bit-mask 7 months ago
Andreas Rheinhardt b3d12fe200 avcodec/ac3enc: Remove redundant channel layout checks 7 months ago
Andreas Rheinhardt 13daafd5c0 avcodec/ac3enc: Don't overwrite AVCodecContext.ch_layout 7 months ago
Andreas Rheinhardt c3fb0c5bab avcodec/ac3enc: Don't presume ch_layout to be AV_CHANNEL_ORDER_NATIVE 7 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
Anton Khirnov 1e7d2007c3 all: use designated initializers for AVOption.unit 9 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Andreas Rheinhardt f8503b4c33 avutil/internal: Don't auto-include emms.h 1 year ago
Andreas Rheinhardt e559f8428f avcodec: Remove unnecessary fft, dct inclusions 2 years ago
Lynne 4cee7ebd75
ac3: convert to lavu/tx 2 years ago
Andreas Rheinhardt 76d8f0dd14 avcodec/ac3dsp: Remove unused parameter 2 years ago
Andreas Rheinhardt a51bdbb069 avcodec/ac3enc: Add missing header 2 years ago
Andreas Rheinhardt 59eadb5060 avcodec/internal: Move ff_samples_to_time_base() to encode.h 2 years ago
Andreas Rheinhardt 104abea646 avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 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
Vittorio Giovara 111ed1b16b ac3: convert to new channel layout API 3 years ago
Andreas Rheinhardt bc368575a9 avcodec/ac3enc: Deduplicate AVClasses 3 years ago
Andreas Rheinhardt 39bb36d723 avcodec/[e]ac3enc: Allow user-supplied buffers 4 years ago
Andreas Rheinhardt 18bb323da4 avcodec/ac3enc: Simplify AC-3 bit counting 4 years ago
Andreas Rheinhardt eca36784b8 avcodec/[e]ac3enc: Fix indentation 4 years ago
Andreas Rheinhardt 5d4234b3ea avcodec/ac3enc: Avoid needlessly copying encoded packets around 4 years ago
Andreas Rheinhardt 968c158abd avcodec/ac3enc: Use actual size of buffer in init_put_bits() 4 years ago
Anton Khirnov 1c36e7c1a5 lavc/ac3enc: rename variable to avoid shadowing 4 years ago
Andreas Rheinhardt d0d96674ec avcodec/ac3tab: Move ff_ac3_enc_channel_map to its only user 4 years ago
Andreas Rheinhardt 134193a2ff avcodec/ac3enc: Share options and defaults 4 years ago
Lynne 2d85e6e723
ac3enc_fixed: convert to 32-bit sample format 4 years ago
Andreas Rheinhardt 277281ac8e avcodec/ac3enc: Factor common end of float/fixed encode_frame out 4 years ago
Andreas Rheinhardt 953924781e avcodec/ac3enc: Set function pointers earlier 4 years ago