summaryrefslogtreecommitdiff
path: root/libavcodec/twinvq.c
Commit message (Expand)AuthorAge
...
* Add missing include. Fix the following compiler warnings:Vitor Sessak2009-11-23
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-22
* Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos2009-11-08
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-15
* Formatting K&R fixesVitor Sessak2009-08-27
* 100l, revision 19728 added a bug that broke twinvq decoding. I forgot toVitor Sessak2009-08-27
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-27
* Cosmetics: add some whitespace around operatorsVitor Sessak2009-08-24
* TwinVQ decoderVitor Sessak2009-08-23