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-08-25avcodec/aac: Add floating point 960/120 MDCT windowPaul B Mahol
2017-03-29Merge commit '39cea6570c11a49b64b2ec8d71e218db03b4c742'Clément Bœsch
2016-11-02aactab: Move extern keyword to the front of array declarationsDiego Biurrun
2016-03-15avcodec/aactab: do not use floats for constantsMarton Balint
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-27aactab.h: fix commentRostislav Pehlivanov
2015-11-27aactab.h: update and correct commentRostislav Pehlivanov
2015-11-27aacenc: make threadsafeRostislav Pehlivanov
2015-10-17aactab: move ltp_coef[] from aacdectab to aactabRostislav Pehlivanov
2015-08-29aac: move the TNS tables from aacdectab to the shared aactabRostislav Pehlivanov
2015-07-25avcodec/aactab: Add ff_aac_eld_window_480_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-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-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-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-26Fix AAC data smuggling:Kostya Shishkov
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-24AAC: Frequency domain prediction and hence Main profile supportAlex Converse
2008-10-02Add (additional) const to many global tables.Reimar Döffinger
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
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
2008-07-27AAC tables and data that have been OKed by MichaelRobert Swain