summaryrefslogtreecommitdiff
path: root/libavcodec/opustab.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/opustab: Avoid indirection to access ff_celt_windowAndreas Rheinhardt2022-10-101-3/+1
* Mark some pointers as constAndreas Rheinhardt2021-01-011-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+2
* avcodec/opustab: Make array staticAndreas Rheinhardt2020-12-311-6/+6
* opusdec: do not fail when LBRR frames are presentAnton Khirnov2020-10-011-0/+3
* opus: simplify coarse energy beta coefficientsRostislav Pehlivanov2017-07-181-2/+2
* opusenc: use float_dsp for transient mdctsRostislav Pehlivanov2017-07-131-2/+8
* opustab: comment ff_celt_tf_selectRostislav Pehlivanov2017-07-101-4/+9
* opus_celt: move postfilter taps table to the shared opustab.c fileRostislav Pehlivanov2017-07-101-0/+6
* opus_pvq: minor cleanupsRostislav Pehlivanov2017-04-261-2/+3
* opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov2017-02-141-0/+4
* opus: move all tables to a separate fileRostislav Pehlivanov2016-11-081-0/+1136