summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* wma.h: #include "avcodec.h"Anton Khirnov2015-03-03
* lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-28
* build: Split WMA frequencies into a separate object fileDiego Biurrun2014-09-04
* wma: K&R formatting cosmeticsGabriel Dume2014-09-03
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles2013-02-12
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-01
* wmaenc: use float planar sample formatJustin Ruggles2012-10-06
* wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-07
* wma: fix invalid buffer size assumptions causing random overreads.Ronald S. Bultje2012-03-02
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-19
* Export wma_critical_freqs as ff_wma_critical_freqsDaniel Verkamp2010-01-23
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-29
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Add support for escape coded wmapro run level coefficientsSascha Sommer2009-06-20
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-20
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-12
* Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer2009-06-12
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* remove mdct tmp bufferLoren Merritt2008-08-12
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* trivial warning fixesMåns Rullgård2007-07-08
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-04
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-26
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-27
* Supply context to tprintfMichel Bardiaux2007-02-27
* doxygenizeMichael Niedermayer2007-02-07
* wma encoderMichael Niedermayer2007-02-06