Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2020-12-08avcodec/aac: Share common init code of float decoder and encoderAndreas Rheinhardt
2020-11-24avcodec/aac*: Make initializing ff_aac_pow*sf_tab thread-safeAndreas Rheinhardt
2020-10-28put_bits: make avpriv_put_string() lavc-localAnton Khirnov
2020-10-28put_bits: make avpriv_align_put_bits() inlineAnton Khirnov
2020-06-13avcodec/aacenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/aacenc: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2020-05-22avcodec: move aacenc profiles to profiles.hMarton Balint
2018-09-09avcodec/aacenc: report channel layout by nameMoritz Barsnick
2018-01-13aacenc: use the fast coder as the defaultRostislav Pehlivanov
2017-11-09aacenc: use the PCE comment field for encoder IDRostislav Pehlivanov
2017-11-09aacenc: support extended channel layouts using PCEsRostislav Pehlivanov
2017-11-02Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer
2017-06-12Convert all AVClass struct declarations to designated initializers.Diego Biurrun
2017-03-26avcodec: stop using deprecated codec flagsJames Almer
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-11-08aacenc: quit when the audio queue reaches 0 rather than keeping track of empt...Rostislav Pehlivanov
2016-10-18aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov
2016-10-12aacenc: use the decoder's lcg PRNGRostislav Pehlivanov
2016-08-23avcodec/aacenc: Tighter input checksMichael Niedermayer
2016-08-13aacenc: fix various typos and an error messageRostislav Pehlivanov
2016-08-13aacenc: unmark the fast coder as experimentalRostislav Pehlivanov
2016-04-06AAC encoder: fix valgrind errorsClaudio Freire
2016-03-09aacenc: use generational cache instead of resetting.Reimar Döffinger
2016-02-13aacenc: temporarily disable Mid/Side coding with multichannel filesRostislav Pehlivanov
2016-02-12aacenc: make a better estimate for the audio bitrate if not providedRostislav Pehlivanov
2016-01-20avcodec/aacenc: Check all coefficients for finitenessMichael Niedermayer
2016-01-20aacenc: remove FAAC-like coderRostislav Pehlivanov
2016-01-20aacenc: mark LTP mode as experimentalRostislav Pehlivanov
2016-01-16avcodec/aacenc: Check both channels for finitenessMichael Niedermayer
2016-01-15lavc/aacenc: use isfinite to simplify isnan/isinf logicGanesh Ajjanagadde
2016-01-14avcodec/aacenc: Check for +-Inf tooMichael Niedermayer
2016-01-13avcodec/aacenc: mark output as const as its not written toMichael Niedermayer
2016-01-13avcodec/aacenc: Fix NAN checkMichael Niedermayer
2016-01-13AAC encoder: don't apply MS on special bandsClaudio Freire
2015-12-18acenc: remove deprecated avctx->frame_bits useRostislav Pehlivanov
2015-12-18Merge commit '16216b713f9a21865cc07993961cf5d0ece24916'Hendrik Leppkes
2015-12-14aacenc: switch to using the RNG from libavutilRostislav Pehlivanov
2015-12-09aacenc: update max_sfb when num_swb changesAndreas Cadhalpun
2015-12-08Merge commit 'b805482b1fba1d82fbe47023a24c9261f18979b6'Hendrik Leppkes
2015-12-07lavc: Drop exporting 2-pass encoding statsVittorio Giovara
2015-12-06aacenc: move the TNS search and filtering before PNSRostislav Pehlivanov
2015-12-05aacenc: fix aac_pred option triggering an errorRostislav Pehlivanov
2015-12-05aacenc: remove the experimental flagRostislav Pehlivanov
2015-12-05aacenc: mark coders other than twoloop as experimentalRostislav Pehlivanov
2015-12-05aacenc: mark the "faac"-like coder for removalRostislav Pehlivanov
2015-12-05aac: Provide more information on the failure messageLuca Barbato
2015-12-04mips: rename mipsdspr1 to mipsdspVicente Olivert Riera
2015-12-02AAC encoder: improve SF range utilizationClaudio Freire