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
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
2015-11-28aacenc: fix broken build with hardcoded tablesRostislav Pehlivanov
2015-11-27aac: temporarily un-share aac_table_init AVOnce variableRostislav Pehlivanov
2015-11-27aacenc: make threadsafeRostislav Pehlivanov
2015-11-26AAC encoder: Fix application of M/S with PNSClaudio Freire
2015-10-17avcodec/aacenc: Fix "libavcodec/aacenc.c:540:13: warning: ISO C90 forbids mix...Michael Niedermayer
2015-10-17aacenc_tns: enable Temporal Noise Shaping by defaultRostislav Pehlivanov
2015-10-17aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov
2015-10-17aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov
2015-10-17aacenc: (re)enable Mid/Side coding by defaultRostislav Pehlivanov
2015-10-17aacenc: correctly zero prediction_used arrayRostislav Pehlivanov
2015-10-17aacenc: slightly simplify and remove a redundant variableRostislav Pehlivanov