| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4' | Michael Niedermayer | 2013-01-23 | 1 | -1/+0 |
|\| |
|
| * | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-08 | 1 | -0/+2 |
|\| |
|
| * | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -1/+2 |
|\| |
|
| * | aacenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-24 | 1 | -1/+8 |
|\| |
|
| * | aacenc: Deinterleave input samples before processing. | Nathan Caldwell | 2012-01-23 | 1 | -1/+5 |
| * | aacenc: Store channel count in AACEncContext. | Nathan Caldwell | 2012-01-23 | 1 | -0/+1 |
| * | aacenc: Move Q^3/4 calculation to it's own table | Nathan Caldwell | 2012-01-23 | 1 | -0/+2 |
| * | aacenc: Request normalized float samples instead of converting s16 samples to... | Nathan Caldwell | 2012-01-23 | 1 | -1/+1 |
* | | aacenc: make the aac coder user choosable. | Michael Niedermayer | 2011-11-27 | 1 | -0/+1 |
* | | aacenc: add AAC_CODER_NB | Michael Niedermayer | 2011-11-27 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-01 | 1 | -1/+1 |
|\| |
|