Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-10avcodec/opustab: Avoid indirection to access ff_celt_windowAndreas Rheinhardt
2022-10-08avcodec/opusenc_psy: Remove unused function parameterAndreas Rheinhardt
2022-10-05avcodec/opus: Move defines to better placesAndreas Rheinhardt
2022-09-29avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt
2022-09-26opus: convert encoder and decoder to lavu/txLynne
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-15opus: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-04-28avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-05-26opusenc: add apply_phase_inv optionLynne
2018-12-12opusenc: fix infinite loop if flushing encoder upon initRostislav Pehlivanov
2018-05-18opusenc: use for loops with declarationsRostislav Pehlivanov
2017-12-30opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov
2017-12-04opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov
2017-09-23opusenc: implement a psychoacoustic systemRostislav Pehlivanov
2017-07-18opus: simplify coarse energy beta coefficientsRostislav Pehlivanov
2017-07-18opusenc: remove unused variableRostislav Pehlivanov
2017-07-14opusenc: use float_dsp for non-transient windowingRostislav Pehlivanov
2017-07-13opusenc: use float_dsp for transient mdctsRostislav Pehlivanov
2017-07-11opusenc: don't set avctx->cutoffRostislav Pehlivanov
2017-05-16opus_pvq: port to allow for SIMD functionsRostislav Pehlivanov
2017-05-16opusenc: initialize PVQ prng seedRostislav Pehlivanov
2017-04-08opusenc: switch between intra/inter mode for coarse energyRostislav Pehlivanov
2017-04-08opusenc: do not signal digital silenceRostislav Pehlivanov
2017-04-08opusenc: minor style changesRostislav Pehlivanov
2017-04-08opusenc: remove unused header entries and simplify normalizationRostislav Pehlivanov
2017-03-27libavcodec/opusenc: use correct format specifiersKyle Swanson
2017-02-18opusenc: initialize the emphasis coefficients on initRostislav Pehlivanov
2017-02-16avcodec/opusenc: Add () protecting macro argumentsMichael Niedermayer
2017-02-16opusenc: fix coarse energy quantization with 2 bits leftRostislav Pehlivanov
2017-02-14opus: add a native Opus encoderRostislav Pehlivanov