summaryrefslogtreecommitdiffstats
path: root/libavcodec/twinvq.c
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* twinvq: remove VLAsMåns Rullgård2010-06-251-9/+15
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-3/+0
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-091-3/+3
* Add missing include. Fix the following compiler warnings:Vitor Sessak2009-11-231-0/+1
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-221-12/+1
* Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos2009-11-081-2/+3
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-151-4/+4
* Formatting K&R fixesVitor Sessak2009-08-271-51/+51
* 100l, revision 19728 added a bug that broke twinvq decoding. I forgot toVitor Sessak2009-08-271-1/+1
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-271-3/+2
* Cosmetics: add some whitespace around operatorsVitor Sessak2009-08-241-2/+2
* TwinVQ decoderVitor Sessak2009-08-231-0/+1139
OpenPOWER on IntegriCloud