]> git.sesse.net Git - ffmpeg/history - libavcodec/wma.h
g726dec: set channel layout at initialization instead of validating it
[ffmpeg] / libavcodec / wma.h
2012-10-06 Justin Ruggleswmaenc: use float planar sample format
2012-03-07 Diego Biurrunwma: Refactor common code to fix standalone compilation...
2012-03-02 Ronald S. Bultjewma: fix invalid buffer size assumptions causing random...
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
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-02-19 Stefan Gehrerremove a Huffman table from WMA which also exists in AAC
2010-01-23 Daniel VerkampExport wma_critical_freqs as ff_wma_critical_freqs
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-09-29 Måns RullgårdWMA: store level_table as floats, use type punning...
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-06-20 Sascha SommerAdd support for escape coded wmapro run level coefficients
2009-06-20 Sascha SommerIntroduce WMACoef typedef for decoded coefficients
2009-06-12 Sascha SommerMove run level decode functionality to ff_wma_run_level...
2009-06-12 Sascha SommerMove frame len bits calculation to ff_wma_get_frame_len...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-12 Loren Merrittremove mdct tmp buffer
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-08 Måns Rullgårdtrivial warning fixes
2007-04-04 Ian BraithwaiteWMA decoder improvement, output closer to the dmo binary.
2007-03-26 Ian BraithwaiteOptimize by building the mdct window and multipying...
2007-02-27 Michel BardiauxRename WMADecodeContext to WMACodecContext
2007-02-27 Michel BardiauxSupply context to tprintf
2007-02-07 Michael Niedermayerdoxygenize
2007-02-06 Michael Niedermayerwma encoder