OSDN Git Service

libx264: add 'partitions' private option
[coroid/libav_saccubus.git] / libavcodec / aac.h
2011-08-26 Diego Biurrundoxygen: fix wrong comment syntax, //< vs. ///<
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-05-15 Justin Rugglesaacdec: Use float instead of int16_t for ltp_state...
2011-04-27 Alex Converseaacdec: remove sf_scale and sf_offset.
2011-04-27 Alex ConverseDefine POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-22 Young Han Leeaacdec: Reduce the size of buf_mdct.
2011-02-15 Young Han Leeaacdec: Implement LTP support.
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2010-09-10 Alex Converseaacdec: Rework channel mapping compatibility hacks.
2010-06-05 Alex ConverseWhitespace cosmetics
2010-06-05 Alex Converseaac: Move an initialization macro used only by the...
2010-06-05 Alex Converseaacdec: Rename avccontext to avctx.
2010-06-03 Alex Converseaacdec: Work around illegal files with all elem_id...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-08 Alex ConverseAdd an HE-AAC v1 decoder.
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-13 Måns RullgårdAAC: Reduce depth of vlc_spectral tables to 2
2009-12-02 Alex ConverseAAC: Add a global header but output not locked output...
2009-11-03 Alex ConverseDon't lock the channel output configuration based on...
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-07-10 Alex ConverseIgnore subsequent channel configurations after the...
2009-07-08 Alex ConverseMerge the AAC encoder from SoC svn. It is still conside...
2009-06-11 Diego BiurrunThe internal header libavutil/internal.h should not...
2009-03-18 Alex ConverseMove MPEG-4 AOT enum to mpeg4audio.h.
2009-03-06 Alex ConverseFix the channel allocation bug/assumption (issue 800).
2009-02-17 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2009-02-02 Robert SwainDoxygen defgroups throw a warning if they don't have...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-21 Alex ConverseAAC: Fix AAC prediction when used in conjunction with...
2008-12-10 Måns RullgårdAAC: move scratch array to context to ensure 16-byte...
2008-11-24 Alex ConverseAAC: Frequency domain prediction and hence Main profile...
2008-11-05 Alex ConverseFix perceptual noise shaping scaling including an overs...
2008-10-06 Alex ConverseCorrect documentation of ch_select array.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-22 Robert SwainUse ff_imdct_half() and vector_fmul_window() for IMDCT...
2008-08-18 Robert SwainMore OKed AAC decoder code hunks
2008-08-18 Robert SwainMore OKed AAC decoder code hunks
2008-08-15 Robert SwainMore OKed AAC decoder hunks
2008-08-15 Robert SwainSynchronise AAC decoder code with that from SoC
2008-08-15 Robert SwainMore OKed sections of AAC decoder code
2008-08-11 Robert SwainMore OKed hunks of the AAC decoder from SoC
2008-08-09 Robert SwainSync already committed code with that in SoC and commit...
2008-08-05 Robert SwainAAC definitions and structures that have been OKed...