summaryrefslogtreecommitdiffstats
path: root/libavcodec/wma.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix index to ff_sine_windows[]. Previously the index was usually in reverseRobert Swain2008-08-241-2/+2
* Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain2008-08-151-2/+0
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-141-4/+2
* Change wma.c to use the ff_sine_window_init() from mdct.cRobert Swain2008-08-141-6/+2
* fix mem leakZdenek Kabelac2007-07-181-0/+1
* sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer2007-05-301-0/+5
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-261-1/+1
* Give context to dprintfMichel Bardiaux2007-03-121-4/+4
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-081-1/+1
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-271-2/+2
* Supply context to tprintfMichel Bardiaux2007-02-271-6/+6
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-1/+1
* wma encoderMichael Niedermayer2007-02-061-0/+386
OpenPOWER on IntegriCloud