Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-23Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-25twinvq: remove VLAsMåns Rullgård
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2009-11-24Add missing include. Fix the following compiler warnings:Vitor Sessak
2009-11-23Make sorting function used in TwinVQ a shared functionVitor Sessak
2009-11-09Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-15Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak
2009-08-27Formatting K&R fixesVitor Sessak
2009-08-27100l, revision 19728 added a bug that broke twinvq decoding. I forgot toVitor Sessak
2009-08-27SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak
2009-08-24Cosmetics: add some whitespace around operatorsVitor Sessak
2009-08-23TwinVQ decoderVitor Sessak