| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: use the renamed av_zero_extend | James Almer | 2024-06-13 | 1 | -2/+2 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | configure: Remove av_restrict | Andreas Rheinhardt | 2024-03-15 | 1 | -1/+1 |
* | avcodec/opus_pvq: Don't build ppp_pvq_search_c when unused | Andreas Rheinhardt | 2022-10-08 | 1 | -2/+6 |
* | avcodec/opus: Move defines to better places | Andreas Rheinhardt | 2022-10-05 | 1 | -0/+5 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | opusenc: add apply_phase_inv option | Lynne | 2020-05-26 | 1 | -1/+1 |
* | celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabled | Lynne | 2019-03-31 | 1 | -1/+1 |
* | x86/opus_dsp: rename to celt_pvq | Lynne | 2019-03-31 | 1 | -1/+1 |
* | opus_pvq: do not compile encoding/decoding code if the encoder/decoder is dis... | Rostislav Pehlivanov | 2017-12-04 | 1 | -51/+8 |
* | opus_celt: deduplicate band quantization/dequantization function | Rostislav Pehlivanov | 2017-12-04 | 1 | -31/+27 |
* | opus: add an option to toggle intensity stereo phase inversion | Rostislav Pehlivanov | 2017-12-04 | 1 | -0/+1 |
* | opus_pvq: fix crashing on analysis of mono | Rostislav Pehlivanov | 2017-11-23 | 1 | -1/+2 |
* | opus_pvq: make max_den a float | Rostislav Pehlivanov | 2017-09-28 | 1 | -1/+2 |
* | SIMD opus pvq_search implementation | Ivan Kalvachev | 2017-08-18 | 1 | -0/+3 |
* | opus_pvq: port to allow for SIMD functions | Rostislav Pehlivanov | 2017-05-16 | 1 | -53/+65 |
* | opus_pvq: use function pointers for recursion | Rostislav Pehlivanov | 2017-04-27 | 1 | -37/+25 |
* | avcodec/opus_pvq: fix recursive inlining compilation failures | James Almer | 2017-04-27 | 1 | -16/+32 |
* | opus_pvq: merge band encoding and decoding into one function | Rostislav Pehlivanov | 2017-04-27 | 1 | -411/+112 |
* | opus_pvq: remove outdated/incorrect comments and redundant variables | Rostislav Pehlivanov | 2017-04-26 | 1 | -18/+7 |
* | opus_pvq: minor cleanups | Rostislav Pehlivanov | 2017-04-26 | 1 | -141/+108 |
* | lavc/opus_pvq: Add missing copyright notices from libopus. | Carl Eugen Hoyos | 2017-04-15 | 1 | -0/+3 |
* | opus_pvq: add resynth support and band encoding cost function | Rostislav Pehlivanov | 2017-04-14 | 1 | -16/+138 |
* | opus_pvq: prevent division by 0 | Rostislav Pehlivanov | 2017-02-24 | 1 | -1/+1 |
* | opus_pvq: remove unneeded assert | Rostislav Pehlivanov | 2017-02-24 | 1 | -1/+0 |
* | opus_pvq: improve PVQ search for low Ks | Rostislav Pehlivanov | 2017-02-24 | 1 | -2/+5 |
* | opus_pvq: fix PVQ search for K < 5 and low Ns | Rostislav Pehlivanov | 2017-02-19 | 1 | -3/+5 |
* | opus_pvq: fix uninitialized variable usage | Rostislav Pehlivanov | 2017-02-15 | 1 | -3/+2 |
* | opus: add a native Opus encoder | Rostislav Pehlivanov | 2017-02-14 | 1 | -8/+436 |
* | opus_celt: rename structures to better names and reorganize them | Rostislav Pehlivanov | 2017-02-14 | 1 | -25/+25 |
* | opus_celt: move quantization and band decoding to opus_pvq.c | Rostislav Pehlivanov | 2017-02-14 | 1 | -0/+729 |