summaryrefslogtreecommitdiff
path: root/libavcodec/wma.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix index to ff_sine_windows[]. Previously the index was usually in reverseRobert Swain2008-08-24
* Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain2008-08-15
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-14
* Change wma.c to use the ff_sine_window_init() from mdct.cRobert Swain2008-08-14
* fix mem leakZdenek Kabelac2007-07-18
* sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer2007-05-30
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-26
* Give context to dprintfMichel Bardiaux2007-03-12
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-08
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-27
* Supply context to tprintfMichel Bardiaux2007-02-27
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
* wma encoderMichael Niedermayer2007-02-06