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
2010-03-07Make some functions staticMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2009-09-25Reindent code folowing previous commit (r20019)Vitor Sessak
2009-09-25Factorize duplicated code in at1_imdct_block()Vitor Sessak
2009-09-22Mention SDDS so search engines will pick it up for when someoneBenjamin Larsson
2009-09-22Use ff_sine_32 in atrac1.Benjamin Larsson
2009-09-22Add forgotten cleanup function in atrac1.Benjamin Larsson
2009-09-22Cosmetics, indentation.Benjamin Larsson
2009-09-22Cosmetics. Merge declaration and initialization.Benjamin Larsson
2009-09-22Move the scale factor and word length indexes to the stack.Benjamin Larsson
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-20Fix embarassing typo in last commit: Restore mistakenly removed ','.Diego Biurrun
2009-09-20K&R coding style whitespace cosmeticsDiego Biurrun
2009-09-19Align sample output buffer in atrac1.Benjamin Larsson
2009-09-19Fix the short block transform for atrac1.Benjamin Larsson
2009-09-17Only use one mdct window size in atrac1.Benjamin Larsson
2009-09-13Cosmetics. Renames, indentation and spacing.Benjamin Larsson
2009-09-10Initial commit of the atrac1 decoder, not hooked up yetBenjamin Larsson