summaryrefslogtreecommitdiff
path: root/libavcodec/opus_celt.c
Commit message (Expand)AuthorAge
* opusdsp: adjust and optimize C function to match assemblyLynne2019-09-11
* opusdsp: create and move deemphasis and postfiltering from opus_celtLynne2019-04-01
* opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov2017-12-30
* opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov2017-12-04
* opus: add an option to toggle intensity stereo phase inversionRostislav Pehlivanov2017-12-04
* opus: Add Special Hybrid Folding (per RFC8251)Andrew D'Addesio2017-12-04
* opus_celt: Fix arithmetic overflow (per RFC8251)Andrew D'Addesio2017-12-04
* opus: simplify coarse energy beta coefficientsRostislav Pehlivanov2017-07-18
* opus_celt: normalize using mdct scaleRostislav Pehlivanov2017-07-11
* mdct15: remove redundant scale argument to imdct_halfRostislav Pehlivanov2017-07-11
* opus_celt: move postfilter taps table to the shared opustab.c fileRostislav Pehlivanov2017-07-10
* opus_celt: do not use double precision exp2Rostislav Pehlivanov2017-06-22
* opus_pvq: port to allow for SIMD functionsRostislav Pehlivanov2017-05-16
* opus_celt: fix some style issuesRostislav Pehlivanov2017-04-08
* opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov2017-02-14
* opus_celt: move quantization and band decoding to opus_pvq.cRostislav Pehlivanov2017-02-14
* imdct15: rename to mdct15 and add a forward transformRostislav Pehlivanov2017-02-14
* opus_rc: rename total_bits_used to total_bits and #define some constantsRostislav Pehlivanov2017-02-04
* opus: move the entropy decoding functions to opus_rc.cRostislav Pehlivanov2016-11-08
* opus: move all tables to a separate fileRostislav Pehlivanov2016-11-08
* lavc/opus_celt: replace pow(2,x) by exp2f(x)Ganesh Ajjanagadde2016-01-22
* lavc/opus_celt: replace pow by exp2Ganesh Ajjanagadde2015-12-17
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-21
* | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer2015-02-21
|\|
| * libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-21
* | Merge commit '3d5d46233cd81f78138a6d7418d480af04d3f6c8'Michael Niedermayer2015-02-02
|\|
| * opus: Factor out imdct15 into a standalone componentDiego Biurrun2015-02-02
* | avcodec/opus_celt: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-12-01
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | avcodec/opus_celt: Fix () in CELT_PVQ_V macroMichael Niedermayer2014-05-25
* | Use av_restrict instead of restrict in libavcodec/opus_celt.c.Carl Eugen Hoyos2014-05-16
* | Merge commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba'Michael Niedermayer2014-05-15
|\|
| * aarch64: opus NEON iMDCT and FFTJanne Grunau2014-05-15
* | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer2014-05-15
|/
* lavc: add a native Opus decoder.Anton Khirnov2014-05-15