| Commit message (Expand) | Author | Age | Files | Lines |
* | aaccoder: prevent crash of anmr coder | Andreas Cadhalpun | 2015-12-17 | 1 | -1/+1 |
* | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-24 | 1 | -17/+18 |
|\| |
|
| * | aacenc: Move Q^3/4 calculation to it's own table | Nathan Caldwell | 2012-01-23 | 1 | -3/+4 |
| * | aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make ... | Nathan Caldwell | 2012-01-23 | 1 | -14/+14 |
* | | aacenc: add AAC_CODER_NB | Michael Niedermayer | 2011-11-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-23 | 1 | -1/+1 |
|\| |
|
| * | Add libavutil/mathematics.h #includes for INFINITY | Mans Rullgard | 2011-11-22 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-30 | 1 | -7/+7 |
|\| |
|
| * | psymodel: Add channels and channel groups to the psymodel. | Nathan Caldwell | 2011-06-29 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-29 | 1 | -4/+20 |
|\| |
|