summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder.c
Commit message (Expand)AuthorAge
* avcodec/aac_tablegen: get rid of hardcoded tables entirelyGanesh Ajjanagadde2015-11-28
* AAC encoder: Fix application of M/S with PNSClaudio Freire2015-11-26
* aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov2015-10-17
* aacenc: shorten name of ff_aac_adjust_common_predictionRostislav Pehlivanov2015-10-12
* AAC encoder: Extensive improvementsClaudio Freire2015-10-11
* AAC encoder: fix OOB access in search_for_pnsClaudio Freire2015-09-26
* AAC encoder: tweak PNS usage to be more aggressiveClaudio Freire2015-09-25
* AAC encoder: refactor to resynchronize MIPS portClaudio Freire2015-09-16
* aaccoder: respect cutoff when marking bands as PNSRostislav Pehlivanov2015-09-11
* aaccoder: tweak PNS implementation furtherRostislav Pehlivanov2015-09-09
* aaccoder: add frequency scaling and quantization correction for PNSRostislav Pehlivanov2015-09-07
* aaccoder: rewrite PNS implementationRostislav Pehlivanov2015-09-06
* aaccoder: use roundf() instead of ceilf()Rostislav Pehlivanov2015-09-06
* aacenc_tns: rework the way coefficients are calculatedRostislav Pehlivanov2015-08-29
* aacenc_pred: rework the way prediction is doneRostislav Pehlivanov2015-08-29
* aacenc: Add missing ff_ prefixesTimothy Gu2015-08-22
* aacenc: implement the complete AAC-Main profileRostislav Pehlivanov2015-08-21
* aacenc_tns: implement temporal noise shapingRostislav Pehlivanov2015-08-21
* aaccoder: move the Intensity Stereo implementation outRostislav Pehlivanov2015-08-21
* aaccoder: move the quantization functions to a separate fileRostislav Pehlivanov2015-08-21
* aacenc: reset special bands in the main frame encoding functionRostislav Pehlivanov2015-08-21
* aacenc: coding style changesRostislav Pehlivanov2015-08-21
* aacenc: Move small misc. functions to a separate fileRostislav Pehlivanov2015-08-11
* aacenc: Move local encoder specific tables to a separate fileRostislav Pehlivanov2015-08-07
* aacenc: remove redundant argument from coder functionsRostislav Pehlivanov2015-08-01
* AAC Encoder: clipping avoidanceClaudio Freire2015-07-27
* aacenc: move the generation of ff_aac_pow34sf_tab[]Rostislav Pehlivanov2015-07-21
* aacenc: implement Intensity Stereo encoding supportRostislav Pehlivanov2015-07-05
* aaccoder: add a new perceptual noise substitution implementationRostislav Pehlivanov2015-07-05
* aaccoder: remove previous PNS implementation from twoloopRostislav Pehlivanov2015-07-05
* aacenc: use the new function for setting special band scalefactor indicesRostislav Pehlivanov2015-07-05
* aaccoder: fix M/S codingRostislav Pehlivanov2015-07-03
* aacenc: add support for coding of intensity stereo scalefactor indicesRostislav Pehlivanov2015-06-29
* aaccoder: add intensity stereo support to encode_window_bands_info quantizerRostislav Pehlivanov2015-06-28
* aaccoder: add intensity stereo coding support for the trellis quantizerRostislav Pehlivanov2015-06-28
* aaccoder: use put_sbits()James Almer2015-04-18
* aaccoder: Implement Perceptual Noise Substitution for AACRostislav Pehlivanov2015-04-15
* AAC: Fix M/S stereo encodingClaudio Freire2015-03-03
* Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer2015-02-21
|\
| * libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-21
| * aacenc: Fix target bitrate for twoloop quantiser searchClaudio Freire2013-05-14
* | Add missing "const" all over the place.Reimar Döffinger2014-08-29
* | aaccoder: remove unused assignmentTimothy Gu2014-07-16
* | aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macrosTimothy Gu2013-09-12
* | AAC encoder: Fix rate control on twoloop.Claudio Freire2013-05-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-01
|\|
| * avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
| * aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger2012-04-17
* | aaccoder: switch to av_assertMichael Niedermayer2012-09-04
* | search_for_quantizers_faac: fix curbandMichael Niedermayer2012-06-06