aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/wma.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '205a95f7b5178362874bc1e65eae9866723491c1'Michael Niedermayer2013-02-131-1/+0
|\|
| * wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles2013-02-121-1/+0
* | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer2013-01-231-1/+0
|\|
| * floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-021-4/+0
|\|
| * wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-011-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-071-0/+2
|\|
| * wmaenc: use float planar sample formatJustin Ruggles2012-10-061-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-081-2/+0
|\|
| * wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-071-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-1/+1
|\|
| * wma: fix invalid buffer size assumptions causing random overreads.Ronald S. Bultje2012-03-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-0/+1
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-4/+4
|\|
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-4/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-0/+2
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-041-0/+2
|/
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-4/+4
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-191-2/+2
* Export wma_critical_freqs as ff_wma_critical_freqsDaniel Verkamp2010-01-231-0/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-4/+4
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-291-2/+2
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Add support for escape coded wmapro run level coefficientsSascha Sommer2009-06-201-0/+1
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-201-2/+4
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-121-0/+6
* Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer2009-06-121-0/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* remove mdct tmp bufferLoren Merritt2008-08-121-1/+0
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* trivial warning fixesMåns Rullgård2007-07-081-1/+1
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-041-0/+1
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-261-1/+0
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-271-2/+2
* Supply context to tprintfMichel Bardiaux2007-02-271-0/+1
* doxygenizeMichael Niedermayer2007-02-071-22/+22
* wma encoderMichael Niedermayer2007-02-061-0/+149