| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\ |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '205a95f7b5178362874bc1e65eae9866723491c1' | Michael Niedermayer | 2013-02-13 | 1 | -1/+0 |
|\| |
|
| * | wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContext | Justin Ruggles | 2013-02-12 | 1 | -1/+0 |
* | | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3' | Michael Niedermayer | 2013-01-23 | 1 | -1/+0 |
|\| |
|
| * | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-02 | 1 | -4/+0 |
|\| |
|
| * | wma: do not keep private copies of some AVCodecContext fields | Justin Ruggles | 2012-11-01 | 1 | -4/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-07 | 1 | -0/+2 |
|\| |
|
| * | wmaenc: use float planar sample format | Justin Ruggles | 2012-10-06 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-08 | 1 | -2/+0 |
|\| |
|
| * | wma: Refactor common code to fix standalone compilation of WMA lossless decoder. | Diego Biurrun | 2012-03-07 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -1/+1 |
|\| |
|
| * | wma: fix invalid buffer size assumptions causing random overreads. | Ronald S. Bultje | 2012-03-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -0/+1 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -0/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -4/+4 |
|\| |
|
| * | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -4/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
| * | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -0/+2 |
* | | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-04 | 1 | -0/+2 |
|/ |
|
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -4/+4 |
* | remove a Huffman table from WMA which also exists in AAC | Stefan Gehrer | 2010-02-19 | 1 | -2/+2 |
* | Export wma_critical_freqs as ff_wma_critical_freqs | Daniel Verkamp | 2010-01-23 | 1 | -0/+1 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -4/+4 |
* | WMA: store level_table as floats, use type punning for sign flip in decode | Måns Rullgård | 2009-09-29 | 1 | -2/+2 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -1/+1 |
* | Add support for escape coded wmapro run level coefficients | Sascha Sommer | 2009-06-20 | 1 | -0/+1 |
* | Introduce WMACoef typedef for decoded coefficients | Sascha Sommer | 2009-06-20 | 1 | -2/+4 |
* | Move run level decode functionality to ff_wma_run_level_decode | Sascha Sommer | 2009-06-12 | 1 | -0/+6 |
* | Move frame len bits calculation to ff_wma_get_frame_len_bits | Sascha Sommer | 2009-06-12 | 1 | -0/+2 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -1/+0 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | trivial warning fixes | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | WMA decoder improvement, output closer to the dmo binary. | Ian Braithwaite | 2007-04-04 | 1 | -0/+1 |
* | Optimize by building the mdct window and multipying/adding at the same time. | Ian Braithwaite | 2007-03-26 | 1 | -1/+0 |
* | Rename WMADecodeContext to WMACodecContext | Michel Bardiaux | 2007-02-27 | 1 | -2/+2 |
* | Supply context to tprintf | Michel Bardiaux | 2007-02-27 | 1 | -0/+1 |
* | doxygenize | Michael Niedermayer | 2007-02-07 | 1 | -22/+22 |
* | wma encoder | Michael Niedermayer | 2007-02-06 | 1 | -0/+149 |