summaryrefslogtreecommitdiff
path: root/libavcodec/opus_pvq.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* opusenc: add apply_phase_inv optionLynne2020-05-26
* celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabledLynne2019-03-31
* x86/opus_dsp: rename to celt_pvqLynne2019-03-31
* opus_pvq: do not compile encoding/decoding code if the encoder/decoder is dis...Rostislav Pehlivanov2017-12-04
* opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov2017-12-04
* opus: add an option to toggle intensity stereo phase inversionRostislav Pehlivanov2017-12-04
* opus_pvq: fix crashing on analysis of monoRostislav Pehlivanov2017-11-23
* opus_pvq: make max_den a floatRostislav Pehlivanov2017-09-28
* SIMD opus pvq_search implementationIvan Kalvachev2017-08-18
* opus_pvq: port to allow for SIMD functionsRostislav Pehlivanov2017-05-16
* opus_pvq: use function pointers for recursionRostislav Pehlivanov2017-04-27
* avcodec/opus_pvq: fix recursive inlining compilation failuresJames Almer2017-04-27
* opus_pvq: merge band encoding and decoding into one functionRostislav Pehlivanov2017-04-27
* opus_pvq: remove outdated/incorrect comments and redundant variablesRostislav Pehlivanov2017-04-26
* opus_pvq: minor cleanupsRostislav Pehlivanov2017-04-26
* lavc/opus_pvq: Add missing copyright notices from libopus.Carl Eugen Hoyos2017-04-15
* opus_pvq: add resynth support and band encoding cost functionRostislav Pehlivanov2017-04-14
* opus_pvq: prevent division by 0Rostislav Pehlivanov2017-02-24
* opus_pvq: remove unneeded assertRostislav Pehlivanov2017-02-24
* opus_pvq: improve PVQ search for low KsRostislav Pehlivanov2017-02-24
* opus_pvq: fix PVQ search for K < 5 and low NsRostislav Pehlivanov2017-02-19
* opus_pvq: fix uninitialized variable usageRostislav Pehlivanov2017-02-15
* opus: add a native Opus encoderRostislav Pehlivanov2017-02-14
* opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov2017-02-14
* opus_celt: move quantization and band decoding to opus_pvq.cRostislav Pehlivanov2017-02-14