summaryrefslogtreecommitdiff
path: root/libavcodec/opus_celt.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/opus: Move defines to better placesAndreas Rheinhardt2022-10-051-2/+8
* avcodec/opus: Move remaining celt declarations to opus_celt.hAndreas Rheinhardt2022-10-051-3/+10
* avcodec/opus_celt, opus_pvq: Move CeltPVQ typedef to opus_pvq.hAndreas Rheinhardt2022-10-051-3/+1
* avcodec/opus_celt: Break cyclic inlusion of opus_celt.h<->opus_pvq.hAndreas Rheinhardt2022-10-051-1/+0
* opus: convert encoder and decoder to lavu/txLynne2022-09-261-2/+3
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* opusdsp: create and move deemphasis and postfiltering from opus_celtLynne2019-04-011-1/+2
* opus: add an option to toggle intensity stereo phase inversionRostislav Pehlivanov2017-12-041-1/+3
* opusenc: implement a psychoacoustic systemRostislav Pehlivanov2017-09-231-0/+6
* opusenc: use float_dsp for transient mdctsRostislav Pehlivanov2017-07-131-2/+2
* opus_pvq: port to allow for SIMD functionsRostislav Pehlivanov2017-05-161-2/+4
* opusenc: switch between intra/inter mode for coarse energyRostislav Pehlivanov2017-04-081-1/+0
* opusenc: remove unused header entries and simplify normalizationRostislav Pehlivanov2017-04-081-3/+0
* opus: add a native Opus encoderRostislav Pehlivanov2017-02-141-0/+16
* opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov2017-02-141-37/+52
* opus_celt: move quantization and band decoding to opus_pvq.cRostislav Pehlivanov2017-02-141-0/+133