summaryrefslogtreecommitdiff
path: root/libavcodec/opusenc.c
Commit message (Expand)AuthorAge
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-28
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* opusenc: add apply_phase_inv optionLynne2020-05-26
* opusenc: fix infinite loop if flushing encoder upon initRostislav Pehlivanov2018-12-12
* opusenc: use for loops with declarationsRostislav Pehlivanov2018-05-18
* opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov2017-12-30
* opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov2017-12-04
* opusenc: implement a psychoacoustic systemRostislav Pehlivanov2017-09-23
* opus: simplify coarse energy beta coefficientsRostislav Pehlivanov2017-07-18
* opusenc: remove unused variableRostislav Pehlivanov2017-07-18
* opusenc: use float_dsp for non-transient windowingRostislav Pehlivanov2017-07-14
* opusenc: use float_dsp for transient mdctsRostislav Pehlivanov2017-07-13
* opusenc: don't set avctx->cutoffRostislav Pehlivanov2017-07-10
* opus_pvq: port to allow for SIMD functionsRostislav Pehlivanov2017-05-16
* opusenc: initialize PVQ prng seedRostislav Pehlivanov2017-05-16
* opusenc: switch between intra/inter mode for coarse energyRostislav Pehlivanov2017-04-08
* opusenc: do not signal digital silenceRostislav Pehlivanov2017-04-08
* opusenc: minor style changesRostislav Pehlivanov2017-04-08
* opusenc: remove unused header entries and simplify normalizationRostislav Pehlivanov2017-04-08
* libavcodec/opusenc: use correct format specifiersKyle Swanson2017-03-27
* opusenc: initialize the emphasis coefficients on initRostislav Pehlivanov2017-02-18
* avcodec/opusenc: Add () protecting macro argumentsMichael Niedermayer2017-02-16
* opusenc: fix coarse energy quantization with 2 bits leftRostislav Pehlivanov2017-02-15
* opus: add a native Opus encoderRostislav Pehlivanov2017-02-14