Michael Niedermayer
|
c2d3f06882
wma: check byte_offset_bits
|
11 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
|
17 years ago |
Michael Niedermayer
|
47b777ceed
sanity checks (should prevent hypothetical div by zero issue)
|
17 years ago |
Ian Braithwaite
|
1890c2acf4
Optimize by building the mdct window and multipying/adding at the same time.
|
17 years ago |
Michel Bardiaux
|
318c5e0524
Give context to dprintf
|
17 years ago |
Michel Bardiaux
|
bdb4b698d8
Corrections so that builds with DEBUG work
|
17 years ago |
Michel Bardiaux
|
911b9faf31
Rename WMADecodeContext to WMACodecContext
|
17 years ago |
Michel Bardiaux
|
a9c9a2400b
Supply context to tprintf
|
17 years ago |
Diego Biurrun
|
eafcac6ac8
cosmetics: Fix another common typo, dependAnt --> dependEnt.
|
17 years ago |
Michael Niedermayer
|
5968607304
wma encoder
|
18 years ago |