summaryrefslogtreecommitdiff
path: root/libavcodec/opus_pvq.c
Commit message (Expand)AuthorAgeFilesLines
* opus_pvq: fix uninitialized variable usageRostislav Pehlivanov2017-02-151-3/+2
* opus: add a native Opus encoderRostislav Pehlivanov2017-02-141-8/+436
* opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov2017-02-141-25/+25
* opus_celt: move quantization and band decoding to opus_pvq.cRostislav Pehlivanov2017-02-141-0/+729