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
2011-02-15aacdec: Implement LTP support.Young Han Lee
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2010-09-10aacdec: Rework channel mapping compatibility hacks.Alex Converse
2010-06-05Whitespace cosmeticsAlex Converse
2010-06-05aac: Move an initialization macro used only by the decoder out of the header.Alex Converse
2010-06-05aacdec: Rename avccontext to avctx.Alex Converse
2010-06-03aacdec: Work around illegal files with all elem_id tags set to the same value.Alex Converse
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-08Add an HE-AAC v1 decoder.Alex Converse
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-13AAC: Reduce depth of vlc_spectral tables to 2Måns Rullgård
2009-12-02AAC: Add a global header but output not locked output configuration status.Alex Converse
2009-11-04Don't lock the channel output configuration based on the first value seen forAlex Converse
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-07-11Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse
2009-07-09Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse
2009-06-12The internal header libavutil/internal.h should not be used outside libavutil.Diego Biurrun
2009-03-18Move MPEG-4 AOT enum to mpeg4audio.h.Alex Converse
2009-03-06Fix the channel allocation bug/assumption (issue 800).Alex Converse
2009-02-18Add missing #includes to fix 'make checkheaders'.Diego Biurrun
2009-02-02Doxygen defgroups throw a warning if they don't have a title as well as a nameRobert Swain
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-21AAC: Fix AAC prediction when used in conjunction with the CPEAlex Converse
2008-12-10AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård
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-06Correct documentation of ch_select array.Alex Converse
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-22Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain
2008-08-19More OKed AAC decoder code hunksRobert Swain
2008-08-18More OKed AAC decoder code hunksRobert Swain
2008-08-15More OKed AAC decoder hunksRobert Swain
2008-08-15Synchronise AAC decoder code with that from SoCRobert Swain
2008-08-15More OKed sections of AAC decoder codeRobert 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-05AAC definitions and structures that have been OKed from the SoC AAC decoderRobert Swain