| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/aacencdsp: add AVX version of quantize_bands | James Almer | 2024-06-09 | 1 | -1/+1 |
* | avcodec/aacdec: PredictorState array out of SingleChannelElement | Andreas Rheinhardt | 2024-04-23 | 1 | -0/+14 |
* | avcodec/mips/aaccoder_mips: Remove MIPS-specific aaccoder | Andreas Rheinhardt | 2024-03-18 | 1 | -1/+0 |
* | avcodec/aacenc: Move initializing DSP out of aacenc.c | Andreas Rheinhardt | 2024-03-02 | 1 | -7/+2 |
* | avcodec/aac: Split ChannelElement in decoder and encoder structs | Andreas Rheinhardt | 2024-02-27 | 1 | -0/+89 |
* | lavc/aacencdsp: R-V V abs_pow34 | sunyuechi | 2023-12-11 | 1 | -0/+1 |
* | lvac/aacenc: add ff_aac_dsp_init | sunyuechi | 2023-12-11 | 1 | -0/+1 |
* | aacenc: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -2/+4 |
* | avcodec/aacenc: Move aac_pce_configs to its only user | Andreas Rheinhardt | 2022-08-05 | 1 | -273/+0 |
* | aac: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -31/+33 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+2 |
* | aacenc: support extended channel layouts using PCEs | Rostislav Pehlivanov | 2017-11-09 | 1 | -1/+285 |
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3' | James Almer | 2017-09-26 | 1 | -2/+2 |
|\ |
|
| * | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -2/+2 |
* | | aacenc: quit when the audio queue reaches 0 rather than keeping track of empt... | Rostislav Pehlivanov | 2016-11-08 | 1 | -1/+0 |
* | | aacenc: add SIMD optimizations for abs_pow34 and quantization | Rostislav Pehlivanov | 2016-10-18 | 1 | -0/+6 |
* | | aacenc: use the decoder's lcg PRNG | Rostislav Pehlivanov | 2016-10-12 | 1 | -2/+0 |
* | | aacenc: use generational cache instead of resetting. | Reimar Döffinger | 2016-03-08 | 1 | -2/+3 |
* | | aacenc: remove FAAC-like coder | Rostislav Pehlivanov | 2016-01-20 | 1 | -2/+1 |
* | | acenc: remove deprecated avctx->frame_bits use | Rostislav Pehlivanov | 2015-12-18 | 1 | -0/+1 |
* | | aacenc: switch to using the RNG from libavutil | Rostislav Pehlivanov | 2015-12-14 | 1 | -0/+2 |
* | | aacenc: add support for encoding files using Long Term Prediction | Rostislav Pehlivanov | 2015-10-17 | 1 | -0/+6 |
* | | aacenc: shorten name of ff_aac_adjust_common_prediction | Rostislav Pehlivanov | 2015-10-12 | 1 | -1/+1 |
* | | aacenc: increase size of s->planar_samples[] from 6 to 8 | Rostislav Pehlivanov | 2015-10-12 | 1 | -1/+1 |
* | | aacenc: add support for changing options based on a profile | Rostislav Pehlivanov | 2015-10-12 | 1 | -2/+2 |
* | | AAC encoder: memoize quantize_band_cost | Claudio Freire | 2015-10-12 | 1 | -0/+13 |
* | | AAC encoder: Extensive improvements | Claudio Freire | 2015-10-11 | 1 | -0/+3 |
* | | AAC encoder: tweak rate-distortion logic | Claudio Freire | 2015-09-23 | 1 | -1/+3 |
* | | aacenc: copy PRNG from the decoder | Rostislav Pehlivanov | 2015-09-06 | 1 | -0/+1 |
* | | aacenc_tns: rework coefficient quantization and filter application | Rostislav Pehlivanov | 2015-09-01 | 1 | -1/+1 |
* | | aacenc_tns: rework the way coefficients are calculated | Rostislav Pehlivanov | 2015-08-29 | 1 | -0/+1 |
* | | aacenc_pred: rework the way prediction is done | Rostislav Pehlivanov | 2015-08-29 | 1 | -1/+0 |
* | | aacenc: implement the complete AAC-Main profile | Rostislav Pehlivanov | 2015-08-21 | 1 | -0/+5 |
* | | aacenc_tns: implement temporal noise shaping | Rostislav Pehlivanov | 2015-08-21 | 1 | -0/+3 |
* | | aacenc: do not reject AAC-Main profile | Rostislav Pehlivanov | 2015-08-21 | 1 | -0/+2 |
* | | aaccoder: move the quantization functions to a separate file | Rostislav Pehlivanov | 2015-08-21 | 1 | -1/+1 |
* | | aacenc: create and initialize an LTP context | Rostislav Pehlivanov | 2015-08-21 | 1 | -0/+3 |
* | | aacenc: remove redundant argument from coder functions | Rostislav Pehlivanov | 2015-08-01 | 1 | -3/+3 |
* | | AAC Encoder: clipping avoidance | Claudio Freire | 2015-07-27 | 1 | -1/+1 |
* | | aacenc: move the generation of ff_aac_pow34sf_tab[] | Rostislav Pehlivanov | 2015-07-21 | 1 | -2/+0 |
* | | aacenc: implement Intensity Stereo encoding support | Rostislav Pehlivanov | 2015-07-05 | 1 | -0/+2 |
* | | aaccoder: add a new perceptual noise substitution implementation | Rostislav Pehlivanov | 2015-07-05 | 1 | -0/+1 |
* | | aacenc: use the new function for setting special band scalefactor indices | Rostislav Pehlivanov | 2015-07-05 | 1 | -0/+1 |
* | | aaccoder: Implement Perceptual Noise Substitution for AAC | Rostislav Pehlivanov | 2015-04-15 | 1 | -0/+1 |
* | | avcodec/aacenc: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-29 | 1 | -1/+1 |
* | | avcodec/aacenc: use enum for aac coder. | Michael Niedermayer | 2013-09-12 | 1 | -6/+8 |
* | | aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macros | Timothy Gu | 2013-09-12 | 1 | -1/+6 |
* | | mips: Optimization of AAC coefficients encoder functions | Bojan Zivkovic | 2013-03-20 | 1 | -0/+2 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|