OSDN Git Service

Add AVX FFT implementation.
[coroid/libav_saccubus.git] / libavcodec / wmaenc.c
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-24 Reimar DöffingerUse "const" qualifier for pointers that point to input...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-19 Stefan Gehrerremove a Huffman table from WMA which also exists in AAC
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-06-20 Sascha SommerIntroduce WMACoef typedef for decoded coefficients
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-02-19 Michael NiedermayerA try to fix the regressions.
2008-10-02 Diego PettenòIntel C compiler warns on this assignment in this if...
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-02-15 Benjamin Larssonsilence wmaenc.c:181: warning:suggestparentheses around...
2007-12-17 Michael Niedermayerclarify FIXME
2007-07-08 Måns Rullgårdtrivial warning fixes
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-03-26 Ian BraithwaiteOptimize by building the mdct window and multipying...
2007-03-08 Michael Niedermayerbitrate sanity check (fixes assertion failure)
2007-02-27 Michel BardiauxRename WMADecodeContext to WMACodecContext
2007-02-27 Michel BardiauxSupply context to tprintf
2007-02-06 Michael Niedermayerworkaround sign bug
2007-02-06 Michael Niedermayer10l use of uninitalized var
2007-02-06 Michael Niedermayerwma encoder