27 Commits (51a269cd97a11be8016d0b44f1276993ec021d4d)

Author SHA1 Message Date
Reimar Döffinger 14b8607065 Add support for hard-coded MDCT-related ff_sine_windows tables. 15 years ago
Måns Rullgård 076a9dea1e WMA: store level_table as floats, use type punning for sign flip in decode 15 years ago
Vitor Sessak 6776061b04 Add two more sizes to ff_sine_windows[] and also pad it with NULLs so 15 years ago
Sascha Sommer 4c7615c40e Make remaining run level decode comments doxygen comments 16 years ago
Sascha Sommer 4df8bdeef3 Simplify run level decoding: 16 years ago
Sascha Sommer 4d67e067e2 Fix indentation after the previous commit 16 years ago
Sascha Sommer 891bd2e5aa Add support for escape coded wmapro run level coefficients 16 years ago
Sascha Sommer 9970c61b4b Introduce WMACoef typedef for decoded coefficients 16 years ago
Sascha Sommer c0e9b2e84f Move run level decode functionality to ff_wma_run_level_decode 16 years ago
Sascha Sommer e8c7f81cf2 cosmetics: Add brackets between if/else 16 years ago
Sascha Sommer 523c09ca44 Add additional sample rates to the frame len bits calculation code 16 years ago
Sascha Sommer cee4bb894d Move frame len bits calculation to ff_wma_get_frame_len_bits 16 years ago
Diego Biurrun ae1374ce10 cosmetics: Prettyprint and reformat wma.c closer to K&R style. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Robert Swain cbcbf439b9 Fix index to ff_sine_windows[]. Previously the index was usually in reverse 16 years ago
Robert Swain cce540c5e7 Don't try to free shared ff_sine_* tables pointed to by s->windows[] 16 years ago
Robert Swain 69fc4da360 Add declarations for the sine tables used in wma.c (half window sizes: 128, 16 years ago
Robert Swain ece6b83c3e Change wma.c to use the ff_sine_window_init() from mdct.c 16 years ago
Zdenek Kabelac 2c79288d4e fix mem leak 18 years ago
Michael Niedermayer 47b777ceed sanity checks (should prevent hypothetical div by zero issue) 18 years ago
Ian Braithwaite 1890c2acf4 Optimize by building the mdct window and multipying/adding at the same time. 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago
Michel Bardiaux bdb4b698d8 Corrections so that builds with DEBUG work 18 years ago
Michel Bardiaux 911b9faf31 Rename WMADecodeContext to WMACodecContext 18 years ago
Michel Bardiaux a9c9a2400b Supply context to tprintf 18 years ago
Diego Biurrun eafcac6ac8 cosmetics: Fix another common typo, dependAnt --> dependEnt. 18 years ago
Michael Niedermayer 5968607304 wma encoder 18 years ago