]> git.sesse.net Git - ffmpeg/history - libavcodec/atrac1.c
Rename ff_parse_eval() to ff_eval_expr().
[ffmpeg] / libavcodec / atrac1.c
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Måns RullgårdMake some functions static
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-09-24 Vitor SessakReindent code folowing previous commit (r20019)
2009-09-24 Vitor SessakFactorize duplicated code in at1_imdct_block()
2009-09-22 Benjamin LarssonMention SDDS so search engines will pick it up for...
2009-09-22 Benjamin LarssonUse ff_sine_32 in atrac1.
2009-09-21 Benjamin LarssonAdd forgotten cleanup function in atrac1.
2009-09-21 Benjamin LarssonCosmetics, indentation.
2009-09-21 Benjamin LarssonCosmetics. Merge declaration and initialization.
2009-09-21 Benjamin LarssonMove the scale factor and word length indexes to the...
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-20 Diego BiurrunFix embarassing typo in last commit: Restore mistakenly...
2009-09-20 Diego BiurrunK&R coding style whitespace cosmetics
2009-09-19 Benjamin LarssonAlign sample output buffer in atrac1.
2009-09-19 Benjamin LarssonFix the short block transform for atrac1.
2009-09-17 Benjamin LarssonOnly use one mdct window size in atrac1.
2009-09-13 Benjamin LarssonCosmetics. Renames, indentation and spacing.
2009-09-10 Benjamin LarssonInitial commit of the atrac1 decoder, not hooked up yet