summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/aacenc: report channel layout by nameMoritz Barsnick2018-09-091-2/+4
* aacenc: use the fast coder as the defaultRostislav Pehlivanov2018-01-131-2/+2
* aacenc: use the PCE comment field for encoder IDRostislav Pehlivanov2017-11-091-6/+16
* aacenc: support extended channel layouts using PCEsRostislav Pehlivanov2017-11-091-6/+63
* Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-011-4/+4
|\
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-121-4/+4
| * Mark some arrays that never change as const.Anton Khirnov2017-02-011-2/+2
* | avcodec: stop using deprecated codec flagsJames Almer2017-03-251-1/+1
* | aacenc: quit when the audio queue reaches 0 rather than keeping track of empt...Rostislav Pehlivanov2016-11-081-6/+3
* | aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov2016-10-181-0/+6
* | aacenc: use the decoder's lcg PRNGRostislav Pehlivanov2016-10-121-1/+1
* | avcodec/aacenc: Tighter input checksMichael Niedermayer2016-08-231-2/+2
* | aacenc: fix various typos and an error messageRostislav Pehlivanov2016-08-131-1/+1
* | aacenc: unmark the fast coder as experimentalRostislav Pehlivanov2016-08-131-2/+2
* | AAC encoder: fix valgrind errorsClaudio Freire2016-04-051-2/+16
* | aacenc: use generational cache instead of resetting.Reimar Döffinger2016-03-081-5/+4
* | aacenc: temporarily disable Mid/Side coding with multichannel filesRostislav Pehlivanov2016-02-131-0/+4
* | aacenc: make a better estimate for the audio bitrate if not providedRostislav Pehlivanov2016-02-121-15/+31
* | avcodec/aacenc: Check all coefficients for finitenessMichael Niedermayer2016-01-201-11/+6
* | aacenc: remove FAAC-like coderRostislav Pehlivanov2016-01-201-4/+1
* | aacenc: mark LTP mode as experimentalRostislav Pehlivanov2016-01-201-0/+3
* | avcodec/aacenc: Check both channels for finitenessMichael Niedermayer2016-01-161-8/+8
* | lavc/aacenc: use isfinite to simplify isnan/isinf logicGanesh Ajjanagadde2016-01-141-8/+9
* | avcodec/aacenc: Check for +-Inf tooMichael Niedermayer2016-01-131-9/+9
* | avcodec/aacenc: mark output as const as its not written toMichael Niedermayer2016-01-131-1/+1
* | avcodec/aacenc: Fix NAN checkMichael Niedermayer2016-01-131-1/+9
* | AAC encoder: don't apply MS on special bandsClaudio Freire2016-01-131-2/+2
* | acenc: remove deprecated avctx->frame_bits useRostislav Pehlivanov2015-12-181-6/+3
* | Merge commit '16216b713f9a21865cc07993961cf5d0ece24916'Hendrik Leppkes2015-12-181-0/+6
|\ \ | |/
| * lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-071-4/+8
* | aacenc: switch to using the RNG from libavutilRostislav Pehlivanov2015-12-141-1/+1
* | aacenc: update max_sfb when num_swb changesAndreas Cadhalpun2015-12-081-0/+1
* | Merge commit 'b805482b1fba1d82fbe47023a24c9261f18979b6'Hendrik Leppkes2015-12-081-1/+3
|\ \ | |/
| * aac: Provide more information on the failure messageLuca Barbato2015-12-051-1/+3
* | aacenc: move the TNS search and filtering before PNSRostislav Pehlivanov2015-12-061-2/+2
* | aacenc: fix aac_pred option triggering an errorRostislav Pehlivanov2015-12-051-1/+1
* | aacenc: remove the experimental flagRostislav Pehlivanov2015-12-051-2/+1
* | aacenc: mark coders other than twoloop as experimentalRostislav Pehlivanov2015-12-051-0/+2
* | aacenc: mark the "faac"-like coder for removalRostislav Pehlivanov2015-12-051-0/+2
* | mips: rename mipsdspr1 to mipsdspVicente Olivert Riera2015-12-041-1/+1
* | AAC encoder: improve SF range utilizationClaudio Freire2015-12-021-1/+1
* | aacenc: fix broken build with hardcoded tablesRostislav Pehlivanov2015-11-271-1/+6
* | aac: temporarily un-share aac_table_init AVOnce variableRostislav Pehlivanov2015-11-271-0/+3
* | aacenc: make threadsafeRostislav Pehlivanov2015-11-271-1/+3
* | AAC encoder: Fix application of M/S with PNSClaudio Freire2015-11-261-1/+7
* | avcodec/aacenc: Fix "libavcodec/aacenc.c:540:13: warning: ISO C90 forbids mix...Michael Niedermayer2015-10-171-1/+1
* | aacenc_tns: enable Temporal Noise Shaping by defaultRostislav Pehlivanov2015-10-171-1/+1
* | aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov2015-10-171-72/+38
* | aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov2015-10-171-0/+43
* | aacenc: (re)enable Mid/Side coding by defaultRostislav Pehlivanov2015-10-171-1/+1
OpenPOWER on IntegriCloud