summaryrefslogtreecommitdiff
path: root/libavcodec/wmaprodata.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wmaprodec: Use symbol table more efficientlyAndreas Rheinhardt2022-09-071-86/+61
* avcodec/wmaprodec: Use ff_init_vlc_from_lengths() instead of init_vlcAndreas Rheinhardt2022-09-071-336/+215
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-291-2/+2
* Make default_correlation array const since it is never modified.Reimar Döffinger2009-09-191-1/+1
* Add missing #includes to pass 'make checkheaders'.Diego Biurrun2009-08-211-0/+3
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-08-021-18/+18
* add approved hunks of the wmapro decoderSascha Sommer2009-08-021-0/+601