summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAge
* avcodec/mpeg4audio: Unavpriv and deduplicate mpeg4audio_sample_ratesAndreas Rheinhardt2022-01-04
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/aacenc: Do not divide by lambda_count if it is 0Michael Niedermayer2021-06-02
* avcodec/aacenc: Use FLT_EPSILON for lambda minimumMichael Niedermayer2021-06-02
* avcodec/aacenc: Avoid 0 lambdaMichael Niedermayer2021-05-29
* aacenc: make the twoloop coder the defaultLynne2021-05-21
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/aac: Share common init code of float decoder and encoderAndreas Rheinhardt2020-12-08
* avcodec/aac*: Make initializing ff_aac_pow*sf_tab thread-safeAndreas Rheinhardt2020-11-24
* put_bits: make avpriv_put_string() lavc-localAnton Khirnov2020-10-28
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-28
* avcodec/aacenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/aacenc: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-06-13
* avcodec: move aacenc profiles to profiles.hMarton Balint2020-05-22
* avcodec/aacenc: report channel layout by nameMoritz Barsnick2018-09-09
* aacenc: use the fast coder as the defaultRostislav Pehlivanov2018-01-13
* aacenc: use the PCE comment field for encoder IDRostislav Pehlivanov2017-11-09
* aacenc: support extended channel layouts using PCEsRostislav Pehlivanov2017-11-09
* Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-01
|\
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-12
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
* | 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