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
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-07-22Remove unnecessary mem.h inclusionsAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-12-08avcodec/aactab: Make AAC encoder and decoders actually init-threadsafeAndreas Rheinhardt
2020-12-08avcodec/aac: Share common init code of float decoder and encoderAndreas Rheinhardt
2020-12-08avcodec/aacdec, aactab: Move kbd tables to their only userAndreas Rheinhardt
2020-11-24avcodec/aac*: Make initializing ff_aac_pow*sf_tab thread-safeAndreas Rheinhardt
2017-08-25avcodec/aac: Add floating point 960/120 MDCT windowPaul B Mahol
2015-11-28avcodec/aac_tablegen: get rid of hardcoded tables entirelyGanesh Ajjanagadde
2015-11-27aac: temporarily un-share aac_table_init AVOnce variableRostislav Pehlivanov
2015-11-27aacenc: make threadsafeRostislav Pehlivanov
2015-07-25avcodec/aactab: Add ff_aac_eld_window_480_fixedMichael Niedermayer
2015-07-25avcodec/aactab: Fix rounding of elements in ff_aac_eld_window_512_fixedMichael Niedermayer
2015-07-09libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4]Jovan Zelincevic
2015-02-04Merge commit '7640c4a371a97899dfb443d980fd0bf8ac587754'Michael Niedermayer
2015-02-04aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen
2014-01-05Merge commit '7f29644108c5fbd80f160930b31b78b8704c1a49'Michael Niedermayer
2014-01-05Merge commit 'b2212dec0f011893ec68eecaa990170fa24050d7'Michael Niedermayer
2014-01-05aac: Fix low delay windowing.Alex Converse
2014-01-05aac: Fix TNS decoding for the 512 sample window family.Alex Converse
2013-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-23aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse
2013-09-19Merge commit '1914e6f010b3320025c7b692aaea51d9b9a992a8'Michael Niedermayer
2013-09-18aacdec: Add support for LD (Low Delay) AACAlex Converse
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-23aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-20remove tables of codebook vector values which are contained inStefan Gehrer
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-13AAC: Compress codebook tables and optimise sign bit handlingMåns Rullgård
2009-09-22AAC: use new dsputil functionsMåns Rullgård
2009-09-06ff_swb_offset_* tables should be const.Reimar Döffinger
2009-06-13Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse
2009-02-12Add support for sample rate index 12, 7350 HzAlex Converse
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-24AAC: Frequency domain prediction and hence Main profile supportAlex Converse
2008-11-05Fix perceptual noise shaping scaling including an oversight of the offset forAlex Converse
2008-10-02Add (additional) const to many global tables.Reimar Döffinger
2008-08-15More OKed AAC decoder hunksRobert Swain
2008-08-15Synchronise AAC decoder code with that from SoCRobert Swain
2008-08-11More OKed hunks of the AAC decoder from SoCRobert Swain
2008-08-09Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain
2008-08-05Move shared tables to aactab.c and add declarations to aactab.h. Also sync withRobert Swain