summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
Commit message (Expand)AuthorAge
* Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit '205a95f7b5178362874bc1e65eae9866723491c1'Michael Niedermayer2013-02-13
|\|
| * wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles2013-02-12
* | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer2013-01-23
|\|
| * floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-02
|\|
| * wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-07
|\|
| * wmaenc: use float planar sample formatJustin Ruggles2012-10-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-08
|\|
| * wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * wma: fix invalid buffer size assumptions causing random overreads.Ronald S. Bultje2012-03-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * 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
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-04
|/
* 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