index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
wma.c
Age
Commit message (
Expand
)
Author
2011-02-02
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-01-29
Replace dprintf with av_dlog
Luca Barbato
2010-07-02
Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().
Diego Biurrun
2010-01-23
Export wma_critical_freqs as ff_wma_critical_freqs
Daniel Verkamp
2010-01-09
Add support for hard-coded MDCT-related ff_sine_windows tables.
Reimar Döffinger
2009-09-29
WMA: store level_table as floats, use type punning for sign flip in decode
Måns Rullgård
2009-09-15
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so
Vitor Sessak
2009-06-20
Make remaining run level decode comments doxygen comments
Sascha Sommer
2009-06-20
Simplify run level decoding:
Sascha Sommer
2009-06-20
Fix indentation after the previous commit
Sascha Sommer
2009-06-20
Add support for escape coded wmapro run level coefficients
Sascha Sommer
2009-06-20
Introduce WMACoef typedef for decoded coefficients
Sascha Sommer
2009-06-12
Move run level decode functionality to ff_wma_run_level_decode
Sascha Sommer
2009-06-12
cosmetics: Add brackets between if/else
Sascha Sommer
2009-06-12
Add additional sample rates to the frame len bits calculation code
Sascha Sommer
2009-06-12
Move frame len bits calculation to ff_wma_get_frame_len_bits
Sascha Sommer
2009-06-12
cosmetics: Prettyprint and reformat wma.c closer to K&R style.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-08-24
Fix index to ff_sine_windows[]. Previously the index was usually in reverse
Robert Swain
2008-08-15
Don't try to free shared ff_sine_* tables pointed to by s->windows[]
Robert Swain
2008-08-14
Add declarations for the sine tables used in wma.c (half window sizes: 128,
Robert Swain
2008-08-14
Change wma.c to use the ff_sine_window_init() from mdct.c
Robert Swain
2007-07-18
fix mem leak
Zdenek Kabelac
2007-05-30
sanity checks (should prevent hypothetical div by zero issue)
Michael Niedermayer
2007-03-26
Optimize by building the mdct window and multipying/adding at the same time.
Ian Braithwaite
2007-03-12
Give context to dprintf
Michel Bardiaux
2007-03-08
Corrections so that builds with DEBUG work
Michel Bardiaux
2007-02-27
Rename WMADecodeContext to WMACodecContext
Michel Bardiaux
2007-02-27
Supply context to tprintf
Michel Bardiaux
2007-02-24
cosmetics: Fix another common typo, dependAnt --> dependEnt.
Diego Biurrun
2007-02-06
wma encoder
Michael Niedermayer