summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder.c
Commit message (Expand)AuthorAge
* avcodec/aacenc_quantization: Deduplicate quantization functionsAndreas Rheinhardt2022-08-05
* avcodec/aacenc_quantization: Remove always-zero function parameterAndreas Rheinhardt2022-08-05
* aac: convert to new channel layout APIAnton Khirnov2022-03-15
* all: Remove unused-but-set variablesAndreas Rheinhardt2021-12-03
* avcodec/aaccoder: Add minimal bias in search_for_ms()Michael Niedermayer2021-07-31
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-26
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
* | avcodec: stop using deprecated codec flagsJames Almer2017-03-25
* | aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov2016-10-18
* | aacenc: use the decoder's lcg PRNGRostislav Pehlivanov2016-10-12
* | aacenc: fix various typos and an error messageRostislav Pehlivanov2016-08-13
* | aacenc: add a faster version of twoloop as the "fast" coderRostislav Pehlivanov2016-08-13
* | 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