| Commit message (Expand) | Author | Age | Files | Lines |
* | Export wma_critical_freqs as ff_wma_critical_freqs | Daniel Verkamp | 2010-01-23 | 1 | -2/+2 |
* | Add support for hard-coded MDCT-related ff_sine_windows tables. | Reimar Döffinger | 2010-01-09 | 1 | -3/+1 |
* | WMA: store level_table as floats, use type punning for sign flip in decode | Måns Rullgård | 2009-09-29 | 1 | -6/+13 |
* | Add two more sizes to ff_sine_windows[] and also pad it with NULLs so | Vitor Sessak | 2009-09-15 | 1 | -2/+2 |
* | Make remaining run level decode comments doxygen comments | Sascha Sommer | 2009-06-20 | 1 | -4/+4 |
* | Simplify run level decoding: | Sascha Sommer | 2009-06-20 | 1 | -30/+21 |
* | Fix indentation after the previous commit | Sascha Sommer | 2009-06-20 | 1 | -4/+4 |
* | Add support for escape coded wmapro run level coefficients | Sascha Sommer | 2009-06-20 | 1 | -0/+40 |
* | Introduce WMACoef typedef for decoded coefficients | Sascha Sommer | 2009-06-20 | 1 | -2/+2 |
* | Move run level decode functionality to ff_wma_run_level_decode | Sascha Sommer | 2009-06-12 | 1 | -0/+61 |
* | cosmetics: Add brackets between if/else | Sascha Sommer | 2009-06-12 | 1 | -23/+30 |
* | Add additional sample rates to the frame len bits calculation code | Sascha Sommer | 2009-06-12 | 1 | -1/+17 |
* | Move frame len bits calculation to ff_wma_get_frame_len_bits | Sascha Sommer | 2009-06-12 | 1 | -8/+26 |
* | cosmetics: Prettyprint and reformat wma.c closer to K&R style. | Diego Biurrun | 2009-06-12 | 1 | -43/+44 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix index to ff_sine_windows[]. Previously the index was usually in reverse | Robert Swain | 2008-08-24 | 1 | -2/+2 |
* | Don't try to free shared ff_sine_* tables pointed to by s->windows[] | Robert Swain | 2008-08-15 | 1 | -2/+0 |
* | Add declarations for the sine tables used in wma.c (half window sizes: 128, | Robert Swain | 2008-08-14 | 1 | -4/+2 |
* | Change wma.c to use the ff_sine_window_init() from mdct.c | Robert Swain | 2008-08-14 | 1 | -6/+2 |
* | fix mem leak | Zdenek Kabelac | 2007-07-18 | 1 | -0/+1 |
* | sanity checks (should prevent hypothetical div by zero issue) | Michael Niedermayer | 2007-05-30 | 1 | -0/+5 |
* | Optimize by building the mdct window and multipying/adding at the same time. | Ian Braithwaite | 2007-03-26 | 1 | -1/+1 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -4/+4 |
* | Corrections so that builds with DEBUG work | Michel Bardiaux | 2007-03-08 | 1 | -1/+1 |
* | Rename WMADecodeContext to WMACodecContext | Michel Bardiaux | 2007-02-27 | 1 | -2/+2 |
* | Supply context to tprintf | Michel Bardiaux | 2007-02-27 | 1 | -6/+6 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 1 | -1/+1 |
* | wma encoder | Michael Niedermayer | 2007-02-06 | 1 | -0/+386 |