| Commit message (Expand) | Author | Age | Files | Lines |
* | aacenc: shorten name of ff_aac_adjust_common_prediction | Rostislav Pehlivanov | 2015-10-12 | 1 | -4/+4 |
* | AAC encoder: Extensive improvements | Claudio Freire | 2015-10-11 | 1 | -56/+241 |
* | AAC encoder: fix OOB access in search_for_pns | Claudio Freire | 2015-09-26 | 1 | -3/+3 |
* | AAC encoder: tweak PNS usage to be more aggressive | Claudio Freire | 2015-09-25 | 1 | -26/+21 |
* | AAC encoder: refactor to resynchronize MIPS port | Claudio Freire | 2015-09-16 | 1 | -280/+4 |
* | aaccoder: respect cutoff when marking bands as PNS | Rostislav Pehlivanov | 2015-09-11 | 1 | -5/+2 |
* | aaccoder: tweak PNS implementation further | Rostislav Pehlivanov | 2015-09-09 | 1 | -28/+24 |
* | aaccoder: add frequency scaling and quantization correction for PNS | Rostislav Pehlivanov | 2015-09-07 | 1 | -11/+17 |
* | aaccoder: rewrite PNS implementation | Rostislav Pehlivanov | 2015-09-06 | 1 | -25/+76 |
* | aaccoder: use roundf() instead of ceilf() | Rostislav Pehlivanov | 2015-09-06 | 1 | -2/+2 |
* | aacenc_tns: rework the way coefficients are calculated | Rostislav Pehlivanov | 2015-08-29 | 1 | -0/+4 |
* | aacenc_pred: rework the way prediction is done | Rostislav Pehlivanov | 2015-08-29 | 1 | -4/+0 |
* | aacenc: Add missing ff_ prefixes | Timothy Gu | 2015-08-22 | 1 | -32/+32 |
* | aacenc: implement the complete AAC-Main profile | Rostislav Pehlivanov | 2015-08-21 | 1 | -0/+21 |
* | aacenc_tns: implement temporal noise shaping | Rostislav Pehlivanov | 2015-08-21 | 1 | -0/+9 |
* | aaccoder: move the Intensity Stereo implementation out | Rostislav Pehlivanov | 2015-08-21 | 1 | -99/+3 |
* | aaccoder: move the quantization functions to a separate file | Rostislav Pehlivanov | 2015-08-21 | 1 | -217/+1 |
* | aacenc: reset special bands in the main frame encoding function | Rostislav Pehlivanov | 2015-08-21 | 1 | -5/+0 |
* | aacenc: coding style changes | Rostislav Pehlivanov | 2015-08-21 | 1 | -16/+16 |
* | aacenc: Move small misc. functions to a separate file | Rostislav Pehlivanov | 2015-08-11 | 1 | -75/+1 |
* | aacenc: Move local encoder specific tables to a separate file | Rostislav Pehlivanov | 2015-08-07 | 1 | -31/+1 |
* | aacenc: remove redundant argument from coder functions | Rostislav Pehlivanov | 2015-08-01 | 1 | -6/+6 |
* | AAC Encoder: clipping avoidance | Claudio Freire | 2015-07-27 | 1 | -38/+70 |
* | aacenc: move the generation of ff_aac_pow34sf_tab[] | Rostislav Pehlivanov | 2015-07-21 | 1 | -0/+1 |
* | aacenc: implement Intensity Stereo encoding support | Rostislav Pehlivanov | 2015-07-05 | 1 | -1/+106 |
* | aaccoder: add a new perceptual noise substitution implementation | Rostislav Pehlivanov | 2015-07-05 | 1 | -1/+51 |
* | aaccoder: remove previous PNS implementation from twoloop | Rostislav Pehlivanov | 2015-07-05 | 1 | -26/+3 |
* | aacenc: use the new function for setting special band scalefactor indices | Rostislav Pehlivanov | 2015-07-05 | 1 | -0/+4 |
* | aaccoder: fix M/S coding | Rostislav Pehlivanov | 2015-07-03 | 1 | -7/+8 |
* | aacenc: add support for coding of intensity stereo scalefactor indices | Rostislav Pehlivanov | 2015-06-29 | 1 | -0/+37 |
* | aaccoder: add intensity stereo support to encode_window_bands_info quantizer | Rostislav Pehlivanov | 2015-06-28 | 1 | -6/+14 |
* | aaccoder: add intensity stereo coding support for the trellis quantizer | Rostislav Pehlivanov | 2015-06-28 | 1 | -35/+34 |
* | aaccoder: use put_sbits() | James Almer | 2015-04-18 | 1 | -1/+1 |
* | aaccoder: Implement Perceptual Noise Substitution for AAC | Rostislav Pehlivanov | 2015-04-15 | 1 | -37/+99 |
* | AAC: Fix M/S stereo encoding | Claudio Freire | 2015-03-03 | 1 | -3/+3 |
* | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' | Michael Niedermayer | 2015-02-21 | 1 | -2/+2 |
|\ |
|
| * | libavcodec: Make use of av_clip functions | Peter Meerwald | 2015-02-21 | 1 | -2/+2 |
| * | aacenc: Fix target bitrate for twoloop quantiser search | Claudio Freire | 2013-05-14 | 1 | -1/+1 |
* | | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | | aaccoder: remove unused assignment | Timothy Gu | 2014-07-16 | 1 | -2/+0 |
* | | aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macros | Timothy Gu | 2013-09-12 | 1 | -4/+4 |
* | | AAC encoder: Fix rate control on twoloop. | Claudio Freire | 2013-05-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -3/+0 |
|\| |
|
| * | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -3/+0 |
| * | aacenc: Fix issues with huge values of bit_rate. | Reimar Döffinger | 2012-04-17 | 1 | -0/+3 |
* | | aaccoder: switch to av_assert | Michael Niedermayer | 2012-09-04 | 1 | -1/+1 |
* | | search_for_quantizers_faac: fix curband | Michael Niedermayer | 2012-06-06 | 1 | -1/+1 |
* | | aacenc: Fix issues with huge values of bit_rate. | Reimar Döffinger | 2012-04-07 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 1 | -2/+1 |
|\| |
|
| * | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |