summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAge
* avcodec: stop using deprecated codec flagsJames Almer2017-03-25
* aacenc: quit when the audio queue reaches 0 rather than keeping track of empt...Rostislav Pehlivanov2016-11-08
* aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov2016-10-18
* aacenc: use the decoder's lcg PRNGRostislav Pehlivanov2016-10-12
* avcodec/aacenc: Tighter input checksMichael Niedermayer2016-08-23
* aacenc: fix various typos and an error messageRostislav Pehlivanov2016-08-13
* aacenc: unmark the fast coder as experimentalRostislav Pehlivanov2016-08-13
* AAC encoder: fix valgrind errorsClaudio Freire2016-04-05
* aacenc: use generational cache instead of resetting.Reimar Döffinger2016-03-08
* aacenc: temporarily disable Mid/Side coding with multichannel filesRostislav Pehlivanov2016-02-13
* aacenc: make a better estimate for the audio bitrate if not providedRostislav Pehlivanov2016-02-12
* avcodec/aacenc: Check all coefficients for finitenessMichael Niedermayer2016-01-20
* aacenc: remove FAAC-like coderRostislav Pehlivanov2016-01-20
* aacenc: mark LTP mode as experimentalRostislav Pehlivanov2016-01-20
* avcodec/aacenc: Check both channels for finitenessMichael Niedermayer2016-01-16
* lavc/aacenc: use isfinite to simplify isnan/isinf logicGanesh Ajjanagadde2016-01-14
* avcodec/aacenc: Check for +-Inf tooMichael Niedermayer2016-01-13
* avcodec/aacenc: mark output as const as its not written toMichael Niedermayer2016-01-13
* avcodec/aacenc: Fix NAN checkMichael Niedermayer2016-01-13
* AAC encoder: don't apply MS on special bandsClaudio Freire2016-01-13
* acenc: remove deprecated avctx->frame_bits useRostislav Pehlivanov2015-12-18
* Merge commit '16216b713f9a21865cc07993961cf5d0ece24916'Hendrik Leppkes2015-12-18
|\
| * lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-07
* | aacenc: switch to using the RNG from libavutilRostislav Pehlivanov2015-12-14
* | aacenc: update max_sfb when num_swb changesAndreas Cadhalpun2015-12-08
* | Merge commit 'b805482b1fba1d82fbe47023a24c9261f18979b6'Hendrik Leppkes2015-12-08
|\|
| * aac: Provide more information on the failure messageLuca Barbato2015-12-05
* | 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