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-08avcodec/opus_pvq: Don't build ppp_pvq_search_c when unusedAndreas Rheinhardt
2022-10-05avcodec/opus: Move defines to better placesAndreas Rheinhardt
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2020-05-26opusenc: add apply_phase_inv optionLynne
2019-04-01celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabledLynne
2019-04-01x86/opus_dsp: rename to celt_pvqLynne
2017-12-04opus_pvq: do not compile encoding/decoding code if the encoder/decoder is dis...Rostislav Pehlivanov
2017-12-04opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov
2017-12-04opus: add an option to toggle intensity stereo phase inversionRostislav Pehlivanov
2017-11-23opus_pvq: fix crashing on analysis of monoRostislav Pehlivanov
2017-09-29opus_pvq: make max_den a floatRostislav Pehlivanov
2017-08-18SIMD opus pvq_search implementationIvan Kalvachev
2017-05-16opus_pvq: port to allow for SIMD functionsRostislav Pehlivanov
2017-04-27opus_pvq: use function pointers for recursionRostislav Pehlivanov
2017-04-27avcodec/opus_pvq: fix recursive inlining compilation failuresJames Almer
2017-04-27opus_pvq: merge band encoding and decoding into one functionRostislav Pehlivanov
2017-04-27opus_pvq: remove outdated/incorrect comments and redundant variablesRostislav Pehlivanov
2017-04-27opus_pvq: minor cleanupsRostislav Pehlivanov
2017-04-15lavc/opus_pvq: Add missing copyright notices from libopus.Carl Eugen Hoyos
2017-04-14opus_pvq: add resynth support and band encoding cost functionRostislav Pehlivanov
2017-02-24opus_pvq: prevent division by 0Rostislav Pehlivanov
2017-02-24opus_pvq: remove unneeded assertRostislav Pehlivanov
2017-02-24opus_pvq: improve PVQ search for low KsRostislav Pehlivanov
2017-02-19opus_pvq: fix PVQ search for K < 5 and low NsRostislav Pehlivanov
2017-02-16opus_pvq: fix uninitialized variable usageRostislav Pehlivanov
2017-02-14opus: add a native Opus encoderRostislav Pehlivanov
2017-02-14opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov
2017-02-14opus_celt: move quantization and band decoding to opus_pvq.cRostislav Pehlivanov