]> git.sesse.net Git - ffmpeg/history - libavcodec/twinvq.c
twinvq: check output buffer size before decoding
[ffmpeg] / libavcodec / twinvq.c
2011-10-22 Justin Rugglestwinvq: check output buffer size before decoding
2011-10-22 Justin Rugglestwinvq: return an error when the packet size is too...
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-04-23 Diego Biurrunvorbis: Rename decoder/encoder files to follow general...
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-25 Måns Rullgårdtwinvq: remove VLAs
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-11-23 Vitor SessakAdd missing include. Fix the following compiler warnings:
2009-11-22 Vitor SessakMake sorting function used in TwinVQ a shared function
2009-11-08 Carl Eugen HoyosUse enum FrameType as parameter to construct_perm_table().
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-15 Vitor SessakAdd two more sizes to ff_sine_windows[] and also pad...
2009-08-27 Vitor SessakFormatting K&R fixes
2009-08-27 Vitor Sessak100l, revision 19728 added a bug that broke twinvq...
2009-08-27 Vitor SessakSSE optimized vector_clipf(). 10% faster TwinVQ decoding.
2009-08-24 Vitor SessakCosmetics: add some whitespace around operators
2009-08-23 Vitor SessakTwinVQ decoder