]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/wma.c
Split synth filter out of dca.c.
[frescor/ffmpeg.git] / libavcodec / wma.c
2009-09-29 mruWMA: store level_table as floats, use type punning...
2009-09-15 vitorAdd two more sizes to ff_sine_windows[] and also pad...
2009-06-20 faust3Make remaining run level decode comments doxygen comments
2009-06-20 faust3Simplify run level decoding:
2009-06-20 faust3Fix indentation after the previous commit
2009-06-20 faust3Add support for escape coded wmapro run level coefficients
2009-06-20 faust3Introduce WMACoef typedef for decoded coefficients
2009-06-12 faust3Move run level decode functionality to ff_wma_run_level...
2009-06-12 faust3cosmetics: Add brackets between if/else
2009-06-12 faust3Add additional sample rates to the frame len bits calcu...
2009-06-12 faust3Move frame len bits calculation to ff_wma_get_frame_len...
2009-06-12 diegocosmetics: Prettyprint and reformat wma.c closer to...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-08-24 superdumpFix index to ff_sine_windows[]. Previously the index...
2008-08-15 superdumpDon't try to free shared ff_sine_* tables pointed to...
2008-08-14 superdumpAdd declarations for the sine tables used in wma.c...
2008-08-14 superdumpChange wma.c to use the ff_sine_window_init() from...
2007-07-18 benoitfix mem leak
2007-05-30 michaelsanity checks (should prevent hypothetical div by zero...
2007-03-26 bananOptimize by building the mdct window and multipying...
2007-03-12 mbardiauxGive context to dprintf
2007-03-08 mbardiauxCorrections so that builds with DEBUG work
2007-02-27 mbardiauxRename WMADecodeContext to WMACodecContext
2007-02-27 mbardiauxSupply context to tprintf
2007-02-24 diegocosmetics: Fix another common typo, dependAnt --> depen...
2007-02-06 michaelwma encoder