summaryrefslogtreecommitdiffstats
path: root/libavcodec/opusenc.c
Commit message (Expand)AuthorAgeFilesLines
* opusenc: fix infinite loop if flushing encoder upon initRostislav Pehlivanov2018-12-121-1/+1
* opusenc: use for loops with declarationsRostislav Pehlivanov2018-05-181-54/+44
* opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov2017-12-301-332/+5
* opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov2017-12-041-99/+11
* opusenc: implement a psychoacoustic systemRostislav Pehlivanov2017-09-231-125/+145
* opus: simplify coarse energy beta coefficientsRostislav Pehlivanov2017-07-181-2/+2
* opusenc: remove unused variableRostislav Pehlivanov2017-07-181-1/+1
* opusenc: use float_dsp for non-transient windowingRostislav Pehlivanov2017-07-141-12/+12
* opusenc: use float_dsp for transient mdctsRostislav Pehlivanov2017-07-131-5/+3
* opusenc: don't set avctx->cutoffRostislav Pehlivanov2017-07-101-2/+0
* opus_pvq: port to allow for SIMD functionsRostislav Pehlivanov2017-05-161-3/+9
* opusenc: initialize PVQ prng seedRostislav Pehlivanov2017-05-161-1/+3
* opusenc: switch between intra/inter mode for coarse energyRostislav Pehlivanov2017-04-081-8/+28
* opusenc: do not signal digital silenceRostislav Pehlivanov2017-04-081-9/+3
* opusenc: minor style changesRostislav Pehlivanov2017-04-081-18/+14
* opusenc: remove unused header entries and simplify normalizationRostislav Pehlivanov2017-04-081-11/+7
* libavcodec/opusenc: use correct format specifiersKyle Swanson2017-03-271-1/+1
* opusenc: initialize the emphasis coefficients on initRostislav Pehlivanov2017-02-181-0/+3
* avcodec/opusenc: Add () protecting macro argumentsMichael Niedermayer2017-02-161-2/+2
* opusenc: fix coarse energy quantization with 2 bits leftRostislav Pehlivanov2017-02-151-1/+1
* opus: add a native Opus encoderRostislav Pehlivanov2017-02-141-0/+1130
OpenPOWER on IntegriCloud