| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/opus: Rename opus.c->opus_celt.c, opus_celt.c->opusdec_celt.c | Andreas Rheinhardt | 2022-10-09 | 1 | -489/+387 |
* | avcodec/opus: Move defines to better places | Andreas Rheinhardt | 2022-10-05 | 1 | -0/+2 |
* | opus: convert encoder and decoder to lavu/tx | Lynne | 2022-09-26 | 1 | -8/+12 |
* | opusdsp: adjust and optimize C function to match assembly | Lynne | 2019-09-11 | 1 | -1/+5 |
* | opusdsp: create and move deemphasis and postfiltering from opus_celt | Lynne | 2019-04-01 | 1 | -42/+11 |
* | opus: merge encoder and decoder bitallocation functions into one | Rostislav Pehlivanov | 2017-12-30 | 1 | -333/+1 |
* | opus_celt: deduplicate band quantization/dequantization function | Rostislav Pehlivanov | 2017-12-04 | 1 | -108/+6 |
* | opus: add an option to toggle intensity stereo phase inversion | Rostislav Pehlivanov | 2017-12-04 | 1 | -1/+3 |
* | opus: Add Special Hybrid Folding (per RFC8251) | Andrew D'Addesio | 2017-12-04 | 1 | -3/+15 |
* | opus_celt: Fix arithmetic overflow (per RFC8251) | Andrew D'Addesio | 2017-12-04 | 1 | -1/+2 |
* | opus: simplify coarse energy beta coefficients | Rostislav Pehlivanov | 2017-07-18 | 1 | -15/+11 |
* | opus_celt: normalize using mdct scale | Rostislav Pehlivanov | 2017-07-11 | 1 | -3/+4 |
* | mdct15: remove redundant scale argument to imdct_half | Rostislav Pehlivanov | 2017-07-11 | 1 | -4/+6 |
* | opus_celt: move postfilter taps table to the shared opustab.c file | Rostislav Pehlivanov | 2017-07-10 | 1 | -8/+3 |
* | opus_celt: do not use double precision exp2 | Rostislav Pehlivanov | 2017-06-22 | 1 | -2/+2 |
* | opus_pvq: port to allow for SIMD functions | Rostislav Pehlivanov | 2017-05-16 | 1 | -7/+10 |
* | opus_celt: fix some style issues | Rostislav Pehlivanov | 2017-04-08 | 1 | -9/+5 |
* | opus_celt: rename structures to better names and reorganize them | Rostislav Pehlivanov | 2017-02-14 | 1 | -361/+361 |
* | opus_celt: move quantization and band decoding to opus_pvq.c | Rostislav Pehlivanov | 2017-02-14 | 1 | -817/+11 |
* | imdct15: rename to mdct15 and add a forward transform | Rostislav Pehlivanov | 2017-02-14 | 1 | -5/+5 |
* | opus_rc: rename total_bits_used to total_bits and #define some constants | Rostislav Pehlivanov | 2017-02-04 | 1 | -1/+1 |
* | opus: move the entropy decoding functions to opus_rc.c | Rostislav Pehlivanov | 2016-11-08 | 1 | -29/+29 |
* | opus: move all tables to a separate file | Rostislav Pehlivanov | 2016-11-08 | 1 | -453/+65 |
* | lavc/opus_celt: replace pow(2,x) by exp2f(x) | Ganesh Ajjanagadde | 2016-01-22 | 1 | -1/+2 |
* | lavc/opus_celt: replace pow by exp2 | Ganesh Ajjanagadde | 2015-12-17 | 1 | -2/+2 |
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: use av_mod_uintp2() where useful | James Almer | 2015-04-21 | 1 | -2/+2 |
* | | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' | Michael Niedermayer | 2015-02-21 | 1 | -1/+1 |
|\| |
|
| * | libavcodec: Make use of av_clip functions | Peter Meerwald | 2015-02-21 | 1 | -1/+1 |
* | | Merge commit '3d5d46233cd81f78138a6d7418d480af04d3f6c8' | Michael Niedermayer | 2015-02-02 | 1 | -5/+5 |
|\| |
|
| * | opus: Factor out imdct15 into a standalone component | Diego Biurrun | 2015-02-02 | 1 | -5/+5 |
* | | avcodec/opus_celt: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-12-01 | 1 | -4/+9 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | avcodec/opus_celt: Fix () in CELT_PVQ_V macro | Michael Niedermayer | 2014-05-25 | 1 | -1/+1 |
* | | Use av_restrict instead of restrict in libavcodec/opus_celt.c. | Carl Eugen Hoyos | 2014-05-16 | 1 | -1/+1 |
* | | Merge commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba' | Michael Niedermayer | 2014-05-15 | 1 | -2/+3 |
|\| |
|
| * | aarch64: opus NEON iMDCT and FFT | Janne Grunau | 2014-05-15 | 1 | -2/+3 |
* | | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222' | Michael Niedermayer | 2014-05-15 | 1 | -4/+4 |
|/ |
|
* | lavc: add a native Opus decoder. | Anton Khirnov | 2014-05-15 | 1 | -0/+2220 |