| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |