log wma.c @ 10785:bb3abb64e395 libavcodec

age author description
2009-09-29 mru WMA: store level_table as floats, use type punning for sign flip in decode libavcodec
2009-09-15 vitor Add two more sizes to ff_sine_windows[] and also pad it with NULLs so libavcodec
2009-06-20 faust3 Make remaining run level decode comments doxygen comments libavcodec
2009-06-20 faust3 Simplify run level decoding: libavcodec
2009-06-20 faust3 Fix indentation after the previous commit libavcodec
2009-06-20 faust3 Add support for escape coded wmapro run level coefficients libavcodec
2009-06-20 faust3 Introduce WMACoef typedef for decoded coefficients libavcodec
2009-06-12 faust3 Move run level decode functionality to ff_wma_run_level_decode libavcodec
2009-06-12 faust3 cosmetics: Add brackets between if/else libavcodec
2009-06-12 faust3 Add additional sample rates to the frame len bits calculation code libavcodec
2009-06-12 faust3 Move frame len bits calculation to ff_wma_get_frame_len_bits libavcodec
2009-06-12 diego cosmetics: Prettyprint and reformat wma.c closer to K&R style. libavcodec
2009-01-19 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
2008-08-24 superdump Fix index to ff_sine_windows[]. Previously the index was usually in reverse libavcodec
2008-08-15 superdump Don't try to free shared ff_sine_* tables pointed to by s->windows[] libavcodec
2008-08-14 superdump Add declarations for the sine tables used in wma.c (half window sizes: 128, libavcodec
2008-08-14 superdump Change wma.c to use the ff_sine_window_init() from mdct.c libavcodec
2007-07-18 benoit fix mem leak libavcodec
2007-05-30 michael sanity checks (should prevent hypothetical div by zero issue) libavcodec
2007-03-26 banan Optimize by building the mdct window and multipying/adding at the same time. libavcodec
2007-03-12 mbardiaux Give context to dprintf libavcodec
2007-03-08 mbardiaux Corrections so that builds with DEBUG work libavcodec
2007-02-27 mbardiaux Rename WMADecodeContext to WMACodecContext libavcodec
2007-02-27 mbardiaux Supply context to tprintf libavcodec
2007-02-24 diego cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodec
2007-02-06 michael wma encoder libavcodec