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
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