summaryrefslogtreecommitdiff
path: root/libavcodec/wmaenc.c
Commit message (Expand)AuthorAge
* A try to fix the regressions.Michael Niedermayer2009-02-19
* Intel C compiler warns on this assignment in this if(), probablyDiego Pettenò2008-10-02
* remove mdct tmp bufferLoren Merritt2008-08-12
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr...Benjamin Larsson2008-02-15
* clarify FIXMEMichael Niedermayer2007-12-17
* trivial warning fixesMåns Rullgård2007-07-08
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-26
* bitrate sanity check (fixes assertion failure)Michael Niedermayer2007-03-08
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-27
* Supply context to tprintfMichel Bardiaux2007-02-27
* workaround sign bugMichael Niedermayer2007-02-06
* 10l use of uninitalized varMichael Niedermayer2007-02-06
* wma encoderMichael Niedermayer2007-02-06