summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAge
* aacenc: move the TNS search and filtering before PNSRostislav Pehlivanov2015-12-06
* aacenc: fix aac_pred option triggering an errorRostislav Pehlivanov2015-12-05
* aacenc: remove the experimental flagRostislav Pehlivanov2015-12-05
* aacenc: mark coders other than twoloop as experimentalRostislav Pehlivanov2015-12-05
* aacenc: mark the "faac"-like coder for removalRostislav Pehlivanov2015-12-05
* mips: rename mipsdspr1 to mipsdspVicente Olivert Riera2015-12-04
* AAC encoder: improve SF range utilizationClaudio Freire2015-12-02
* aacenc: fix broken build with hardcoded tablesRostislav Pehlivanov2015-11-27
* aac: temporarily un-share aac_table_init AVOnce variableRostislav Pehlivanov2015-11-27
* aacenc: make threadsafeRostislav Pehlivanov2015-11-27
* AAC encoder: Fix application of M/S with PNSClaudio Freire2015-11-26
* avcodec/aacenc: Fix "libavcodec/aacenc.c:540:13: warning: ISO C90 forbids mix...Michael Niedermayer2015-10-17
* aacenc_tns: enable Temporal Noise Shaping by defaultRostislav Pehlivanov2015-10-17
* aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov2015-10-17
* aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov2015-10-17
* aacenc: (re)enable Mid/Side coding by defaultRostislav Pehlivanov2015-10-17
* aacenc: correctly zero prediction_used arrayRostislav Pehlivanov2015-10-17
* aacenc: slightly simplify and remove a redundant variableRostislav Pehlivanov2015-10-17
* aacenc: indicate that TNS is off by defaultRostislav Pehlivanov2015-10-17
* aacenc: shorten name of ff_aac_adjust_common_predictionRostislav Pehlivanov2015-10-12
* aacenc: add support for changing options based on a profileRostislav Pehlivanov2015-10-12
* aacenc: add support for encoding 7.1 channel audioRostislav Pehlivanov2015-10-12
* AAC encoder: memoize quantize_band_costClaudio Freire2015-10-12
* AAC encoder: Extensive improvementsClaudio Freire2015-10-11
* AAC encoder: tweak rate-distortion logicClaudio Freire2015-09-23
* avcodec/aacenc: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-08
* aacenc: copy PRNG from the decoderRostislav Pehlivanov2015-09-06
* aacenc: reorder coding toolsRostislav Pehlivanov2015-09-02
* aacenc: disable bandtype modifying extensions when coder != twoloopRostislav Pehlivanov2015-09-01
* aacenc: Enable Intensity Stereo by defaultRostislav Pehlivanov2015-09-01
* aacenc: Enable Perceptual Noise Substitution by defaultRostislav Pehlivanov2015-09-01
* aacenc: reorder resetting of cpe->common_windowRostislav Pehlivanov2015-09-01
* aacenc_tns: rework coefficient quantization and filter applicationRostislav Pehlivanov2015-09-01
* aacenc: allocate a larger buffer for the TNS LPC contextRostislav Pehlivanov2015-09-01
* aacenc: populate tns_max_bandsRostislav Pehlivanov2015-09-01
* aacenc: initialize LPC context with MAX_LPC_ORDERRostislav Pehlivanov2015-08-29
* aacenc: remove TNS from the todo listRostislav Pehlivanov2015-08-29
* aacenc_tns: rework the way coefficients are calculatedRostislav Pehlivanov2015-08-29
* aacenc_pred: rework the way prediction is doneRostislav Pehlivanov2015-08-29
* aacenc: change FF_PROFILE_UNKNOWN to AAC-Main if prediction is enabledRostislav Pehlivanov2015-08-29
* aacenctab: Add missing ff_ prefixesTimothy Gu2015-08-22
* aacenc: treat unknown profile as AAC-LCRostislav Pehlivanov2015-08-21
* aacenc: implement the complete AAC-Main profileRostislav Pehlivanov2015-08-21
* aacenc_tns: implement temporal noise shapingRostislav Pehlivanov2015-08-21
* aacenc: do not reject AAC-Main profileRostislav 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: create and initialize an LTP contextRostislav Pehlivanov2015-08-21
* aacenc: populate the sce->ics.swb_offset table pointerRostislav Pehlivanov2015-08-21
* aacenc: reset special bands in the main frame encoding functionRostislav Pehlivanov2015-08-21