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