summaryrefslogtreecommitdiff
path: root/libavcodec/wmaprodata.h
Commit message (Collapse)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-29
| | | | Originally committed as revision 20078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make default_correlation array const since it is never modified.Reimar Döffinger2009-09-19
| | | | Originally committed as revision 19924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to pass 'make checkheaders'.Diego Biurrun2009-08-21
| | | | Originally committed as revision 19675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-08-02
| | | | Originally committed as revision 19564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add approved hunks of the wmapro decoderSascha Sommer2009-08-02
Originally committed as revision 19563 to svn://svn.ffmpeg.org/ffmpeg/trunk