summaryrefslogtreecommitdiff
path: root/libavcodec/twinvq.c
Commit message (Expand)AuthorAge
* twinvq: use planar sample formatJustin Ruggles2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* twinvq: fix out of bounds array accessMans Rullgard2012-05-01
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-11
* vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-11
* twinvq: check for allocation failure in init_mdct_win()Justin Ruggles2011-11-11
* twinvq: check output buffer size before decodingJustin Ruggles2011-10-22
* twinvq: return an error when the packet size is too smallJustin Ruggles2011-10-22
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-23
* Move sine windows to a separate fileMans Rullgard2011-03-20
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* twinvq: remove VLAsMåns Rullgård2010-06-25
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* 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