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
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-23aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse
2013-09-18aacdec: Add support for LD (Low Delay) AACAlex Converse
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