| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec: Remove redundant freeing of extradata of encoders | Andreas Rheinhardt | 2021-04-28 | 1 | -1/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | opusenc: add apply_phase_inv option | Lynne | 2020-05-26 | 1 | -1/+2 |
* | opusenc: fix infinite loop if flushing encoder upon init | Rostislav Pehlivanov | 2018-12-12 | 1 | -1/+1 |
* | opusenc: use for loops with declarations | Rostislav Pehlivanov | 2018-05-18 | 1 | -54/+44 |
* | opus: merge encoder and decoder bitallocation functions into one | Rostislav Pehlivanov | 2017-12-30 | 1 | -332/+5 |
* | opus_celt: deduplicate band quantization/dequantization function | Rostislav Pehlivanov | 2017-12-04 | 1 | -99/+11 |
* | opusenc: implement a psychoacoustic system | Rostislav Pehlivanov | 2017-09-23 | 1 | -125/+145 |
* | opus: simplify coarse energy beta coefficients | Rostislav Pehlivanov | 2017-07-18 | 1 | -2/+2 |
* | opusenc: remove unused variable | Rostislav Pehlivanov | 2017-07-18 | 1 | -1/+1 |
* | opusenc: use float_dsp for non-transient windowing | Rostislav Pehlivanov | 2017-07-14 | 1 | -12/+12 |
* | opusenc: use float_dsp for transient mdcts | Rostislav Pehlivanov | 2017-07-13 | 1 | -5/+3 |
* | opusenc: don't set avctx->cutoff | Rostislav Pehlivanov | 2017-07-10 | 1 | -2/+0 |
* | opus_pvq: port to allow for SIMD functions | Rostislav Pehlivanov | 2017-05-16 | 1 | -3/+9 |
* | opusenc: initialize PVQ prng seed | Rostislav Pehlivanov | 2017-05-16 | 1 | -1/+3 |
* | opusenc: switch between intra/inter mode for coarse energy | Rostislav Pehlivanov | 2017-04-08 | 1 | -8/+28 |
* | opusenc: do not signal digital silence | Rostislav Pehlivanov | 2017-04-08 | 1 | -9/+3 |
* | opusenc: minor style changes | Rostislav Pehlivanov | 2017-04-08 | 1 | -18/+14 |
* | opusenc: remove unused header entries and simplify normalization | Rostislav Pehlivanov | 2017-04-08 | 1 | -11/+7 |
* | libavcodec/opusenc: use correct format specifiers | Kyle Swanson | 2017-03-27 | 1 | -1/+1 |
* | opusenc: initialize the emphasis coefficients on init | Rostislav Pehlivanov | 2017-02-18 | 1 | -0/+3 |
* | avcodec/opusenc: Add () protecting macro arguments | Michael Niedermayer | 2017-02-16 | 1 | -2/+2 |
* | opusenc: fix coarse energy quantization with 2 bits left | Rostislav Pehlivanov | 2017-02-15 | 1 | -1/+1 |
* | opus: add a native Opus encoder | Rostislav Pehlivanov | 2017-02-14 | 1 | -0/+1130 |