| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/opus: Use prefix for defines | Andreas Rheinhardt | 2022-10-08 | 1 | -3/+3 |
* | avcodec/opus: Move Silk declarations to a new header, opus_silk.h | Andreas Rheinhardt | 2022-10-05 | 1 | -21/+0 |
* | avcodec/opus: Move defines to better places | Andreas Rheinhardt | 2022-10-05 | 1 | -9/+0 |
* | avcodec/opus: Move remaining celt declarations to opus_celt.h | Andreas Rheinhardt | 2022-10-05 | 1 | -8/+0 |
* | avcodec/opus: Move stuff shared by decoder and parser to a new file | Andreas Rheinhardt | 2022-10-05 | 1 | -55/+1 |
* | avcodec/opus: Move OpusStreamContext to its only user | Andreas Rheinhardt | 2022-10-05 | 1 | -51/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/opusdec: Move per-stream fields to OpusStreamContext | Andreas Rheinhardt | 2020-12-31 | 1 | -12/+12 |
* | avcodec/opus: make redundancy_buf 32 byte aligned | James Almer | 2019-04-02 | 1 | -1/+1 |
* | opus: merge encoder and decoder bitallocation functions into one | Rostislav Pehlivanov | 2017-12-30 | 1 | -0/+3 |
* | opus_celt: deduplicate band quantization/dequantization function | Rostislav Pehlivanov | 2017-12-04 | 1 | -0/+3 |
* | opus: add an option to toggle intensity stereo phase inversion | Rostislav Pehlivanov | 2017-12-04 | 1 | -0/+2 |
* | opus_celt: rename structures to better names and reorganize them | Rostislav Pehlivanov | 2017-02-14 | 1 | -14/+8 |
* | opus_celt: move quantization and band decoding to opus_pvq.c | Rostislav Pehlivanov | 2017-02-14 | 1 | -10/+0 |
* | opus: remove redundant ff_celt_window2 declaration | Rostislav Pehlivanov | 2016-12-18 | 1 | -2/+0 |
* | opus: move the entropy decoding functions to opus_rc.c | Rostislav Pehlivanov | 2016-11-08 | 1 | -221/+1 |
* | Merge commit '14e558024642638085ae2bbeffc6087612e6a3f9' | Hendrik Leppkes | 2015-08-02 | 1 | -0/+10 |
|\ |
|
| * | opusdec: properly handle mismatching configurations in multichannel streams | Anton Khirnov | 2015-08-02 | 1 | -0/+10 |
| * | mpegts: add support for Opus | Kieran Kunhya | 2014-12-20 | 1 | -0/+9 |
* | | avcodec: use av_mod_uintp2() where useful | James Almer | 2015-04-21 | 1 | -1/+1 |
* | | avcodec/opusdec: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-12-03 | 1 | -1/+1 |
* | | avcodec: Add support for Opus in MPEG-TS | Kieran Kunhya | 2014-10-26 | 1 | -0/+9 |
* | | avcodec/opus: Fix () in ROUND_MULL() macro | Michael Niedermayer | 2014-05-25 | 1 | -1/+1 |
* | | avcodec/opus: fix doxygen comments to be associated with the correct fields | Michael Niedermayer | 2014-05-15 | 1 | -12/+12 |
* | | Merge commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba' | Michael Niedermayer | 2014-05-15 | 1 | -18/+0 |
|\| |
|
| * | aarch64: opus NEON iMDCT and FFT | Janne Grunau | 2014-05-15 | 1 | -18/+0 |
* | | avcodec/opusdec: switch to swresample | Michael Niedermayer | 2014-05-15 | 1 | -2/+2 |
* | | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222' | Michael Niedermayer | 2014-05-15 | 1 | -4/+4 |
|/ |
|
* | lavc: add a native Opus decoder. | Anton Khirnov | 2014-05-15 | 1 | -0/+429 |