| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/opus_rc: Don't duplicate define | Andreas Rheinhardt | 2022-10-08 | 1 | -1/+1 |
* | avcodec/opusenc_psy: Remove unused/write-only context members | Andreas Rheinhardt | 2022-10-08 | 1 | -5/+0 |
* | avcodec/opusenc_psy: Remove unused function parameter | Andreas Rheinhardt | 2022-10-08 | 1 | -1/+1 |
* | avcodec/opus: Move defines to better places | Andreas Rheinhardt | 2022-10-05 | 1 | -1/+4 |
* | opus: convert encoder and decoder to lavu/tx | Lynne | 2022-09-26 | 1 | -5/+8 |
* | opus: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -10/+10 |
* | avcodec/opusenc_psy: Fix warning: ISO C90 forbids mixed declarations and code | Michael Niedermayer | 2018-04-19 | 1 | -3/+2 |
* | opusenc_psy: Typo, use all coeffs in range for band tonality calculation | Daniil Cherednik | 2018-01-13 | 1 | -1/+1 |
* | opusenc_psy: disable stereo searches for mono streams | Rostislav Pehlivanov | 2018-01-04 | 1 | -0/+7 |
* | opus: merge encoder and decoder bitallocation functions into one | Rostislav Pehlivanov | 2017-12-30 | 1 | -1/+1 |
* | opus_pvq: do not compile encoding/decoding code if the encoder/decoder is dis... | Rostislav Pehlivanov | 2017-12-04 | 1 | -1/+51 |
* | opus_celt: deduplicate band quantization/dequantization function | Rostislav Pehlivanov | 2017-12-04 | 1 | -1/+1 |
* | opusenc: Fix double-declaration of variable | Mark Thompson | 2017-10-18 | 1 | -1/+0 |
* | avcodec/opusenc_psy: Fix mixed declaration and statement | Michael Niedermayer | 2017-10-11 | 1 | -1/+2 |
* | avcodec/opusenc_psy: use av_clip_uintp2() | James Almer | 2017-09-23 | 1 | -1/+1 |
* | lavfi: make window_func an inline function | Rostislav Pehlivanov | 2017-09-23 | 1 | -1/+1 |
* | opusenc: implement a psychoacoustic system | Rostislav Pehlivanov | 2017-09-23 | 1 | -0/+556 |