summaryrefslogtreecommitdiff
path: root/libavcodec/opusenc.c
Commit message (Expand)AuthorAge
* 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