aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/wma.c
AgeCommit message (Expand)Author
2007-07-18fix mem leakZdenek Kabelac
2007-05-30sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer
2007-03-26Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite
2007-03-12Give context to dprintfMichel Bardiaux
2007-03-08Corrections so that builds with DEBUG workMichel Bardiaux
2007-02-27Rename WMADecodeContext to WMACodecContextMichel Bardiaux
2007-02-27Supply context to tprintfMichel Bardiaux
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2007-02-06wma encoderMichael Niedermayer