summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder.c
Commit message (Expand)AuthorAge
* aacenc: remove FAAC-like coderRostislav Pehlivanov2016-01-20
* AAC encoder: enforce SF delta in PNS and IS SFsClaudio Freire2016-01-17
* AAC encoder: various fixes in M/S codingClaudio Freire2016-01-13
* AAC encoder: avoid assertion failure on PNSClaudio Freire2016-01-13
* AAC encoder: fix possible assertion failure in PNSClaudio Freire2015-12-22
* aacenc: switch to using the RNG from libavutilRostislav Pehlivanov2015-12-14
* AAC encoder: fix OOB access in search_for_pnsClaudio Freire2015-12-09
* AAC encoder: ANMR, avoid empty search rangesClaudio Freire2015-12-04
* aaccoder: prevent crash of anmr coderAndreas Cadhalpun2015-12-05
* AAC encoder: improve SF range utilizationClaudio Freire2015-12-02
* 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